.form-heading {
    color: #fff;
    font-size: 23px;
}
.panel h2 {
    color: #000000;
    font-size: 22px;
    margin: 0 0 0 0;
    font-weight: 700;
}
.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}
.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 45px;
    line-height: 50px;
}
.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 10px auto 0px;
    /* max-width: 50%; */
    padding: 25px 70px 70px 71px;
}
@media (max-width:576px) {
    .main-div{
        padding: 30px 30px 60px 30px;
    }
}
.login-form .form-group {
    margin-bottom: 15px;
}
.login-form {
    text-align: center;
}
.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}
.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.forgot {
    text-align: right;
    margin-bottom: 30px;
}
.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}
.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}
.back {
    text-align: left;
    margin-top: 10px;
}
.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}
.auth-bg{
    background: #efecea !important;
}
.btn-login{
    background: #5e8cb8 !important;
    border:1px solid #5e8cb8 !important;
    letter-spacing: 2px !important;
}
img.auth-image {
    width: 75%;
    height: auto;
}