    .ContenedorLogin {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: rgb(247, 247, 247);
    }
    
    .divLogin {
        width: 300px;
        text-align: center;
    }
    
    .row {
        margin: 0 !important;
    }
    
    .imagen-logo {
        margin-bottom: 7%;
    }
    
    .titulo {
        font-family: sans-serif;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 7%;
    }
    
    .label {
        font-family: sans-serif;
        font-size: 17px;
    }
    
    .btn-login {
        color: #fff;
        background-color: #18529D;
        border-color: #18529D;
        margin-bottom: 55px;
    }
    
    .btn-login:hover {
        color: #fff;
        background-color: #164685;
        border-color: #164685;
    }
    
    .btn-login:focus {
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
    }
    
    .btn-login:active {
        color: #fff;
        background-color: #18529D;
        border-color: #164685;
    }
    
    .login-img {
        background: url("../../img/DSC_0639.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .alertError {
        margin-top: 5px;
        text-align: left;
        color: rgb(199, 57, 57);
        display: block;
        font-size: 16px;
    }
    
    @media (max-width:359px) {}