input,
textarea,
select {
    background-color: white;
    border: 0;
    border-radius: 50px;
    padding: 12px 30px;
    outline: none;
    transition: border-color 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
}

.select-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 35px;
}

.select-wrapper::after {
    content: "⌄"; /* Oppure "▾" o "🔽" */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 25px;
    color: #555;
}

.medica-login-input {
    width: 30rem;
    max-width: 100%;
}

.medica-registration-input {
    width: 100%;
}
