#login-modal {
    z-index: 9999999;
}

#login-modal .modal-dialog {
    width: 350px;
    color: #7c7c7c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#login-modal .form-group,
#login-modal .input-group  {
    margin-top: 15px;
}

#login-modal .checkbox a {
    color: #7c7c7c;
}

#login-modal .checkbox a:hover {
    color: #949494;
}


#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
    color: #fff;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #ff0000;
    background-color: #ff0000;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #ff0000 !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

.modal-link {
    display: block;
    text-align: right;
    color: #7c7c7c;
}
/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

#login-modal .checkbox {
    margin-bottom: 0px;
}

#login-modal .btn {
    border-radius: 0px !important;
    border-color: #bebebe; 
    background: #bebebe;
    height: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#login-modal .btn:hover {
    background: #F4F4F4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#login-modal .register_btn,
#login-modal .lost_btn {
    margin-top: 20px;
}

#login-modal .register_btn span {
    padding-top: 10px;
    display: inline-block;
}

#login-modal .register_btn button,
#login-modal .lost_btn button  {
    float: right;
    background: none;
}

#login-modal .lost_btn button {
   margin-left: 15px;
}

#login-modal .btn:focus,
#login-modal .btn:active:focus,
#login-modal .btn.active:focus,
#login-modal .btn.focus,
#login-modal .btn:active.focus,
#login-modal .btn.active.focus {
    outline: none;
}

#login-modal .btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

#login-modal .btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

#login-modal .btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}


#login-modal .form-control,
#login-modal .input-group-addon{
  border-radius: 0px;
  height: 45px;
}

#login-modal .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
    text-align: justify;
    padding: 0 5px;
}