ba.forgot_the_password {

    display: block;

    float: right;

    padding-top: 12px;

}

input.checkbox {

    width: 15px !important;

    float: left;

    position: relative;

    margin-right: 15px;

}

.bg-danger{ 

    background-color:  #f2dede;

    border-radius: 3px;

    padding: 15px;

}

.form {

    background-color: #fff;

    padding: 15px 0 0px;

}

.login h2{

    text-align: center;

    border-bottom: 1px solid #daa520;

    padding-bottom: 15px;

    padding-left: 0 !important;

}

.login h2:before {

    width: 0 !important;

    display: none;

    background: transparent;

}

.login {

    border: 1px solid #daa520;

    margin-top: 50px;

    margin-bottom: 50px;

    border-radius: 5px;

    padding: 15px;

}

.form-group label {

    width: auto;

    position: relative;

    display: inline-block;

    font-size: 12px;

}



.form-group input {

    width: 100%;

    padding: 10px;

    border-radius: 3px;

    border: transparent;

    margin-bottom: 0px;

    font-style: 14px;

}
a.forgot_the_password {
    float: right;
    padding-top: 13px;
}


.form-group input[type="submit"] {

    padding: 10px;

    border-radius: 3px;

    border: #daa520;

    width: 90px;

    background-color: #daa520;

    color: #f1f1f1;

 }

.form-group input[type="submit"]:hover{

    background-color: rgba(0, 115, 170, 0.86);

    color: #fff;

    cursor: pointer;

    margin-bottom: 0;

}

@media (max-width: 750px) {



}