﻿

.login-left-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2.5rem 2rem;
    background: linear-gradient( 90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.10) 55%, rgba(0,0,0,0.00) 100% );
}

.login-title {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.login-card {
    background: #fff;
    border: 1px solid #e9ecef;
}

.login-page{
    width: 95% !important;
    height: 95% !important;
}

.login-left {
    min-height: 600px;
    background: url("../img/fondo-fuentes-del-derecho.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.logo-wrap {
    padding-bottom: 50px;
}

.logo {
    max-width: 200px;
    height: auto;
}

@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid #e9ecef;
    }
}

@media (max-width: 767.98px) {
    .login-left {
        min-height: 320px;
    }
}