* {
    margin: 0;
    padding: 0;
}

#divPage {
    background-image: url("https://ait-dev.br.tkelevator.com/ait/images/tke_background4.jpg");
    padding-bottom: 0 !important;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#divLogo {
    height: 125px;
    width: auto;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

    #divLogo img {
        max-height: 100%;
    }

#footerLogin {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

#divContainer {
    height: 100vh;
    width: 100vw;
}

.backgroundLogin {
    margin: auto;
    min-width: 200px;
    width: 100%;
    max-width: 400px;
}

.pageContainer {
    text-align: center;
    height: calc(100% - 44px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

#divLogin {
    padding: 0 10% 0 10%;
    background-color: var(--bg-color-rgba);
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
}

.footer-sunrise {
    margin-top: -1px;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #6700AC, #F26C08) !important;
}

.footerMobile {
    display: none;
    background-color: var(--secondary-color) !important;
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.TKELogoMobile {
    width: 50%;
}

#divLoginHeader {
    display: none;
}

.inicioNumero {
    text-align: -webkit-right;
    text-align: right;
    margin-top: 13px;
}

    .inicioNumero p {
        margin-right: 5px !important;
        font-size: 20px !important;
    }

.ui-block-b .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
    width: 70px;
}

.footerDesktop {
    background-color: var(--secondary-color);
    font-family: Arial, Helvetica, Tahoma, serif;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
}

    .footerDesktop p {
        color: #f1f1f1 !important;
        margin: 0 auto;
        text-align: center;
        font-size: 8pt;
    }

.ulAbaixo {
    margin-top: 10px;
    border: 1px solid var(--secondary-color);
}

.divEsqueciMinhaSenha {
    padding: 8px;
}

#Header {
    height: 44px;
    box-sizing: border-box;
    display: inherit !important;
}

.linkTelefone {
    left: 3px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

#codigoConfirmacao {
    text-align: center;
}

.codigoConfirmacaoContainer li .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
    margin: 0% 33% 0% 33%;
}

.linkTelefone {
    padding-left: .7em;
}

#slideWrapper {
    display: flex;
    justify-content: center;
    max-height: calc(100vh - 44px);
    height: 100%;
    width: 100%;
    background-color: var(--bg-color);
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

    #slideWrapper img {
        height: calc(100vh - 44px);
    }


.banner-divulgacao {
    width: 100%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
}

.botaoEntrar {
    padding-bottom: 25px;
}

    .botaoEntrar > div {
        color: #fff !important;
        background-color: var(--primary-color) !important
    }

@media (min-device-width: 768px) {
    #divPage {
        padding: 0 !important;
    }

    .login {
        padding: 0 40px 0 40px;
    }

    .pageContainer {
        margin: 0 auto;
    }

    #divLogin {
        padding: 0;
    }

    #divLoginHeader {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inherit;
        background-color: #f5f5f5 !important;
        color: var(--primary-color) !important;
        font-family: Arial, Helvetica, Tahoma !important;
    }

        #divLoginHeader h3 {
            margin: 0 !important;
        }

    .loginContainer {
        width: 100%;
    }

    .botaoEntrar {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }

    #footerLogin {
        width: 100%;
    }

    .footerMobile {
        display: none;
    }

    .footerDesktop p {
        margin: 0 auto;
        text-align: center;
        font-size: 12pt;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*IE10+ CSS*/
    .botaoEntrar {
        padding-bottom: 0.5em;
    }
}
