.loginRight{
    background: #e6f2fc;
    
}
.captcha-container {
    transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    width: 100%;
    overflow: hidden;
}
#togglePassword{
    background: transparent;
    border: none;
    border-bottom: 2px solid #DFDFDF;
}
/* Media quires */
/* lg break point */
@media (min-width: 992px) {
.loginLeft{
    padding-left: 7rem;
}
.form-box{
    width: 420px;
}
}
/* make it fit captcha container width */
@media screen and (max-width: 400px) {
  .captcha-container {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}
.placeholder {
    display: inline-block;
    background-color: unset;
    opacity: 1;
}
#togglePassword{
    top: 18px;
    right: 12px;
    cursor: pointer;
}
.forgot-pass-text, .privacy-text{
    font-size: 15px;
    font-weight: 500;
}
label.form-label.ps-3.label-text {
    color: #484848;
}
input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="email"] {
    
    border-bottom: 1px solid #CFCFCF !important;
 
}