.login-logo a{
    font-size: 21px ;
    color: #FF8300 !important;
    font-weight: bold;
}
.login-form label {
    color: #333;
    text-transform: uppercase;
}
.form-control:focus {
    border: 1px solid #f1bc10 !important;
    box-shadow: 0 0 0 0.2rem rgba(241,188,16,.25) !important;
}