.Login {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--fundo);
    background-size: cover;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Login_acesso_audax {
    /*background: url("../images/Background_Login_audax.png") center center no-repeat !important;*/
}


.BoxLogin {
    height: 400px;
    border-radius: 28px;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxLogin_Logo {
    height: 400px;
    background: var(--corFundo);
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BoxLogin_Logo_acesso_audax {
    /*background: #01103d !important;*/
}

.BoxLogin_Form {
    height: 400px;
    background-color: white;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.BoxLogin_Logo .Logo {
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;

}

.PortaFormLogin {
    height: 405px;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.FormLogin {
    width: 100%;
    margin: 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 450px) {

    .PortaFormLogin {
        padding: 0 20px;
    }
}

.Hide_FormLogin {
    opacity: 0 !important;
    pointer-events: none !important;
    margin-top: 30px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Disable_FormLogin {
    display: none !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.LabelUser {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 3;
    margin: 15px 0 0 -40px !important;

}

.LabelUser .SvgLogin {
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto 0 auto;

}

.BtnLogin {
    display: inline-block;
    background-color: var(--corGeral);
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    color: var(--corFonteBtn);
    margin: 0 0 0 0;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;

}

.BtnLogin:hover,
.BtnLogin:focus {
    background: var(--corGeral);
    filter: brightness(0.85);
    border: 0px solid rgba(48, 73, 92, 1.0);
    box-shadow: none;
    color: var(--corFonteBtn);

}

.ShowPassword {
    position: absolute;
    background-color: transparent;
    background-image: url('../svg/Wink.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 100%;
    width: 26px;
    height: 20px;
    top: 0 !important;
    right: 0;
    margin: 20px -35px 0 0 !important;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.HidePassword {

    background-position: center -29px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.BtnLinks {
    display: block;
    width: 175px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #00a5c9;
    background: transparent;
    padding: 4px 8px;
    margin: 0 auto 0 auto;
    letter-spacing: 1.5px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BtnLinks:hover {
    background: #f1f0f0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxGrupoAcert {
    position: absolute;
    bottom: 0;
    width: 400px;
    height: 10vh;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Large_BoxGrupoAcert {
    width: 600px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxGrupoAcert .BtnGrupoAcert {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #6FD4D9;
    padding: 0 0 0 16px;
    margin: 15px 0 12px 0;
    letter-spacing: 1.5px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxGrupoAcert .BtnGrupoAcert:hover {
    letter-spacing: 4px;
    color: white;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.FormEsqueceuSenha {
    display: none;
    opacity: 0;
    pointer-events: none;
    margin-top: 30px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Enable_FormEsqueceuSenha {
    display: block !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_FormEsqueceuSenha {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 0 !important;
}

@media (max-width: 450px) {

    .BoxLogin {
        height: auto;
    }

    .BoxLogin_Logo {
        height: 150px;
        border-radius: 0;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
    }

    .BoxLogin_Logo .Logo {
        width: 135px;
    }

    .BoxLogin_Form {
        height: auto;
        border-radius: 0;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .FormLogin,
    .FormEsqueceuSenha {
        width: 75%;
    }

}

.marginBottomZero ul {
    margin-bottom: 0px !important;
}

@media (min-width: 768px) and (max-width: 820px) {
    .PortaFormLogin {
        padding: 0px 70px;
    }
}

@media (min-height: 360px) and (max-height: 540px) {

    .BoxLogin_Logo,
    .BoxLogin_Form,
    .PortaFormLogin {
        height: 340px !important;
    }

    .PortaFormLogin {
        padding: 0 40px !important;
    }

    .BoxLogin {
        height: auto !important;
    }
}

.icone-whatsapp a {
    width: 50px !important;
    height: 50px !important;
    right: 100px !important;
    bottom: 5px !important;
}

.md-chat-widget-btn-container .md-chat-widget-btn-wrapper[data-expanded='true'] .md-chat-widget-btn-title {
    margin-left: 2px !important;
    margin-right: 10px !important;
    font-size: 15px !important;
}

.md-chat-widget-btn-container .md-chat-widget-btn-wrapper[data-expanded='true'] .md-chat-widget-btn-icon {
    margin-left: 10px !important;
}

#md-app-widget.md-chat-widget-wrapper {
    bottom: 5px !important;
}

@media (max-height: 360px) {

    #md-app-widget.md-chat-widget-wrapper {
        bottom: 60px !important;
    }

    .icone-whatsapp a {
        right: 10px !important;
    }
}

.alert-danger {
    max-height: 100px !important;
}

.iconeSgo {
    position: absolute;
    background-color: transparent;
    background-image: url('../svg/iconSgo.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    width: 46px;
    height: 40px;
    top: 0 !important;
    right: 0;
    margin: 12px -45px 0 0 !important;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
}

.iconeOtica {
    background-image: url('../svg/iconOtica.svg') !important;
    width: 50px !important;
    height: 38px !important;
}
