.reset-password-header{
    color: #3a3b7c;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52.47px;
    margin-bottom: 7px;
}

.reset-password-subheader{
    color: #3a3b7c;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.777px;
    margin-bottom: 38px;
    width: 100%;
}

.reset-password-form{

    & > input{
        width: 100%;
    }
}

.reset-password-custom-input{
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 13%);
    border-radius: 5px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding-left: 13px;
    color: #5c5c5c;
    background: #F8F8F8;
}

.reset-password-custom-input:focus {
    outline: none;
    box-shadow: none;
}

.reset-password-footer-text{
    color: #797979;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.5px;
}

.reset-password-hidden-label {
    display: none;
}
