:root {
    /* Colors */
    --primary-color: rgba(228, 5, 32, 1);;
    --secondary-color: rgb(255, 255, 255);
    --terteary-color: rgba(33, 37, 41, 1);
    --quaternary-color: rgba(243, 243, 243, 1);
    --quinteary-color: rgba(135, 136, 138, 1);
    /*Fonts*/
    --font-family-axityLight: 'Mulish', sans-serif;
    --font-family-axityBold: 'Mulish', sans-serif;
    --font-family-axityRegular: 'Mulish', sans-serif;
    /* Fonts Styles */
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-bold: 700;
}

/* estilos para la pagina del index.html */
body, html {
    overflow-x: hidden !important;
}

body {
    background-image: none !important;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    min-height: 100vh;
    box-sizing: border-box;
    color: white;
    font-family: var(--font-family-axityBold);
}

.userAxity {
    color: var(--terteary-color);
    font-family: var(--font-family-axityBold);
    font-weight: var(--font-weight-bold);
}

.form-control-lg {
    font-family: var(--font-family-axityBold);
    font-weight: var(--font-weight-bold);
    background-color: var(--quaternary-color);
    font-size: 1.25rem;
    border-radius: 10px;
    outline: none;
    border: none;
    color: var(--primary-color);
}

.form-control-lg::placeholder{
    color: var(--quinteary-color);
}

.form-control-lg:focus {
    border: 2px solid var(--primary-color) !important;
}

.img-logo {
    margin-top: 0;
    width: auto;
    height: auto;
}

/*estilos para usuario.html */
.full-height {
    height: 100vh;
    display: flex;
    border-style: solid;
}

.d-flex-center {
    display: flex;
    border-style: solid;
    border: groove;
    align-items: center;
    justify-content: center;
}

.P_B1 {
    width: 90%;
    height: auto;
    margin: 2rem;
}

.btn-resetpassword {
    font-family: var(--font-family-axityBold);
    font-size: 1rem;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    margin-top: 1rem;
    border-radius: 10px;
    font-weight: bolder;
}

.btn-resetpassword:hover {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    outline-color: var(--primary-color);
}

/*centrar el div del objeto ingresar usuario*/
.form-containerInsert {
    display: flexbox;
    width: 80%;
    margin-top: 20px;
    margin-left: 30%;
}


/*validacion del codigo en cajas de texto*/
#hdn-phone {
    color: var(--secondary-color);
    font-size: 22px;
}

#p-validatedInputUser, #p-validatedInputPhone {
    color: var(--primary-color);
    display: none;
    font-family: var(--font-family-alpinasemibold);
    font-weight: var(--font-weight-regular);
    font-size: 15px;
}

.codeInput {
    font-family: var(--font-family-axityBold);
    background-color: var(--secondary-color);
    /* display: flexbox;*/
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    outline-color: var(--primary-color);
}


@media (max-width: 400px) {
    .codeInput {
        /*display: flexbox;*/
        background-color: var(--quinteary-color);
        width: 2rem;
        height: 2rem;
        text-align: center;
        outline-color: var(--primary-color);
    }
}


/*parametros boton enviar codigo*/

.btn-sendCode {
    width: 90%;
    margin-left: 5%;
    font-size: 1rem;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 10px;
}

.btn-sendCode:hover {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    outline-color: var(--primary-color);
}

/*contenedor de enviar codigo*/

/*tama�o texto principal*/
/*#btn-sendPassword {
    margin-left:10%;
    font-size: 1rem;
    background-color: var(--primary-color);
    color: var(--secondary-color);
}*/
.p-send {
    color: var(--terteary-color);
    font-size: 22px;
}

.btn-sendPassword {
    width: 90%;
    margin-left: 5%;
    font-size: 1rem;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 10px;
}

.btn-sendPassword:hover {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    outline-color: var(--primary-color);
}

/*aqui contenido pagina de newpassword*/
.form-containerPassword {
    display: flexbox;
    width: 90%;
    margin-top: 20px;
    margin-left: 27%;
}

.requisitos {
    margin-top: 10px;
}

.requisitos p {
    font-family: var(--font-family-axityBold);
    font-size: 13px;
    /* Ajustar tama�o de fuente */
    margin: 3px 0;
    /* Ajustar espaciado vertical entre elementos */
    margin-left: 10%;
}

/*boton de volver en la vista errorMessage*/
.btn-sendpassword2 {
    display: flexbox;
    font-size: 1rem;
    width: 70%;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 10px;
    font-family: var(--font-family-axityBold);
}

.btn-sendpassword2:hover {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    outline-color: var(--primary-color);
}


#div-timePassword {
    display: flex;
    justify-content: center;
    text-align: justify;
    font-size: 18px;
    color: var(--secondary-color);
    min-width: 30%;
    max-width: 50%;
    margin-left: 4%;
    margin-right: 4%;
}

/* Ajusta el tama�o del captcha */
.g-recaptcha {
    transform: scale(1.2);
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
    /* margin-left:-20%;*/
}

@media (max-width: 700px) {
    .g-recaptcha {
        transform: scale(0.8);
    }
}

#div-timer {
    position: absolute;
    font-size: 25px;
    color: var(--terteary-color);
    font-weight: var(--font-weight-bold);
    text-align: center;
    margin-left: 120px;
}

#div-errorMessage {
    color: red;
    font-family: var(--font-family-axityBold);
    font-size: 15px;
    margin-left: 30px;
}

#lbl-seconds {
    display: flex;
    font-size: 25px;
    margin-left: 200px;
    color: var(--terteary-color);
    font-size: var(--font-family-axityBold);
    font-weight: var(--font-weight-bold);
}

#btn-returnPasswordReset {
    display: flexbox;
    font-size: 1rem;
    width: 40%;
    background-color: var(--primary-color);
    color: var(--secundary-color);
    margin-left: 0%;
    border-radius: 10px;
}

.label-new-password {
    font-size: 20px;
    font-family: var(--font-family-axityBold);
    font-weight: var(--font-weight-bold);
    color: var(--terteary-color);
}

.cls-PrintErrorMessage {
    word-wrap: break-word;
    display: block;
    text-align: center;
    max-width: 300px;
    font-size: 20px;
    color: red;
    font-family: var(--font-family-axityBold);
    font-weight: var(--font-weight-bold);
}

.ant-input-suffix {
    top: 20%;
    margin-right: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.anticon-eye-invisible {
    display: none;
}

/* Loader */
/* Loader de carga inicial */
.container-loader {
    margin-block-start: 0;
    z-index: 9999;
    transition: all 1.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation: loader 1.5s infinite ease-in-out;
}

.loader {
    color: var(--primary-color);
    font-size: 13px;
    position: relative;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

#informativeMessage::before {
    content: "\26A0"; 
    margin-right: 0.5em; 
    color: #FFA500; 
    font-size: 1.2em; 
}

#informativeMessage {
    font-style: italic;
    color: #da870f;
}

@keyframes loader {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}