.auth .iti {
    width: 100%;
}

.auth .iti .form-control {
    padding-left: 92px;
}

.auth .iti__selected-country {
    padding-left: 16px;
}

.auth .select2-container {
    width: 100% !important;
}

.auth .select2-container--default .select2-selection--single {
    min-height: 56px;
    border-radius: 12px;
    border-color: #d1d5db;
    background-color: #f8fafc;
    display: flex;
    align-items: center;
}

.auth .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
    padding-left: 16px;
}

.auth .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    right: 12px;
}
