.error-message {
    background-color: rgb(171 41 41);
    border-radius: 4px;
    position: absolute;
    padding: 0 5px;
    font-size: 12px;
    right: 0px;
    bottom: -52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-weight: 700;
    z-index: 100;
}

.error-message::before {
    content: "";
    position: absolute;
    top: -4px;
    transform: rotate(90deg);
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(171 41 41) transparent transparent;
}

.field-password i {
    top: 39px !important;
}

.iti--input-container {
    width: 100%;
}