body#LoginForm {
 background-color:rgba(173,173,173,.9);
 background-repeat:no-repeat;
 background-position:center;
 background-size:cover;
 padding:10px
}
.form-heading {
 color:#fff;
 font-size:23px
}
.panel h2 {
 color:#7D7874;
 font-size:22px;
 margin:0 0 1px 0
}
.panel p {
 color:#777;
 font-size:16px;
 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:15px;
 height:45px;
 line-height:50px;
 margin-bottom:15px
}
.main-div {
 background:#f0f0f0 none repeat scroll 0 0;
 border-radius:2px;
 margin: 8% auto;
 max-width: 34%;
 padding:50px 45px 70px 51px;
}
.main-div .panel {
 background:#f0f0f0 none repeat scroll 0 0;
 box-shadow:0 0 0 rgba(0,0,0,.05);
 
}
.login-form .form-group {
 margin-bottom:10px;
}
.login-form {
 text-align:center
}
.forgot a {
 color:#777;
 font-size:14px;
 text-decoration:underline
}
.login-form .btn.btn-info {
 background:#4ebdf0;
 border-color:#4ebdf0;
 color:#fff;
 font-size:16px;
 width:100%;
 height:45px;
 margin-bottom:6px;
 padding:0
}
.forgot {
 text-align:left;
 margin-bottom:30px
}
.botto-text {
 color:#fff;
 font-size:14px;
 margin:auto
}
.login-form .btn.btn-primary.reset {
 background:#f90 none repeat scroll 0 0
}
.back {
 text-align:left;
 margin-top:10px
}
.back a {
 color:#444;
 font-size:13px;
 text-decoration:none
}
#login-logo {
 width:59px;
 padding:0 0 15px 0
}
