.formone { display: flex; flex-direction: column; align-items: center; font-family: 'Barlow'; font-size: var(--font-medium-s); } .formone__radio { display: flex; align-items: center; } .formone__resident { display: flex; align-items: center; margin: 15px; cursor: pointer; } .formone__resident input[type='radio'] { width: 1.5rem; height: 1.5rem; cursor: pointer; } .formone__resident label { margin-left: 10px; } .formone__gender { display: flex; margin-bottom: 10px; } .formone__dob { display: flex; flex-direction: column; } .formone__dob input[type='date']::-webkit-calendar-picker-indicator { width: 30px; height: 30px; margin: 0; } .formone__dob label { font-size: 1.75rem; margin-bottom: 10px; } .formone__dob_input { width: 500px; height: 80px; margin: 10px 0px; padding: 11px 10px; border: 3px solid !important; border-radius: 10px; font-size: 1.5rem; } .label { font-size: 1.75rem; }