body, html {
    height: 100%;
  }
  
  .bg {
    /* The image used */
    background-image: url("images/fons.jpg");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .btn-rosa {
    background-color: #FF5757;
    color: white;
  }
  .btn-rosa:hover {
    background-color: #faa7a7;
    color: rgb(74, 74, 74);
  }

  .captcha-image {
    border-radius: 5px;
  }
  .form-check-input[type="checkbox"]
  {
    border-color: rgb(84, 82, 82);
  }
  .max-200{
max-width: 200px;
  }