.eye-icon2{
    background-image: url("../images/eyeslash.svg");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    position: relative;
    left: 299px;
    bottom: 35px;
    cursor: pointer;
}
.slash-open2{
    background-image: url("../images/eyeIcon.svg");
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    position: relative;
    left: 300px;
    bottom: 31px;
}
.login-form2{
    width: 476.26px;
    height: 538.17px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    margin: 0 auto;
    padding: 56px 0px 0px;
}
.acc-form-width2{
    width: 341px;
    margin: 0 auto;
}
/*Media queries*/
@media only screen and (max-width: 580px){
    .login-form2{
        width: 90%;
        height: 451px;  
        padding: 24px 0px;
    }
    .eye-icon2{
        bottom: unset;
        left: unset;
        background-size: 26px 19px;
        position: absolute;
        right: 59px;
        margin-top: 28px;
    }
    .slash-open2{
        left: unset;
        bottom: unset;
        position: absolute;
        right: 55px;
        margin-top: 29px;
        background-size: 17px 16px;
    }
    .acc-form-width2{
        width: 90% !important;
    }
    .login-rsmt{
        margin-top: 52px;
    }
    .rsp-log32{
        margin-top: 32px;
    }
}