.iti__selected-country-primary {
    border-radius: 50% 0 0 50%;
}

.gform_wrapper input {
    border-radius: 999px;
    border: 1px solid gray;
}

.gform_wrapper input:focus {
    box-shadow: none;
    background-color: #fff;
    border-color: #ffe900;
    outline: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 4.5rem;
}