.forgotWrapper {
    background: #FFFFFF;
    border: 1.5px solid #D3D3D3;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 37px;
    max-width: 470px;
}

.forgotWrapper .email-sent-message,
.forgotWrapper .email-error-message {
    float: left;
    width: 100%;
    display: none;
}

.forgotWrapper .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 30px;
}

#formForgotPass label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

input {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    color: rgba(130, 134, 154, 0.65);
}

.forgotWrapper .back-to-login, .forgotWrapper .resend-code-block .resend-code{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    cursor: pointer;
}
.row-resetpass {
    background: url('/assets/img/decor.svg');


    background-repeat: no-repeat;

    padding-bottom: 50px;
    background-size: 95% 110%;
}

@media only screen and ( max-width: 1023px ) {
    .row-resetpass {
        background: none !important;
    }
}

@media only screen and ( min-width: 1024px ) and ( max-width: 1599px ) {
    .row-resetpass {
        background: url('/assets/img/decor.svg');
        background-repeat: no-repeat;
        padding-bottom: 50px;
        background-size: 95% 110%;
    }
}

.forgotpass-section {
    background: url('/assets/img/b1.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.sign-up-block{
    background: none!important;
}