html {
    font-size: 120%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: url(../img/backgroundFlecha.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

main {
    text-align: center;
    width: 100%;
    padding: 20px;
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contenedor__todo {
    width: 100%;
    max-width: 1200px;
    margin: 50px;
    position: relative;

}

.caja__trasera {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 33, 66, 0.5);
    border-radius: 25px;

}




.caja__trasera div {
    margin: 100px 40px;
    color: white;
    transition: all 500ms;
}


.caja__trasera div p,
.caja__trasera button {
    margin-top: 30px;
    align-self: center;

}

.caja__trasera div h3 {
    font-weight: 400;
    font-size: 32px;
}

.caja__trasera div p {
    font-size: 20px;
    font-weight: 300;
}

.caja__trasera button {
    padding: 10px 60px;
    border: 2px solid #fff;
    font-size: 20px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    color: white;
    outline: none;
    transition: all 300ms;
    border-radius: 5PX;
    text-align: center;

}

.caja__trasera button:hover {
    background: #fff;
    color: #46A2FD;
}

/*Formularios*/

.contenedor__login-register {
    display: flex;
    align-items: center;
    width: 100px;
    max-width: 420px;
    position: relative;
    top: -280px;
    left: 10px;



    /*La transicion va despues del codigo JS*/
    transition: left 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.contenedor__login-register form {
    width: 550px;
    padding: 40px 20px;
    background: white;
    position: absolute;
    border-radius: 20px;
    border: solid rgb(56, 56, 56) 2px;

}

.contenedor__login-register form h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #3299ff;
}

.contenedor__login-register form input {
    width: 100%;
    margin-top: 24px;
    padding: 10px;
    border: none;
    background: #e4e3e3;
    font-size: 18px;
    outline: none;
    border-radius: 15px;
}

.contenedor__login-register form button {

    margin-top: 40px;
    margin-bottom: 10px;
    border: none;
    font-size: 18px;
    background: #46A2FD;
    font-weight: 600;
    cursor: pointer;
    color: white;
    outline: none;

    transition: all 0.5s ease;
    border-radius: 15px;
    font-size: 1.0rem;
    width: 55%;
    border-radius: 10px;

}

.contenedor__login-register form button:hover {
    background: #2977D8;
}









.formulario__login {
    opacity: 1;
    display: block;
}

.formulario__register {
    display: none;

}



.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    color: #888;
    font-size: 24px;
}



.password-container {
    position: relative;
}

#toggle-password {
    position: absolute;
    top: 50px;
    right: 10px;
    transform: translateY(-50%);
    font-size: 35px;
    cursor: pointer;

}




@media screen and (max-width: 850px) {

    main {
        margin-top: 50px;
    }

    .caja__trasera {
        max-width: 350px;
        height: 300px;
        flex-direction: column;
        margin: auto;
    }

    .caja__trasera div {
        margin: 0px;
        position: absolute;
    }


    /*Formularios*/

    .contenedor__login-register {
        top: -10px;
        left: -5px;
        margin: auto;
    }

    .contenedor__login-register form {
        position: relative;
    }
}

.botonDesactivadoTabla {
   
    background-color: rgb(188, 68, 117) !important;
    color: #FFF;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: not-allowed;

}

.contenedor__todoMovil {
    width: 100%;
    max-width: 1200px;
    margin: 0PX  20%  20%  20%;
    position: relative;
    color: azure;
}

.imgLogo{
    display: flex; 
    margin: 65px auto 0;
    width: 400px;
    height: 120px;
}


.caja__traseraMovil {
    width: 100%;
    height: 550px;
    display: block;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 33, 66, 0.5);
    border-radius: 25px;

}

.caja_blanca {
    width: 95%;
    padding: 40px 20px;
    background: white;
    position: absolute;
    border-radius: 20px;
    border: solid rgb(56, 56, 56) 2px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.inputBox {
    margin-top: 10px;
    width: 100%;  
  
}
.inputs {
    width: 100%;
    height:35px;
    text-align: center;
    border-radius: 10px;
    background-color: #e4e3e3;
    border: none; /* Elimina el borde */
}



.btnIniciarSesion {
    margin-top: 10px;
    width: 40%;
}

#btnIniciarSesionMovil,
#btnResgistrarseMovil,
#btnIngresarMovil,
#btnRegistrarMovil{
    margin-top: 10px;
    width: 40%;
    font-size: .6rem;
}

label{
    color: black;
}
.genero{
    padding: 0px 8px 0px 0px;
    margin-top: 5px;
}


h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0rem;
    color: #3299ff;
}

h3 {
    font-size: 32px;
}



.btn-primary{
 
    background-color: rgb(18, 86, 182)!important;
    border-color: rgb(18, 78, 163) !important;
    margin-top: 10px;
}

.btn-primary:hover {
    background-color: rgb(45, 150, 252) !important;
    border-color: rgb(45, 150, 252) !important;
   
}
p{
    margin-top: 15px;
}




@media (max-width: 1230px) {
  
   

    form{
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

}



@media (max-width: 580px) {
    * {
        font-size: 98%;
        /* Reduce el tamaño de fuente al 80% del tamaño original */
    }

    .contenedor__todoMovil {
        margin: 5px;
    }

    .imgLogo{
        display: BLOCK; 
        margin: 25px auto 0;
        width:300px;
        height: 90px;
    }
    .main{
       margin-top: 5px;
    }

}


