.logo-img {
    width: 50%;
}

html {
    background-image: url('../../img/condominio/backround_login.png');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: auto;
    padding: 3em;
    background-size: cover;
}

.login-page {
    background-color: transparent;
    height: 70vh;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
    background: rgba(0, 0, 0, 0.75) no-repeat center center;
    z-index: 10000;
    align-items: center
}

.loader-image {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
}