

#captcha {
    margin-top: 0px;
    height: 49px;
    /* width: 197px; */
}
.mbox{
    position: absolute;        /* Positions relative to the parent */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Shifts element back by half its size */
  padding: 20px;
}
.ct1{
    padding: 15px;
    border-radius: 0px;
  background: white;
}

.eye{
margin-left: -40px;
  margin-top: 14px;
  font-size: 20px;
}

.bg_image{
background: url(../images/auth-bg-light.png) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}






body{
  background-color: #f2f2f2;
}

.ct4{
  min-height: 0px !important;
}

#logo_1{
  display: block;
}


