.contain {
    padding-top: 180px;
    padding-bottom: 60px;
    min-height: calc(100vh - 301px);
}


.ForgotContaner {
    background-color: #FFFCF0;
    border-radius: 15px;
    padding: 40px;
    margin-top: 32px;
}

.ForgotContaner h1 {
    font-size: 32px;
    line-height: 38.88px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 26px;
}

.ForgotContaner h2 {
    font-size: 22px;
    line-height: 38.88px;
    font-family: 'UpscaleRegular';
    color: #202020;
    margin-bottom: 0px;
    text-align: center;
}

.ForgotContaner #SendOTPBTN,
.ForgotContaner #SendOTPBTN:hover {
    padding: 0px 0px;
    margin: 0px;
    margin-top: 0px;
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleRegular';
    color: #000;
    width: 100%;
    text-decoration: none;
    display: none;
    background: none;
    padding: 10px;
    border: none !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.ForgotContaner label span {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleRegular';
    color: #FF0000;
    margin-left: 5px;
}

.ForgotContaner input[type='email'],
.ForgotContaner input[type='password'],
.ForgotContaner input[type='text'] {
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    box-shadow: none !important;
}

.password-box {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.ValidMsg {
    font-size: 14px !important;
    line-height: 17.01px !important;
    font-family: 'UpscaleRegular' !important;
    color: #F44336 !important;
    margin-top: 10px !important;
    display: none;
}

.ValidMsg i {
    font-size: 12px !important;
}

.ForgotContaner button,
.ForgotContaner button:hover {
    padding: 10px 0px;
    margin: 0px;
    background-color: #FACD19;
    margin-top: 26px;
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleBold';
    color: #000;
    border-radius: 6px;
    width: 100%;
}

#inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#inputs .input {
    width: 40px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 36px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    box-shadow: none !important;
}

#inputs .input:focus {
    outline: none;
}

#inputs .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

@media (max-width: 480px) {}