.acc-login-form{
    height: 464.33px;
    background: #FFFFFF;
    border: 1px solid #f4f4f4;
    margin: 0 auto;
    padding: 45px 0px 0px;
}
.form-width{
    width: 341px;
    margin: 0 auto;
}
.eye-icon{
    background-image: url('../images/eyeslash.svg');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    position: relative;
    left: 299px;
    bottom: 32px;
    cursor: pointer;
}
.slash-open{
    background-image: url("../images/eyeIcon.svg");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    position: relative;
    left: 300px;
    bottom: 28px;
}
/*Media queries*/
@media only screen and (max-width: 580px){
    .eye-icon{
        position: absolute;
        right: 54px !important;
        margin-top: 8px;
        bottom: unset;
        left:unset;
        background-size: 26px 19px;
    }
    .slash-open{
        position: absolute !important;
        right: 50px !important;
        margin-top: 9px;
        background-size: 17px 16px;
    }
    .label-trans{
        margin-top: 4px;
    }
    .rsp-ht32{
        height: 32px;
    }
    .rsp-p0{
        padding: 0px 16px;
    }
}
@media only screen and (min-width: 580px) and (max-width: 1200px){
    .acc-login-form{
        width: 476.26px;
    }
}