body {
  background-color: #FFFFFF;
  background-image: url("../imagenes/margger.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 30%;
}
.sesion{
  margin-left: 30%;
  height: max-content;
  width: 70%;
  margin-top: 50%;

}

.bienvenido{
  color: #000000;
  font-size: 270%;
}

.cuenta{
  color: #CC0000;
  font-size: 150%;
}

#FormIngreso
{
  margin-top: 10%;
  div{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  input{
    font-size: 20px;color: grey;
    height: 35px;
    border-radius: 5px;
    border: 2px solid #000000;
  }

  button{
    font-size: 20px;
    height: 40px;
    margin-left: 10%;
    border-radius: 5px;
    width: 100px;
  }
}

@media screen and (min-width: 576px){
  body {
    background-color: #FFFFFF;
    background-image: url("../imagenes/margger.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 40%;
  }
  .sesion{
    margin-left: 30%;
    height: max-content;
    width: 70%;

  }

  div{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  input{
    font-size: 20px;color: grey;
    height: 35px;
    border-radius: 5px;
    border: 2px solid #000000;
  }

  button{
    font-size: 20px;
    height: 40px;
    margin-left: 10%;
    border-radius: 5px;
    width 100px;
  }

}

@media screen and (min-width: 768px){
  body {
    background-color: #FFFFFF;
    background-image: url("../imagenes/margger.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 40%;
  }
  .sesion{
    margin-left: 30%;
    height: max-content;
    width: 70%;

  }

  div{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  input{
    font-size: 20px;color: grey;
    height: 35px;
    border-radius: 5px;
    border: 2px solid #000000;
  }

  button{
    font-size: 20px;
    height: 40px;
    margin-left: 10%;
    border-radius: 5px;
    width 100px;
  }
}

@media screen and (min-width: 992px){
  body {
    background-color: #f3f3f3;
    background-image: url("../imagenes/Fondo.png");
    background-repeat: no-repeat;
    background-position: initial;
    background-size: 50%;
    color: black;
    font-family: "Helvetica", Arial;
  }

  .sesion{
    float: right;
    padding-top: 200px;
    padding-left: 10%;
    align-content: center;
    width: 30%;
    height: max-content;
    margin-top: auto;

  }
}

@media screen and (min-width: 1200px){
  body {
    background-color: #f3f3f3;
    background-image: url("../imagenes/Fondo.png");
    background-repeat: no-repeat;
    background-position: initial;
    background-size: 50%;
    color: black;
    font-family: "Helvetica", Arial;
  }

  .sesion{
    float: right;
    padding-top: 200px;
    padding-left: 10%;
    align-content: center;
    width: 30%;
    height: max-content;
    margin-top: auto;
  }
}
/*
@media (min-aspect-ratio: 8/5) {

  .sesion{
    float: right;
  }

}

@media (max-aspect-ratio: 3/2) {


  .sesion{
    margin-left: 30%;
    height: max-content;
    width: 70%;

  }
}

@media (aspect-ratio: 1/1) {


}*/
