
.login-page .brand-image {
    opacity: .8;
    max-width: 300px;
}

.login-page .academy-image {
    opacity: .8;
    max-width: 250px;
}

.btn-login {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
    color: #004b96;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border: solid 2px #004b96;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    margin-bottom: 30px;
}

.btn-login:hover {
    background-color: #004b96;
    color: #fff;
}

.btn-login:focus {
    outline: none;
}

.login-page .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #004b96;
}
.login-page .icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .login-page .icheck-primary>input:first-child:checked+label::before {
    background-color: #004b96;
    border-color: #004b96;
}

.ext-login-page {
    color: #004b96;
}
.ext-login-page:hover {
    color: #000;
}

.login-page .message {

}
.login-page .message.error {}

.login-page input.error {
    border-color: #dc3545;
}
.login-page label.error {
    color: #dc3545;
    font-size: 14px;
}
.title-forgot_password{
    margin-bottom: 5px;
    color: #004b96;
    font-weight: bold;
    font-size: 20px;
}
.sub_title-forgot_password{
    margin-bottom: 0;
    font-size: 10px;
}
.title-remind{
    margin-bottom: 0;
    color: #004b96;
    font-weight: bold;
    font-size: 20px;
}
.title-password_success{
    margin-bottom: 0;
    color: #004b96;
    font-weight: bold;
    font-size: 14px;
}
.alert-success {
    color: #155724!important;
    background-color: #d4edda!important;
    border-color: #c3e6cb!important;
}

.alert-danger {
    color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
}

@media only screen and (min-width: 768px) {
    .login-box {
        width: 800px;
    }
}
.login-logo {
    text-align: center;
}
.login-card-body img {
    width: 80%;
}

.form-group {
    padding-bottom: 20px;
}

.verticalhorizontal {
    display : flex;
    align-items : center;
    justify-content: center;

    margin-bottom: 20px;
}