@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html{
    font-family: "Rubik", sans-serif;
}

.organizadoAccounts{
    display: flex; 
    flex-wrap: wrap; 
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}


  /*--------------------------------------------------------------------------Nav Bar de Login y register*/
  .navBar {
    /* position: fixed; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    background-color: #3d3d3d;
    height: 50px;
    width: 100%;
  }
  
  .navBar a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 10%;
  }

 .options {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  
  .containerNavLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .containerNavLogo img{
    height: 80%;
    width: 135px;
  }


/*------------------------------------------Imagen Principal*/

.principal{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        to bottom,
        rgba(112, 176, 255, 0),
        rgba(47, 47, 47, 0)
        /* rgba(112, 176, 255, 0.275),
        rgba(47, 47, 47, 0.334) */
      ), url("/static/images/webPage/bannerLogin.webp");
      background-size: 100% 100%;
    
      /* background-image: url('/static/images/1.jpeg'); */
      background-attachment: fixed;
      background-position:center;
      background-repeat: no-repeat;    
}

/*------------------------------------------Caja Central de Login*/
.centrado{
    margin-left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 420px;
    border-radius: 15px;
    background-color: rgba(111, 111, 111, 0.51);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.46);
    border: 0.1px solid #3d3d3d37;
    /*border-style: solid;
    border-color: rgba(16, 16, 16, 0.362);
    border-width: 5px;*/

}

/*--------------------------------------Imagen principal de Login*/
.tituloBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    color: rgb(254, 254, 254);
    background-image: linear-gradient(
        to bottom,
        rgba(42, 42, 42, 0.654),
        rgba(48, 48, 48, 0.548)
      ), url("/static/images/3.jpeg");
      background-repeat: no-repeat;
      background-size: 100% 200%;
      background-position:center;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    font-size: clamp(0.6rem, 0.6vw, 1rem);
}


/*--------------------------------------Formulario*/
form{
    width: 80%;
    min-height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.groupFormLogin{
    width: 100%;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

form label {
    display: block;
    color: #ffffff;
    font-size: clamp(0.6rem, 0.6vw, 1rem);
    margin-bottom: 5px;
}

form input{
    border: none;
    background: hsl(0 0% 93%);
    border-radius: 7px;
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    border: 0.1px solid #3d3d3d37;
    padding-left: 12px;
    color: #3d3d3d;
    font-size: clamp(0.7rem, 0.7vw, 1rem);
}

/*--------------------------------Ojo para contraseña*/
.ojoContenedor{
    width: 100%;
    position: relative;
  }

  .ojoContenedor img{
    position: absolute;
    top: 20%;
    right: 3%;
    width: 22px;
    height: 25px;
  }
  .ojoContenedor img:hover{
    cursor: pointer;
    transform: scale(1.05);
  }


/*------------------------------------Mensaje de Error*/
.mensajeErrorBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    font-size: clamp(0.7rem, 0.7vw, 1rem);
    color: #6d6d6d;
    background-color: rgb(255, 221, 221);
    border-radius: 7px;
    margin-top: 25px;
}

/*------------------------------------Boton de formulario*/
.groupFormLoginBoton{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.groupFormLogin input[type=submit]{
    width: 100%;
    height: 90%;
    border-radius: 10px;
    font-weight:bolder;
    font-size: clamp(0.7rem, 0.7vw, 1rem);
    outline: none;
    border-style: none;
    color: rgb(255, 255, 255);
    background-color: rgb(91, 100, 228);
    box-shadow: 0px 4px 2px #3d3d3d58;
    cursor: pointer;
}

.groupFormLogin input[type=submit]:hover{
    transform: scale(1.035);
    cursor: pointer;
    box-shadow: 0px 2px 2px #3d3d3d58;
}


/*------------------------------------------------------------Otras Sesiones*/
.sessionOtros{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*----------------------------Palabra O*/
.oOtros{
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(0.6rem, 0.6vw, 1rem);
    margin-bottom: 20px;
}

/*---------------------------Caja para Google O*/
.googleBox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.googleBox a{
    width: 100%;
    height: 95%;
    border-radius: 10px;
    font-size: clamp(0.7rem, 0.7vw, 1rem);
    outline: none;
    border-style: none;
    color: rgb(135, 135, 135);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 2px #3d3d3d58;  
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration-line: none;
  }

  .googleBox a:hover{
    background-color: rgb(225, 107, 107);
    color:white;
    cursor: pointer;
    box-shadow: 0px 2px 2px #3d3d3d58;
    }

.googleBox img{
    position:absolute;
    left: 5%;
    top: 25%;
    width: 6%;
    z-index: 5;
  }

  /*----------------------------Resgitrar y Contraseña Perdida*/
  .otrosBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:50px; 
    color: white;
    font-size: clamp(0.6rem, 0.6vw, 1rem);
}

.otrosBox a{
    color: #ffffff;
}

.otrosBox a:hover{
    color:  rgb(225, 107, 107);
}


.otrosBoxA a{
  color:  #1d6395;
}






















@media (min-width: 320px) and (max-width: 480px) {

    /*-----------------------------------------------Login*/
    .principal{
          background-position:84%;  
          border-bottom-left-radius: 7px;
          border-bottom-right-radius: 7px; 
          background-size: cover;  
          align-items: center;
          justify-content: center;   
    }

    .centrado{
        width: 80%;
        margin: 0;
        min-height: 70%;
        background-color: rgba(52, 52, 52, 0.688);
        
    }

    .tituloBox{
        height: 65px;
        background-image: none;
        background-color: #3d3d3d45;
        
    }
  
    .googleBox img{
        top: 35%;
    }

    form label {
        font-size: clamp(0.7rem, 0.7vw, 1rem);
    }

    .oOtros{
        font-size: clamp(0.7rem, 0.7vw, 1rem);
    }
    .otrosBox{
        font-size: clamp(0.7rem, 0.7vw, 1rem);
    }



  .containerNavLogo img{
    height: 30px;
    width: 75px;
  }

  .otrosBoxA a{
    color:  #5ab3f2;;
  }
  
}
