﻿/* Fondo general */
.pl-login {
    background: radial-gradient(1200px 600px at 20% 20%, rgba(13, 110, 253, .10), transparent 55%), radial-gradient(1000px 500px at 80% 70%, rgba(25, 135, 84, .10), transparent 55%), #f6f7fb;
}

/* Aside institucional */
.pl-login-aside {
    width: 42%;
    min-width: 420px;
    background: #0b3c5d;
    position: relative;
    overflow: hidden;
}

    .pl-login-aside::before {
        content: "";
        position: absolute;
        inset: -40% -30%;
        background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 55%);
        transform: rotate(-8deg);
    }

    .pl-login-aside::after {
        content: "";
        position: absolute;
        left: -20%;
        bottom: -35%;
        width: 90%;
        height: 80%;
        background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.14), transparent 60%);
    }
/* Panel derecho */
.pl-login-main {
    position: relative;
}

/* Card */
.pl-login-card {
    border-radius: 18px;
    overflow: hidden;
}

/* Avatar */
.pl-login-avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(13, 110, 253, .10);
    color: #0d6efd;
    font-size: 1.25rem;
}

.pl-login-footer {
    background: rgba(108, 117, 125, .06);
}

.pl-login .input-group-text,
.pl-login .form-control,
.pl-login .btn {
    border-radius: 14px;
}

.pl-login .input-group > :not(:first-child) {
    margin-left: .5rem;
}

.pl-login .input-group-text {
    border: 1px solid rgba(0,0,0,.10);
}

.pl-login .form-control {
    border: 1px solid rgba(0,0,0,.10);
}

    .pl-login .form-control:focus {
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
    }

@media (max-width: 991.98px) {
    .pl-login {
        background: radial-gradient(900px 500px at 30% 10%, rgba(13, 110, 253, .12), transparent 55%), #f6f7fb;
    }
}

/* Fondo lado derecho */
.pl-login-main-bg {
    background-image: url('/image/tramatrans.png');
    background-repeat: repeat;
    background-position: center;
    background-size: auto; 
}

.pl-login-card {
    backdrop-filter: blur(1px);
}
