.panel-login {
    background-color: #2a3992;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open>.dropdown-toggle.btn-login {
    background-color: #1ba9e6;
    border-color: #1ba9e6;
}
.login_box .form_title {
    color: #5e616d;
    font-size: 20px;
    text-align: center;
    margin: 0px 0px 20px;
    font-weight: bold;
    text-transform: uppercase
}
p.form_subtitle {
    color: #99A3AD;
    font-size: 15px;
    margin-bottom: 20px
}