.gradient-custom-2 {
    background: #132987;
    background: -webkit-linear-gradient(to right, #132987, #0030ff);
    background: linear-gradient(to right, #132987, #0030ff);
}

.gradient-custom-yellow {
    background: #FFD700; /* Amarillo dorado */
    background: -webkit-linear-gradient(to right, #FFD700, #FFA500); /* Degradado de amarillo a naranja */
    background: linear-gradient(to right, #FFD700, #FFA500); /* Degradado de amarillo a naranja */
    color: white; /* Color del texto en blanco */
    border: none; /* Sin bordes */
    border-radius: 5px; /* Bordes redondeados */
}

.gradient-custom-yellow:hover {
    background: -webkit-linear-gradient(to right, #FFA500, #FFD700); /* Invertir el degradado en hover */
    background: linear-gradient(to right, #FFA500, #FFD700); /* Invertir el degradado en hover */
}

@media (min-width: 768px) {
    .gradient-form {
    height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
}

.form-label {
}

.card-body {
    padding: 2rem 4rem;
}

.text-muted {
    color: #6c757d !important;
}

.text-white p {
    font-size: 1rem;
    line-height: 1.7;
}

.text-center.pt-1.mb-5.pb-1 {
    margin-bottom: 1rem; 
    padding-bottom: 0; 
}

.d-flex.align-items-center.justify-content-center.pb-4 {
    padding-bottom: 0; 
    margin-top: -0.5rem; 
}

.btn-block {
    margin-bottom: 0.5rem;
}

.form-outline.mb-4 {
    margin-bottom: 0.5rem; 
}

a.text-muted {
    margin-left: 10px;
}

.text-center {
    margin-bottom: 1rem;
}