.auth-form input[type="text"],
.auth-form input[type="tel"],
.auth-form input[type="password"],
.auth-form select {
    box-sizing: border-box;
    height: 2.375rem;
    line-height: 1.25rem;
}

.auth-form select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    background-size: 1.25rem 1.25rem;
    padding-right: 2rem;
}
