#user_registration,
#consorci_registration,
#empresa_registration,
#entidad_colaboradora_registration,
#entidad_representativa_registration,
#formador_registration,
#form-group-empresa_registration_rol,
#form-group-user_registration_rol,
#form-group-consorci_registration_rol,
#form-group-entidad_colaboradora_registration_rol,
#form-group-entidad_representativa_registration_rol,
#form-group-formador_registration_rol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 1280px;
    max-width: 80%;
}
#register_request_information main {
    width: 100% !important;
    margin: 0;
    padding-top: 200px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: calc(100% - var(--padding-horizontal));
    align-items: center;
    max-width: 100%;
}
.rol,
.metodoAuthenticacion,
.dni,
.aceptaLodp,
.submit,
.razonSocial {
    width: 100%;
}

.name,
.surname,
.nombre,
.nif,
.correo,
.apellidos,
.email,
.telefono,
.cif {
    width: calc(50% - 20px)
}

.aceptaLodp  {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.aceptaLodp input {
    width: initial;
}

.aceptaLodp label {
    margin-left: 20px;
    font-size: var(--font-size-label);
    color: var(--color-label);
}

.submit  {
    width: 100%;
    display: flex;
    justify-content: center;
}


input {
    width: 100%;
    text-align: left;
    padding: 10px;
}

select {
    width: calc(100% + 23px);
    text-align: left;
    padding: 10px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    user-select: none;
    -webkit-user-select: none;
}
#header-top-container .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
}

#registration-form-container #form-group-user_registration_rol .select2-container--default .select2-selection--single,
#form-group-user_registration_metodoAuthenticacion .select2-container--default .select2-selection--single,
#form-group-consorci_registration_metodoAuthenticacion .select2-container--default .select2-selection--single,
#form-group-consorci_registration_rol .select2-container--default .select2-selection--single,
#form-group-empresa_registration_rol .select2-container--default .select2-selection--single,
#form-group-empresa_registration_metodoAuthenticacion .select2-container--default .select2-selection--single,
#form-group-entidad_colaboradora_registration_rol .select2-container--default .select2-selection--single,
#form-group-entidad_colaboradora_registration_metodoAuthenticacion .select2-container--default .select2-selection--single,
#form-group-entidad_representativa_registration_rol .select2-container--default .select2-selection--single,
#form-group-entidad_representativa_registration_metodoAuthenticacion .select2-container--default .select2-selection--single,
#form-group-formador_registration_metodoAuthenticacion .select2-container--default .select2-selection--single,
#form-group-formador_registration_rol .select2-container--default .select2-selection--single

{
    height: 40px;
    padding-top: 6px;
    border: 0px solid #aaa;
    border-radius: 0px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: none;
}