body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-image: url('img/colegio-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Chakra Petch', sans-serif;
}

h2 {
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}

.input-group-append button {
    pointer-events: none;
    background: none;
    border: none;
}

#togglePassword,
#toggleConfirmPassword,
#toggleLoginPassword {
    pointer-events: auto;
}

.input-group {
    width: 100%;
}

.input-group-append {
    width: 40px;
}

.card {
    width: 400px;
}

.form-control {
    padding: 5px;
}

.button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.registroCard button[type="submit"] {
    width: 45%;
    display: block;
}

/* Estilos para el footer */
.content {
    flex: 1;
    display: flex; /* Agregado */
    justify-content: center; /* Agregado */
    align-items: center; /* Agregado */
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho */
}

footer {
    margin-top: auto;
    width: 100%; /* Asegura que el footer ocupe todo el ancho */
}

.card {
    margin: 20px; /* Agrega margen alrededor de las tarjetas */
}