main {
    padding-left: 0px;
}

#btn-registro {
    margin-right: 0px;
    text-transform: none;
}

.container {
    max-width: 1280px;
    width: 90%;
}

.gridLoginNoButtons {
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.gridLoginGoogleOnly {
    display:grid;
    grid-template-columns: 1fr 4fr .5fr;
}

@media only screen and (max-width: 768px) {
    .gridLoginGoogle {
        display:grid;
        grid-template-columns: 1fr 4fr .5fr;
    }
    .gridLoginPadrao {
        display:grid;
        grid-template-columns: 1fr 4fr .5fr;
    }
}

@media only screen and (min-width: 768px) {
    .gridLoginGoogle {
        display:grid;
        grid-template-columns: 1fr 4fr .5fr .5fr;
    }
    .gridLoginPadrao {
        display:grid;
        grid-template-columns: 1fr 4fr .5fr;
    }
}

div .collapsible-body {
    padding: 1rem;
}

#carousel-login{
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: row;
    top: auto;
    left: 5%;
    width: 35%;
}

#carousel-login .carousel-item {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#carousel-login .carousel-item .cards {
    text-align: justify;
    display: flex;
    justify-content: center;
    float: left;
}

#carousel-login .carousel-item .cards img {
    width: 90px;
    margin-right: 10px;
}

#carousel-login .carousel-item .cards .txt h6 {
    font-weight: 500;
    font-size: 18px;
}

#carousel-login .carousel-item .cards .txt p {
    color: gray;
    font-size: 16px;
    margin-top:0;
}

#login-valign-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}

#login-valign {
    width: 100%;
}

#login-modal-mensagem-aviso-browser {
    cursor: pointer;
    margin-right: 0px;
}

#logo-login-img {
    z-index: 10;
}

#logo-img {
    width: 80px;
    height: 80px;
    z-index: 10;
}

#info-login {
    background-color: #f1f1f1;
}

#login {
    margin-bottom: 0px;
}

#info-mensagem-login {
    color: gray;
    padding-right: 15px;
    padding-left: 15px;
}

#btn-login-azure-ad #btn-login-google-sigin {
    text-transform: none;
}

#btn-login-azure-ad>img {
    margin-top: 7px;
}

#btn-login-azure-ad>span, #btn-login-google-sigin>span {
    font-size: 1rem;
    vertical-align: super;
}

#btn-login-cert-digital {
    width: 52px;
    margin-right: 5px;
}

#btn-login-cert-digital>i {
    color: black;
    font-size: 1.5rem;
}

#btn-login-google-sigin>img {
    margin-top: 7px;
}

#login-autenticar-dados {
    width: 100%;
}

#botao_arquivo {
    display: none;
    margin-bottom: 10px;
}

#login-collapsible-header {
    padding: 8px;
}

ul.collapsible {
    margin: 0px;
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

#login-card-action {
    border-top: none;
    padding-top: 0px;
}

img[src="/img/logo-285x66.png"] {
    margin-bottom: 10px;
}

.ambiente-cliente {
    width: 42%;
    opacity: 0.7;
}

.image-holder {
    width: 100%;
    height: 90px;
    border: 2px dashed orange;
    border-radius: 12px;
}

.image-holder.imagemDocumento.frente-verso {
    background:
        url(/img/doc.jpg) calc(50% - 0.5*77px) 20% no-repeat,
        url(/img/doc-verso.jpg) calc(50% + 0.5*77px) 20% no-repeat;
}

.image-holder.imagemDocumento {
    background: url(/img/doc.jpg) center 20% no-repeat;
}

.image-holder.imagemDocumentoVerso {
    background: url(/img/doc-verso.jpg) center 20% no-repeat;
}

.image-holder.imagemDocumentoSelfie {
    background: url(/img/selfie.jpg) center 20% no-repeat;
}

.image-holder div {
    display: flex;
    align-items: end;
    padding: 10px;
    color: orange;
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.image-holder .placeholder {
    background-color: #fffa;
}

.input-autenticacao {
    max-height: 40px;
}

.bold-gray {
    font-weight: bold;
    color: #9e9e9e;
}

.row.documento-foto-selfie {
    margin-bottom: 10px;
}

.col.s6.bold-gray {
    margin-top: 5px;
}

#cropper-image {
    display: block;
    max-width: 100%;
}

div:has(>#cropper-image) {
    height: 68vh;
}

#modal-cropper {
    top: 5vh !important;
    width: 90vw;
    height: 90vh;
}
