*{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
	min-height: 100%;
}
body#LoginForm{ background-color: #45445e;
    background-image: radial-gradient(ellipse farthest-corner at right bottom, #ADC0CE 0%, #715d6f 50%, #E4E4E4 100%);}


.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.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: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  padding: 50px 70px 70px 71px;
}

.alert-danger {
    color: white;
    line-height: 3.25rem;
    font-size: 0.8203125rem;
    font-weight: 300;
}

.alert-danger-g{
    background-color: #43ac6a;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center; margin-top: 70px;}
.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: left; 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;}



@media (min-width:1025px){
.main-div {
max-width: 38%;	
}    
}
@media (min-width:992px){
 .main-div {
max-width: 38%;	
}   
}
@media (min-width:768px){
 .main-div {
max-width: 60%;	
}   
}
@media (max-width:576px){
    
}
@media (max-width:426px){
	
}
.alert-error{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success_msg{
  color: green;
  background-color: #dff0d8;
}

.info-bar {
  background: rgba(255,255,255,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.info-bar #countdown {
  color: #1428a0;
}

.info-bar p {
  color: #788291;
}

.info-bar .info-bar-right {
  text-align: right;
}

.info-bar .info-bar-right p.social-text a {
  margin: 0 0.4rem;
  color: #788291;
}

.info-bar .info-bar-right p.social-text a:hover {
  color: #1428a0;
}

.info-bar .info-bar-right p.social-text a:last-child {
  margin-right: 0;
}

.info-bar .info-bar-right p.social-icon a {
  color: #788291;
  width: 2rem;
  letter-spacing: 0;
  background: transparent;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.info-bar .info-bar-right p.social-icon a:hover {
  color: #1428a0;
}

.info-bar .info-bar-right p.social-icon a:hover i {
  color: #1428a0;
}

.info-bar .row {
        margin: 11px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .info-bar {
    padding: 1rem;
    text-align: center;
  }

  .info-bar .info-bar-right {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }
}

.fp-block {
    float: right;
}

#rpForm {
    display: none;
}