/* fuentes */
@import url("https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Candal&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@200&family=Dosis:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");

body {
  background-color: #f4f6f6;
  font-family: 'Dosis', sans-serif;
}


.titulo {
  font-size: 5vh;
  color: black;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 97vh;
}

.card {
  width: 60%;
  background: none;
  border: none;
}

.col-img {
  background-image: url(../images/imgLogin.jpg);
  background-size: 83vh;
  background-position-x: 70%;
  height: 100%;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0px;
  height: 100%;
}

.header {
  text-align: center;
  height: 20%;
}

.conteformu{
  height: 100%;
}

.col-form {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.btnL {
  background: white;
    border: 1px solid black;
    border-radius: 35px;
    width: 40%;
    height: 4vh;
    font: message-box;
    font-size: 2.3vh;
    display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btnL:hover {
  background-color: #8bd6e9;
  color: white;
  border: none;
}

.contenido-form {
  padding: 0% 18%;
  width: 100%;
  height: 63%;
}

.input {
  width: 95%;
  border-radius: 35px;
  border: 1px solid black;
  height: 4vh;
  margin-bottom: 2%;
  padding-left: 4%;
  font-size: 3vh;
}

.OlviContra:hover{
  color: #5aadc2;
  text-decoration: double;
}

.label {
  font-size: 3.5vh;
}
.formu {
  background-color: white;
  border-radius: 35px;
  height: 55vh;
}

.formu{
  display: flex;
}

.imgL{
  width: 40%;
  border-radius: 35px 0px 0px 35px;
  background-image: url(../images/imgLogin.jpg);
  background-size: 83vh;
  background-position-x: 70%;
}

.formulario{
  width: 60%;
}

a{
  text-decoration: none;
}

.footer{
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}

.contra {
  margin-top: 3%;
  font-size: 4vh;
}

.icon {
  margin-top: 2%;
  margin-left: 3%;
}

.btn-MC {
  margin-top: 1%; 
  width: 100%;
  display: flex;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 3vh;
  padding: 0%;
}

.btn-MC:hover {
  box-shadow: none;
  outline: none;
}

.alert {
  background-color: #8bd6e9;
}

.logoLogin{
  width: 25%;
  display: none;
}


@media only screen and (max-width: 1023px) {
  .imgL{
    display: none;
  }

  .formulario{
    width: 100%;
  }

  .logoLogin{
    display: initial;
    width: auto;
  }

  .col-form {
    margin-left: 15%;
  }

  .header{
    margin-top: 5%;
  }

  .titulo{
    font-size: 3.5vh;
  }

  .contra{
    font-size: 2.5vh;
    margin-top: 15%;
  }

  .btnL{
    font-size: 1.8vh;
  }

  .row-formu {
    height: 50vh;
  }

  .formuHeader{
    height: 30%;
    display: flex;
    justify-content: center;
    background: #7cd1e8;
    border-radius: 35px 35px 0px 0px;
    padding: 3%;
  }

  .conteformu{
    height: 70%;
    border-radius: 35px 0px 35px 35px;
    background: white;
  }

  .contenido-form{
    padding: 0% 10%;
    border-radius: 35px;
  }

  .formu{
    background-color: #7cd1e8;
  }
}

@media only screen and (max-width: 529px) {

  .formuHeader{
    height: 30%;
    display: flex;
    justify-content: center;
    background: #7cd1e8;
    border-radius: 35px 35px 0px 0px;
    padding: 10%;
  }
}

@media only screen and (max-width: 472px) {
  .titulo {
    font-size: 2.8vh;
  }

  .label {
    font-size: 1.8vh;
  }

  .btn-MC {
    font-size: 1.8vh;
  }
}

@media only screen and (max-width: 280px) {
  .card {
    width: 71%;
  }
}

a {
  color: black;
}

a:hover {
  color: black;
}

.row-MC {
  margin-top: 3%;
  display: flex;
  justify-content: flex-start;
}

.row-OC {
  background-color: white;
  border-radius: 35px;
  height: 49vh;
  width: 100%;
}

.card-OC {
  width: 49%;
}

.card-header {
  text-align: center;
  background-color: #8bd6e9;
  height: 20%;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding: 1%;
}

.card-body {
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36vh;
}

.form-OC {
  width: 61%;
}

.label-OC {
  font-size: 4vh;
}

.input-OC {
  width: 95%;
  border-radius: 35px;
  height: 4vh;
  border: 0.5px solid;
}

.a-OC {
  text-decoration: none;
}

.btn-OC {
  background: white;
  border: 0.5px solid;
  width: 29%;
  height: 5vh;
  border-radius: 35px;
  float: right;
  margin-left: 6%;
  font-size: 15px;
  cursor: pointer;
}

.btn-OC:hover {
  background-color: #8bd6e9;
}

.footer-OC {
  margin-top: 12%;
}

.card-mail {
  width: 57%;
  background-color: white;
  border-radius: 120px 35px 35px 120px;
  height: 47vh;
}

.body-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 4vh;
}

.btn-mail {
  background: white;
  border: 0.5px solid;
  width: 29%;
  height: 5vh;
  border-radius: 35px;
  float: right;
  font-size: 3vh;
  font-family: 'Dosis', sans-serif;
  cursor: pointer;
  margin-top: -2%;
  margin-right: 5%;
}

.btn-mail:hover {
  background-color: #8bd6e9;
  color: white;
}

.modal {
  top: 25%;
}

.modal-content {
  height: 55vh;
  border-radius: 34px;
}

.modal-header {
  background-color: #7bd0e5;
  text-align: center;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}

.modal {
  top: 16%;
}

.modal-title {
  font-size: 42px;
  font-weight: 600;
  width: 100%;
}

.modal-body {
  text-align: center;
  font-size: 7vh;
  height: 33vh;
}

.btnMS {
  background-color: white;
  border: 0.5px solid black;
  border-radius: 35px;
  width: 26%;
  font-size: 2.3vh;
  margin-left: 2%;
}

.btnMS:hover {
  background-color: #9fd8e4;
  color: black;
}

/* Estilo para el olvido su contraseña */

.conteOlvidoPass{
  height: 97vh;
  width: 97vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardOlvidoPass{
  height: 65%;
  width: 65%;
  border-radius: 35px;
  background-color: white;
  display: flex;
  padding: 2%;
  font-family: 'Dosis', sans-serif;
}

.imgOlvidoPass{
  width: 40%;
}

.imagenOlvidoPass{
  width: 100%;
  border-radius: 35px;
  height: 100%;
}

.formuOlvidoPass{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inputOlviPass{
  border: 1px solid lightgrey;
  border-radius: 13px;
  padding-left: 15px;
  font-size: 3vh;
  margin-bottom: 4%;
  background-color: #eaeded;
  width: 95%;
  font-family: 'Dosis', sans-serif;
}

.formOlvidoPass{
  padding: 0% 17%;
  font-size: 3vh;
}

.tituloOlvidoPass{
  text-align: center;
  color: #7bd0e5;
  font-size: 4vh;
  font-weight: 600;
}

.footerFormOP{
  display: flex;
  justify-content: end;
  margin-top: 2%;
}

.btnOlvidoPass{
  width: 30%;
  background-color: white;
  border: 0.5px solid;
  border-radius: 35px;
  margin-left: 4%;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  font-size: 2.8vh;
  cursor: pointer;
}

.btnOlvidoPass:hover{
  background-color: #7bd0e5;
  color: white;
}

.txtVeriF{
  padding: 2%;
  width: 50%;
  overflow-wrap: break-word;
}

.imagenVeri{
  width: 43%;
}

.imgVerif{
  width: 100%;
  height: 100%;
}