* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  } 
  body{
    background-image: url("elimgcss/23225.jpg");
    height: 100%;
    width: 100%;
  }
  .form-register {
    width: 400px;
    height: 350px;
    background: #24303c;
    padding: 2.5%;
    margin: auto;
    margin-top:20px;
    border-radius: 4px;
    font-family: Trebuchet ;
    color: white;
    box-shadow: 7px 13px 37px #000;
  }
  
  .form-register h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .controls {
    width: 100%;
    height: 40px;
    text-align: center;
    background: #24303c;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid rgb(22, 86, 146);
    font-family: Trebuchet ;
    font-size: 15px;
    color: white;
  }

  

  
  .form-register a:hover {
    color: white;
    text-decoration: underline;
  }
  
  .form-register .botons {
    width: 100%;
    text-align: center;
    background: rgb(22, 86, 146);
    border: none;
    padding: 12px;
    color: white;
    margin: 16px 0;
    font-size: 16px;
    font-family: Trebuchet ;
  }

  h3{
    font-size: 18px;
    font-family: Trebuchet ;
    color:gray;
    padding-block: 10px;
  }

  
  p{
    text-align: center;
  }

  .form-register .g-recaptcha{
    padding-left: 5%;
  }

  .form-register .olvidar{
    text-align: center;
    font-family: Trebuchet ;
    padding-left: 20%;
  }
  .modulo{
    padding-top: 70px;
    text-align: center;
    width:80%;
    padding-left: 20%;
  }

  .info{
    padding: 1%;
    background-color:#24303c;
    color: white;
    font-family: Trebuchet ;
    border: 1px solid rgb(22, 86, 146);
  }
  .errores{
    text-align: center;
    width:75%;
    padding-left: 25%;
    padding-top: 20px;
  }
  .altert-error{
    background-color: #ff3f3f;
    font-family: Trebuchet ;
    }
    .altert-info{
      background-color: yellowgreen;
      font-family: Trebuchet ;
      }  

@media (max-width: 850px){
  .form-register {
    width: 350px;
    height: auto;
  }

}
