body {
    margin: 0;
    padding: 0;
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container-form{
    width: 614px;
    height: 769px;
    margin: 80px auto;

}
form {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #697765;
    box-shadow: 0 14px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(94, 92, 92, 0.19);
}
.logoCentro {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.logoCentro img {

    position: relative;
    z-index: 2;
    margin-top: 20px;
 
}
.ovalo {
    position: absolute;
    width: 590px;
    height: 224px;
    background-color: #1B2F24; 
    border-radius: 50%;
    padding: 10px;
    z-index: 1; 

}
.contDatos {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

 
}
.campo {
    padding: 10px;
    border-radius: 10px;
    width: 360px;
    height: 37px;
    background-color: #BEC6AF;
}
.boton {
    margin-top: 40px;
    border-radius: 50px;
    background-color: #BEC6AF;
    width: 190px;
    height: 50px;
}
a{
    text-decoration: none;
     margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    
}
hr {
    margin-top: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}