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

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

  .form-register {
    width: 550px;
    height: 480px;
    padding: 2.5%;
    margin: auto;
    margin-top: 3%;
    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;
  }

  .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:black;
    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 ;
    }
@media (max-width: 750px){

  body{
    background-image: none;
    background-color: rgb(88, 173, 252);;
  }
  .form-register {
    width: 100%
  }}

