
#login-modal .modal-dialog {
    width: 100%;
    margin: 0 auto;
    padding: 22px 0;
    background: #fff;
}

#login-modal input[type=text], 
#login-modal input[type=password] {
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
}

#msg_login.success,
#msg_register.success,
#msg_lost.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
    padding:2px 4px;
}

#msg_login.error,
#msg_register.error,
#msg_lost.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
    padding:2px 4px;
}

.show_register, .show_lost, #login_btn {
    display: none;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-content {
    background-color: none;
    border: none;
    box-shadow: none;
    border-radius: 7px;
    outline: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.modal-header {
    min-height: 16.43px;
    padding: 0;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 20px;
}

.modal-footer {
    padding: 15px 20px;
    text-align: left;
    border-top: 0px;
    /*margin-top: 15px;*/
}

.checkbox {
    margin-bottom: 0px;
    font-size: 14px;
}

.btn {
    border-radius: 7px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 7px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.form-control {
  border-radius: 7px;
}

#msg_login {
    font-size: 14px;
}

.modal-header .close {
    width: 20px;
    opacity: 1;
}
.modal-header .close img {
    width: 100%;
}

.btn.show_login, .btn.show_register, .btn.show_lost {
    background: #af2630;
    border-color: #af2630;
    padding: 5px 15px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
.btn.show_login:hover, .btn.show_register:hover,.btn .show_lost:hover {
    background: #8c1e26;
    border-color: #af2630;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

#google_login_captcha, #google_lost_captcha {
    margin-top: 20px;
}
