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

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

.lightVariant{
    padding: 0;
    border: none;
    background-color: transparent;
    height: auto;
    outline: none;
}

.lightVariant:focus{
    border: none;
    box-shadow: none;
}

.lightVariant:focus-visible{
    border: none;
    box-shadow: none;
}

.error{
    border: 1px solid #FF0000;
}   

.errorText{
    color: #FF0000;
    font-size: 12px;
    margin-top: 4px;
}

.gray{
    background-color: #F7F8FC;
    border: transparent;
}