/* Estilos específicos para REGISTER */

.register-page .panel-registrar {
    background: #ffffff;
}

.register-page .panel-registrar__contenedor {
    padding: 7vh 24px 5vh 24px;
    width: 400px;
}

.register-page .panel__ingresa {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #474747;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.register-page .panel__lleva {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #2D5CB7;
    margin-bottom: 20px;
}

.register-page #email,
.register-page #password-field,
.register-page #name,
.register-page #numero_celular {
    height: 40px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.register-page #email:focus,
.register-page #password-field:focus,
.register-page #name:focus,
.register-page #numero_celular:focus {
    outline: none;
    border-color: #1890FF !important;
    box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.1);
}

.register-page #email:hover,
.register-page #password-field:hover,
.register-page #name:hover,
.register-page #numero_celular:hover {
    border-color: #1890FF !important;
}

.register-page .form-control-input {
    height: 40px;
    padding: 9px 16px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #333333 !important;
}

.register-page .form-with-icon {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.register-page .input__group .input-icon {
    color: #bfbfbf;
    font-size: 16px;
    position: absolute;
    top: 11px;
    left: 16px;
    pointer-events: none;
    transition: color 0.3s ease;
    z-index: 1;
}

.register-page .input__group .password-toggle {
    color: #bfbfbf;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.register-page .input__group .password-toggle:hover {
    color: #1890FF;
}

.register-page .input__group input:focus ~ .input-icon {
    color: #1890FF;
}

.register-page .register--button {
    height: 56px;
    font-weight: 600;
    background: linear-gradient(135deg, #1890FF 0%, #0763EC 100%);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.2);
}

.register-page .register--button:hover:not(:disabled) {
    background: linear-gradient(135deg, #0763EC 0%, #0050CC 100%);
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
    transform: translateY(-1px);
}

.register-page .register--button:disabled {
    background: linear-gradient(135deg, #d9d9d9 0%, #bfbfbf 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.register-page .register--button .fa-spinner {
    margin-right: 8px;
}

.register-page .height__margin__bottom01 {
    margin-bottom: 16px;
}

.register-page .height__margin__bottom02 {
    margin-bottom: 20px;
}

.register-page .formulario-contenedor__button {
    margin-bottom: 24px;
}

.register-page .link-registrar {
    color: #1890FF;
    font-weight: 600;
    transition: color 0.3s ease;
}

.register-page .link-registrar:hover {
    color: #0763EC;
}

.register-page .pregunta__cuenta {
    font-size: 15px;
    font-weight: 500;
    color: #5a5a5a;
}

.register-page .alert-custom-danger {
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 8px;
    color: #cf1322;
    padding: 12px 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    animation: slideDownRegister 0.3s ease;
}

.register-page .alert-custom-danger i {
    font-size: 16px;
    position: static;
}

.register-page .alert-danger {
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 8px;
    color: #cf1322;
    padding: 12px 16px;
    margin-bottom: 16px;
    animation: slideDownRegister 0.3s ease;
}

@keyframes slideDownRegister {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.register-page .error {
    border-color: #ff4d4f !important;
    color: #ff4d4f;
    font-size: 13px;
    margin-top: 4px;
}

.register-page .error:focus {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.1);
}

.register-page .password-requirements {
    background-color: #f6f8fa;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 12px;
    margin-top: -8px;
    margin-bottom: 16px;
}

.register-page .password-requirements p {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.register-page .password-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.register-page .password-requirements li {
    font-size: 12px;
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.register-page .password-requirements li i {
    position: static;
    margin-right: 6px;
    font-size: 12px;
}

.register-page .password-requirements .text-danger {
    color: #ff4d4f !important;
}

.register-page .password-requirements .text-success {
    color: #52c41a !important;
}

.register-page .form-check {
    padding-left: 1.5rem;
}

.register-page .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    cursor: pointer;
}

.register-page .form-check-input:checked {
    background-color: #1890FF;
    border-color: #1890FF;
}

.register-page .form-check-label {
    color: #5a5a5a;
    line-height: 1.5;
    cursor: pointer;
    margin-left: 0.25rem;
}

.register-page .form-check-label a {
    color: #1890FF;
    font-weight: 500;
    text-decoration: underline;
}

.register-page .form-check-label a:hover {
    color: #0763EC;
}

.register-page .formulario-grupo__captcha {
    margin-bottom: 24px !important;
}

.register-page .help-block strong {
    color: #ff4d4f !important;
    font-weight: 500 !important;
    font-size: 13px;
}
