* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body{
    background-image: url("elimgcss/23225.jpg");
    height: 100%;
    width: 100%;

  }

  .form-register {
    width: 60%;
    height: 420px;

    padding: 2.5%;
    margin-top:5%;
    margin-left: 10%;
    border-radius: 4px;
    font-family:Trebuchet ;
    color: white;
    box-shadow: 5px 10px 27px rgb(22, 86, 146);
  }

  .form-register h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .form-register .controls {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 12px;
    border: 1px solid rgb(22, 86, 146);
    font-family:Trebuchet ;
    font-size: 18px;
    color: black;
  }


  .form-register p {
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
  }

  .form-register a {
    color: white;
    text-decoration: none;
  }

  .form-register a:hover {
    color: white;
    text-decoration: underline;
  }

  .form-register .botons {
    width: 100%;
    height: 40px;
    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;
  }

  .errores{
    text-align: center;
    width:75%;
    padding-left: 25%;
    padding-top: 20px;
  }

  .altert-error{
  background-color: #ff3f3f;
  font-family: Trebuchet ;
  }
  .altert-success{
    background-color: #7dcf7d;
    font-family: Trebuchet ;
    }


    .info-estudio{
      margin-top: 20%;
    }

    .info-estudio h2{
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      text-decoration: underline;
      font-weight: bold;
    }
    .info-estudio a{
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      font-weight: 400;
    }
@media (max-width: 750px){
  body{
    background-image: none;
    background-color: rgb(88, 173, 252);
  }
  .form-register {
    width: 80%
  }
  .info-estudio{
    text-align: center;
  }
}
