body {
    font-family: 'Be Vietnam Pro', 'Noto Sans', sans-serif;
}


.card-background {
    background-image: url('../images/background_home.jpg');
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    width: 100%;
    max-width: 1100px;
    height: 440px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: solid transparent;
    background-color: transparent;
}

/* Estilos para el botón */
.btn-register {
    align-self: center;
}

.btn-danger {
    background-color: #EA2831;
    border-color: #EA2831;
    font-size: 1rem; 
}

.btn-danger:hover {
    background-color: #c41e29;
    border-color: #c41e29;
}
