
.header {
    background-color: #077815; /* Verde más claro */
    padding: 10px 0;
}

.logo {
    max-height: 50px;
}

.franja-verde {
    background-color: #077815; /* Verde más claro */
    height: 50px;
}

.formulario-container {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer {
    background-color:  #077815; /* Verde más claro */
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

html, body {
    height: 100%;
    margin: 0;
}

.text-white {
    color: #ffffff !important;
}

.bg-light-success {
    background-color: #077815 !important; /* Verde más claro */
}

.btn-light-success {
    background-color: #077815 !important;
    border-color: #077815 !important;
    color: #ffffff !important;
}

.btn-light-success:hover {
    background-color: #077815 !important; /* Verde aún más claro al pasar el mouse */
    border-color: #C1FFC1 !important;
}

.alert-light-success {
    background-color: #077815 !important;
    border-color: #077815 !important;
    color: #000000 !important;
}