.central-container-ResetPassword{
    width: 356px;
    height: 347px;
    border: 1px;
}

.form-box-ResetPassword,
.form-ResetPassword{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-box-ResetPassword .spacer{
    flex-grow: 1;
}

.form-ResetPassword{
    gap: 12px;
}

.form-ResetPassword h1{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;

    margin: 16px 0px 16px 0px;
    }

.input-section-ResetPassword{
    position: relative;
}

.input-section-ResetPassword input{
    width: 304px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #070707;
    padding: 12px;

}

.input-section-ResetPassword label{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    
    color: #070707;
    position: absolute;

    top: -12px;
    left: 15px;
    padding: 1px;
    background-color: #fafafa;
}


.form-ResetPassword button{
    width: 308px;
    height: 40px;
    border-radius: 4px;

    background-color: #1E6E79;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;

    color: #FFFFFF;

    margin-bottom: 24px;
    border: none;

}
