body{

background-image: url("../img/fondo.jpg");

background-size: cover;

background-position: center;

background-repeat: no-repeat;

background-attachment: fixed;

font-family: Arial, Helvetica, sans-serif;

margin: 0;

padding: 0;

}

.formulario-container{

height: 80vh;

}

.formulario-card{

width: 470px;

max-width: 95%;

border-radius: 15px;

background: rgba(255,255,255,0.95);

padding: 12px;

}

.btn-registro{

background: linear-gradient(90deg,#19c6b8,#0aa29d);

color: white;

font-weight: 600;

padding: 9px;

border-radius: 8px;

border: none;

transition: 0.3s;

}

.btn-registro:hover{

opacity: 0.9;

color: white;

}

.navbar-brand strong{

font-size: 18px;

}

.nav-link{

font-weight: 500;

}

.nav-link:hover{

color: #0aa29d !important;

}

.footer{

background-color: rgba(0,0,0,0.75);

color: white;

padding: 20px;

font-size: 14px;

margin-top: 40px;

}

.footer p{

margin: 5px 0;

}