/* ===================================================================
   Page: Login / Register
   Estilos para las páginas de autenticación.
=================================================================== */
body {
    background-color: var(--aw-bg-secondary);
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-aside {
    background-image: url("../../img/bg-aspirante.webp");
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
}

.login-aside h1 {
    font-size: 3.5rem;
    color: #fff !important;
    font-weight: 700 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    position: relative;
    z-index: 2;
}

.login-aside h1 strong {
    color: var(--aw-primary);
}

.login-aside div.mb-auto, .login-aside div.mt-auto {
    position: relative;
    z-index: 2;
}

.login-aside img {
    height: auto !important;
    right: calc(50% - 125px);
    position: absolute;
    width: 250px;
}

.login-form-container {
    width: 100%;
    max-width: 450px;
    padding: 1rem;
}

.logo-img {
    position: absolute;
    top: 5%;
}