.formFieldSection{
    margin-bottom: 20px;
    position: relative;
}

.buttonShowPassword{
    width: 24px;
    height: 24px;
    background: url("@assets/icons/icon_show-pwd.svg") no-repeat center;
    position: absolute;
    right: 16px;
    bottom: 10px;
}


.textInput{
    width: 100%;
    height: 48px;
    padding-inline: 16px;
    font-size: 16px;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    text-align: left;
    padding-right: 50px;
}


.label{
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}
