*{
    font-family: Arial, sans-serif;
}
    
    

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.formulario {     
    width: 400px;
    padding: 30px;
    margin: auto;
    margin-top: 100px;
    border-radius: none;
    font-family: 'calibri';
    color: rgb(242, 242, 242);
    color: #cfd2cd;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(2px);
}
    
.formulario h4 {
    font-size: 20px;
    margin-bottom: 19px;
}
      
.control {
    width: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(2px);
    padding: 9px;
    border-radius: none;
    margin-bottom: 15px;
    font-family: 'calibri';
    font-size: 17px;
}

input {
    background-color: black;
    color: #cfd2cd;
    border: none;
}

checkbox {
    background-color: black;
    color: #cfd2cd;
    border: none;
}

label {
    display: flex;
    align-items: center;
}

label p {
    margin: 0;
    margin-left: 7px;
}

.formulario a {
  color: white;
  text-decoration: none;
  
}
.formulario a:hover {
  color: white;
  text-decoration: none;
}

.formulario .boton {
  width: 100%;
  background: black;
  border: none;
  padding: 11px;
  color: #cfd2cd;
  margin: 16px 0;
  font-size: 16px;
}

