.card-panel {
    border-radius: 15px
}

.btn:hover {
    filter: brightness(150%) !important;
}

a {
    cursor: pointer;
}

.input-field input:focus+label {
    color: rgb(183, 227, 77) !important;
}

.green {
    background: rgb(183, 227, 77) !important;
}

.green-text {
    color: rgb(183, 227, 77) !important;
}

.input-field input:focus {
    border-bottom: 1px solid rgb(183, 227, 77) !important;
    box-shadow: 0 1px 0 0 rgb(183, 227, 77) !important;
}

.input-field .prefix {
    color: rgb(183, 227, 77) !important;
}

.box-shadow {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .7)
}