.form-edit-account {
    max-width: 500px;
    padding-left: 32px;
}

input {
    height: 52px !important;
    border-radius: 8px !important;
    border: 1px solid #8C8C8C !important;
    font-size: 16px !important;
}

select{
    border-radius: 8px !important;
    height: 52px !important;
    border: 1px solid #8C8C8C !important;
}

.form-edit-account .label {
    display: block;
    font-weight: bold;
    color: #8C8C8C;
    font-size: 16px !important;
}

.form-edit-account input[type="checkbox"] {
    height: auto !important;
    margin-right: 5px;
}

.choice {
    display: flex;
}

.primary button {
    background-color: #000000;
    color: #fff;
    /* Texto blanco */
    border: none;
    /* Sin borde */
    border-radius: 20px;
    /* Bordes redondeados */
    cursor: pointer;
    /* Cambio de cursor al pasar por encima */
    transition: background-color 0.3s ease;
    /* Transición suave */
    height: 39px;
    font-size: 14px !important;
    text-transform: initial;
    font-weight: 700;
    font-family: 'Inter';
    flex: 1;
    line-height: normal;
}

.primary button:focus {
    line-height: normal;
    color: #fff;
    /* Texto blanco */
    height: 39px;
    font-size: 14px !important;
    text-transform: initial;
}