#LoginForm .panel h2{
    color:#444444;
    font-size:18px;
    /*margin:0 0 8px 0;*/
}
#LoginForm .panel p {
    color:#777777;
    font-size:14px;
    margin-top:20px;
    margin-bottom:10px;
    line-height:24px;
}
.login-form input,.login-form select {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    /*line-height: 50px;*/
    margin-bottom: 10px;
}
.login-form .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.login-form .btn-success {
    background-color: #198754;
    border-color: #198754;
}
.login-form .btn-warning {
    background-color: #FF912F;
    border-color: #EC7810;
}
.login-form #image_captcha{
    margin-bottom: 0rem;
    margin-top: 0.3rem;
}
.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    margin: 10px auto 30px;
    padding: 50px;
}