body{
  background: url("../Img/fondo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #66999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

textarea:focus, input:focus, button:focus{ 
    outline: none; 
}

.RecuadroContenedor{
  position: absolute;
  float: left;
  height: 100vh;
  width: 35%;
  background-color: rgba(255,255,255,0.5);
  top: 0px;
  right: 65%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.contenedor{
  position: relative;
  float: left;
  width: 55%;
  min-height: 30%;
  max-height: auto;
}

.logo{
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
  background-color: rgb(112,173,71);
  border-top: grey 1px solid;
  border-left: grey 1px solid;
  border-right: grey 1px solid;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.cont_logo{
  position: relative;
  float: left;
  width: 35%;
  left: 35%;
  height: 90%;
  top: 5%;
}

.logo_img
{
  height: 100%;
  width: 100%;
}

.cuerpo{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.cuerpoOculto{
  display: none;
}

.form{
  position: relative;
  float: left;
  height: auto;
  width: 90%;
  margin: 5%;
}

.formCentro{
  position: relative;
  float: left;
  height: auto;
  width: 90%;
  margin: 5%;
  text-align: center;
}

.texto{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

.input{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}

.txt_input{
  height: 25px;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid black;
}

.btn_azul{
  height: 30px;
  width: 90%;
  left: 5%;
  background-color: #244AFF;
  color: white;
  border: 0px;
  border-radius: 5px;
}

.btn_rojo{
  height: 30px;
  width: 90%;
  left: 5%;
  background-color: red;
  color: white;
  border: 0px;
  border-radius: 5px;
  margin-top: 2px;
}

.url{
  color: black;
  text-decoration: none;
}

/* Contenedor de reestablecer contraseña */
/* Contenedor de reestablecer contraseña */

@media (max-width: 1200px) {
  .contenedor{
    position: relative;
    float: left;
    width: 75%;
    min-height: 30%;
    max-height: auto;
    border-radius: 15px;
  }
}

@media (max-width: 900px) {
  .contenedor{
    position: relative;
    float: left;
    width: 90%;
    min-height: 30%;
    max-height: auto;
    border-radius: 15px;
  }
}

@media (max-width: 800px) {
  .RecuadroContenedor{
    position: absolute;
    float: right;
    height: 100vh;
    width: 100%;
    top: 0px;
    left: 0%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0);
  }

  .contenedor{
    position: relative;
    float: left;
    width: 40%;
    min-height: 30%;
    max-height: auto;
    border-radius: 15px;
  }
}

@media (max-width: 590px) {
  .contenedor{
    position: relative;
    float: left;
    width: 60%;
    min-height: 30%;
    max-height: auto;
    border-radius: 15px;
  }
}

@media (max-width: 450px) {
  .contenedor{
    position: relative;
    float: left;
    width: 80%;
    min-height: 30%;
    max-height: auto;
    border-radius: 15px;
  }
}