  .login-page{
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
.login-logo b {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    border-bottom: 3px dotted #385975;
}

.login-box-msg b {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.alert{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    font-weight: bold;
    font-size: 18px;
    
}
.savesize{
   width: 789px;
   position: fixed;
   margin-top: 60px;

  } 
  .form-control {
    width: 100%;
    border-radius:1.5rem;
    border: #CCC 1px solid;
    padding: 10px;
    margin-top: 5px;

} 
 #btn
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    cursor: pointer;
    margin-top: 10px;
    color: #fff;
    background:#385975
} 
.captcha-input {
  /*background: #FFF url(./captcha/captchamodule.php) repeat-y left center;*/
    padding-left: 75px;
}
#refresh{
  margin-top: -31px;
  margin-left: 87%;
  background: #fff;
  border:none;
  outline:none;
  display:block;
}
#captcha_image{
    margin-top: -26px;
    margin-left: 1px;
    border:none;
    border-radius:1.5rem;
}

 /*login page css */
.login-body{
  margin-top: 50%;
  border: 3px dotted  #385975;
  border-radius:1.5rem;
 

}

