.container {
   overflow:hidden !important;
}
#toggle_password{
    position: relative;
    float: right;
    top: -25px;
    right: 10px;
}
.bg-white{
    background-color: #fff;
}
.bg-img{
    background-color: #EFEEF7;
    border-radius: 15px !important;
    background-image: url(../images/login.png);
    background-size:cover ;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90vh;
    margin: 0;
}
.w-40{
    width: 40% !important;
  }
.form-control-grey{
    border:1.5px solid #8D8D8D;
    height:37px;
    border-radius:5px;
    margin-top:10px;
}
.form-control-purple{
    border:1.5px solid #B6B1DE;
    height:37px;
    border-radius:5px;
    margin-top:10px;
}
.title-text{
    font-size:26px;
    font-weight:600;
}
.btn-purple:focus{
    outline:none;
}
