input[type=text]:focus,
input[type=password]:focus,
input[type=text]:active,
input[type=password]:active {
    border-color: #DDF490;
}

input[type=submit],
input[type=submit]:visited,
button[type=submit],
button[type=submit]:visited,
.btn.btn-primary {
    background-color: #bbd75e!important;
    border-color: #bbd75e!important;
}

input[type=submit]:hover, 
input[type=submit]:active, 
input[type=submit]:focus,
button[type=submit]:hover, 
button[type=submit]:active, 
button[type=submit]:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #DDF490!important;
    border-color: #DDF490!important;
}

#kc-forgot-password-link a,
#kc-back-to-login a {
    color: #bbd75e;
}

#kc-forgot-password-link a:hover,
#kc-back-to-login a:hover {
    color: #DDF490;
}

input[type="checkbox"]:checked+label:before {
    background-color: #bbd75e;
}