/*
* Personalizacion Sicasoft SBI SaaS
*/
:root {
    --mdc-theme-primary: #21725e;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-primary);
}
.mdc-top-app-bar--fixed-adjust {
    padding: 0;
}

#main-content {
    padding: 0 !important;
    width: 100vw;
}

#content {
    height: 100vh;
    margin: 0;
}

#logoCliente {
    width: 100%;
}

#logoCliente + div {
    margin: 0 auto!important;
}

.logoClienteSrc {
    height: 12rem;
    background-image: url(../images/logo_greencopilot.svg);
}

#leftBlock {
    width: 50vw;
    background-color: var(--mdc-theme-primary);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#leftTitles {
    display: block;
    text-align: center;
    color: white;
    width: 30vw;
    padding: 10vw 5vw;
}

#leftTitles h2 {
    font-size: 4vw;
    margin-block-end: 1rem;
}

#leftTitles h3 {
    font-size: 1.5vw;
}

#loginForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer {
    background-color: transparent;
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 100vw;
    text-align: center;
    color: #e8e8e8;
}