body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
.bg-body {
  background-size: cover;
  background-image: url('/public/img/fondo.jpg');
}
form {
  button {
    border-radius: 22px;
    border: none;
    font-size: 22px;
    font-weight: bold;
    padding: 1rem 4rem;
    color: #fff;
    background-color: #008000;
  }
  label {
    font-weight: 400 !important;
  }
}