
.auth-container {
    z-index: 9999999;
}
.auth-container .form-check-label{
    display: block!important;
    font-size: 12px!important;
    font-weight: 400 !important;
}

.btn-drenting {
    background-color: #134f67;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-drenting:hover {
    background-color: #0e6183;
    color: white;
    transform: translateY(-2px);
}

.btn-google {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.btn-google img{
    margin-right: 10px;
    margin-left: 10px;
}

.btn-google:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


.btn-apple {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 2px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.btn-apple:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-control {
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #11759d;
    box-shadow: 0 0 0 0.2rem rgba(17, 117, 157, 0.25);
}


.auth-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}


.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}

.auth-divider span {
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
}
.auth-divider.static span{
    color: gray;
}

.auth-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.auth-footer a {
    color: #11759d;
    text-decoration: none;
    font-weight: 500;
}
.text-black{
    color: black!important;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.message-animation {
    animation: fadeInOut 3.5s ease-in-out;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { opacity: 0; }
}

.btn-option {
    margin-bottom: 15px;
    width: 100%;
}

.recaptcha-container {
    transform-origin: 0 0;
    margin-bottom: 25px;
}
@media (max-width: 550px) {
    .auth-tel-input {
        margin-left: 0;
        margin-right: 0;
    }
    .form-control {
        margin-bottom: 0;
    }
    .auth-footer{
        margin-top: 10px;
    }
    .auth-footer p{
        margin-bottom: 2px;
    }
}

/* Estilo para el selector de teléfono */

/* Asegurar que el recaptcha aparezca sobre todo */
.grecaptcha-badge {
    z-index: 10000000 !important;
}

/* Para el popup del recaptcha */
.recaptcha-container iframe, 
.recaptcha-container div,
.g-recaptcha iframe,
.g-recaptcha div,
iframe[src*="recaptcha"],
div.g-recaptcha,
div.grecaptcha-badge,
.grecaptcha-badge iframe,
#rc-imageselect,
.pika-single {
    z-index: 10000000 !important;
}

/* Contenedor principal del recaptcha */
body > div[style*="z-index: 2000000000"] {
    z-index: 999999999999999999 !important;
}

#verify-code-form{
    width: 100%;
}
/* Estilos para el campo de código de verificación */
.verification-code-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.verification-code-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #ddd;
    margin: 0 3px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    color: white!important;
}
.verification-code-container.static .verification-code-input{
    color: black!important;
    min-width: auto!important;
    width: 40px!important;
}

.verification-code-input:focus {
    border-bottom: 2px solid #134f67;
    outline: none;
    box-shadow: none;
}

.login-modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    z-index: 999999999;
}
.login-modal.show{
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
}
.login-container-modal{
    width: 100%;
    height: 100%;
}
.login-container-modal .modal-dialog{

    display: flex !important;
    align-items: center;
    min-height: 100%;
    margin: 0 auto !important;
    max-width: 550px;
    transition: transform .3s ease-out;
}
.login-container-modal .modal-dialog .modal-content {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-image: linear-gradient(to right, var(--primary-color), #116b8f);
    padding: 25px;
    overflow: hidden;
    border-radius: 20px;
    color: white;
}
.login-container-modal .modal-dialog .modal-content a{
    color: white;
}
.auth-close-btn {
    position: absolute;
    display: flex;
    height: 28px;
    width: 28px;
    right: 14px;
    bottom: auto;
    top: 14px;
    padding: 4px 4px 1px 4px;
    color: #11759D;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgb(255 255 255);
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.login-container-modal .modal-dialog .modal-content::before{
    display: none !important;
}


/* Estilo para ocultar el badge de reCAPTCHA */
.grecaptcha-badge { 
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
/* Cuando los formularios estén activos, mostramos el badge */
.recaptcha-visible .grecaptcha-badge {
    visibility: visible;
    opacity: 1;
}

#username::placeholder {
    color: #cccccc;
    /* Current gray placeholder text */
}

#username {
  /* Icono en background a la izquierda */
  background-image: url(https://drenting.com/wp-content/uploads/svg/mailSvg.svg);
  background-repeat: no-repeat;
  background-position: 10px center;     /* ajusta el 10px según el tamaño del icono */
  background-size: 20px 20px;
  border: none;
  outline: 1px solid #cccccc;
  color: black;
  font-size: 1rem;
}

/* Solo el placeholder “Email” se indentará hacia la derecha */
#username::placeholder {
  /* mueve el placeholder 35px a la derecha (10px icono + 5px espacio + 20px icono) */
  text-indent: 35px;
}

/* Para compatibilidad con navegadores más viejos */
#username::-webkit-input-placeholder { text-indent: 35px; }
#username:-ms-input-placeholder { text-indent: 35px; }
#username::-ms-input-placeholder { text-indent: 35px; }
