﻿.gradient-custom-2 {
    /* fallback for old browsers */
    /*background: #fccb90;*/
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: rgb(37,12,235);
    background: linear-gradient(90deg, rgba(37,12,235,0.9640231092436975) 0%, rgba(4,86,236,0.9500175070028011) 41%, rgba(45,189,235,1) 100%);
}

@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;
    }
}

/* Estilos personalizados para mejor centrado */
.vh-100 {
    min-height: 100vh !important;
}

.card {
    max-width: 450px;
    margin: 0 auto;
}

/* Asegurar que ocupe bien en diferentes resoluciones */
@media (max-height: 768px) { /* HD */
    .card-body {
        padding: 2rem !important;
    }
}

@media (min-height: 1080px) { /* Full HD */
    .card {
        margin-top: 5rem;
    }
}

/* Mejoras visuales */
.gradient-custom-2 {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
