.auth-modal {
    margin-top:10%;
}
.auth-modal .modal-dialog {
    background: #1b2f51;
}
.auth-modal .modal-dialog .modal-content {
    border-radius:0;
    background: #1b2f51;
}
.auth-modal .modal-body {
    background: #1b2f51;
    color:#fff;
    padding: 30px;
}
.auth-modal .modal-body .title {
    border-bottom: #ecbd43 1px solid;
    color:#fff;
    font-weight: bold;
    padding: 10px 0;
    font-size: 18px;
}
.auth-modal .modal-body form input {
    border-radius:0;
    margin: 10px 0;
}
.auth-modal .modal-body form input.submit {
    color:#fff;
    background: #ecbd43;
    border:0;
}
.auth-modal .modal-body p.forget {
    padding:0;
    margin:0;
    color:#ccc;
}
.auth-modal .modal-body p.forget a {
    color:#fff;
    font-size:12px;
}
.auth-modal .modal-body .circle i {
    color: #ecbd43;
    font-size:64px;
}
#auth-doctor-modal .modal-body {
    background: #3b6886;
}
#auth-others-modal .modal-body {
    background: #5292c9;
}
