.iti--allow-dropdown .iti__flag-container {
    padding-left: 10px;
}

#phone-error,
#surname-error,
#email-error,
#name-error {
    position: absolute;
    background: transparent;
    width: auto;
    height: auto;
    color: red;
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 12px;
    margin: 0;
    color: red;
}

.iti.iti--allow-dropdown {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#phone{
    padding-left: 64px;
}