
.sign-up_validation--hide {
    display: none;
}

.sign-up_validation {
    width: 100%;
}

ol, ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
}

.sign-up_validation .invalid {
    color: #6A788D;
}

.sign-up_validation li {
    padding-left: 1.6rem;
    margin-top: 8px;
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: flex-start;
    color: #65C296;
    font-size: 12px;
    font-weight: 500;
}

@media (min-width: 1241px) {
    li {
        font-size: 12px;
    }
}

li {
    line-height: 1.2;
}

li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
}

.iti {
    width: 100%;
}
.show-password {
    position: absolute;
    content: '';
    width: 2rem;
    height: 2rem;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    background-image: url(../images/icons/hide-password.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.show-password--active {
    background-image: url(../images/icons/show-password.svg);
    background-size: 100% auto;
}

div.input--error {
    width: 100%;
    color: #FF0000FF;
    padding: 5px;
    text-align: start;
    font-size: small;
}

.error{
    font-size: 120% !important;
    color: #dc3545!important;
}
