/* Variáveis Cores Guia da Marca - Marketing 2024 */
:root {
    --pantone-branco: #fff;
    --pantone-1935c: #cc004d;
    --pantone-338c: #61bda3;
    --pantone-642c: #d1d9e0;
    --pantone-7451c: #8fb2f7;
    --pantone-CoolGray11c: #505050;
    --pantone-Blue072c: #061397;
    --pantone-2655c-Dark: #524980;
    --pantone-2655c: #7567bc;
    --pantone-528c: #c29cff;
    --pantone-3591cp: #28337c;
}

body,
html {
    height: 100%;
    display: grid;
    font-family: 'Poppins', sans-serif !important;
}

/* Desktops e acima  */
body {
    background: linear-gradient(140deg, #28337c, #7567bc 60%);
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when
    the content height is greater than the image height */
    background-attachment: fixed;
    overflow-y: hidden;
}

main {
    /* centraliza */
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-section {
    display: none;
}

footer {
    font-size: 12px;
    text-align: center;
}

.vertical-center,
.splash-section {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-size: 16px !important;
    color: #20292f !important;
}

.conteudo {
    width: 450px;
}

.banner {
    max-width: 100%;
    max-height: 100%;
}

.logo {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 30px;
    max-width: 250px;
}

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

.text-join {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.125em;
    font-size: 18px;
    color: #71818c;
}

.forgot-now {
    color: var(--pantone-CoolGray11c);
    text-decoration: none;
    font-size: 0.813em;
    font-size: 10px;
    margin-top: -35px;
    float: right;
    margin-right: 65px;
    cursor: pointer;
    transition-duration: 500ms;
}

.forgot-now:hover {
    color: var(--pantone-1935c) !important;
    transition-duration: 500ms;
}
.termos-uso {
    margin-top: 20px;
    margin-bottom: 20px;
}

.termos-uso-link {
    color: #71818c;
    text-decoration: none;
    font-size: 0.813em;
    font-size: 10px;
    cursor: pointer;
}

.tform {
    border-radius: 10px;
}

.tform>table {
    background-color: transparent !important;
    border-radius: 10px;
    border: none !important;
}

.centraliza {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    padding-top: 20px;
}

.name_company,
.app_version {
    color: #fff;
    text-align: center;
}

.link_company,
.link_company_forgot_psw {
    color: #35a2ff;
}

.tfield {
    height: 40px;
    margin-bottom: 15px;
    font-size: 0.875em;
    font-size: 14px;
    float: left;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 50%;
    border-radius: 30px;
}

.input-password:focus-within {
    border: #7567bc solid 1px !important;
    box-shadow: #7567bc 0px 0px 1px !important;
}

.input-login:focus-within {
    border: #7567bc solid 1px !important;
    box-shadow: #7567bc 0px 0px 1px !important;
}

.input-login,
.input-password {
    height: 40px !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    transition-duration: 500ms;
}

.input-password {
    margin-bottom: 40px !important;
}

.login-message {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;
    font-size: 20px;
    margin-top: 20px;
}

.social-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.text-media {
    font-size: 0.875em;
    font-size: 13px;
}

.termos {
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
    text-decoration: none;
}

.btn {
    font-family: 'Poppins', sans-serif;
}

.btn-home {
    height: 54px;
}

/*
========================
BUTTON ENTRAR LOGIN
========================
*/
.btn-entrar {
    color:#d1d9e0 !important;
    background-color: #7567bc !important;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
}

.btn-entrar:hover {
    background-color:#524980 !important;
    color:#fff !important;
    transition: all 0.6s;
}

/*
========================
BUTTON ATUALIZAR SENHA
========================
*/
.btn-atualizar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
}

.btn-atualizar:hover {
    background-color:#524980 !important;
    color:#fff !important;
    transition: all 0.6s;
}

/*
========================
BUTTON REGISTRAR LOGIN
========================
*/
.btn-registrar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
}

.btn-registrar:hover {
    background-color:#524980 !important;
    color:#fff !important;
    transition: all 0.6s;
}

/*
============================
BUTTON VALIDAR DUPLA AUTH
============================
*/
.btn-validar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
}

.btn-validar:hover {
    background-color:#524980 !important;
    color:#fff !important;
    transition: all 0.6s;
}

/*
============================
BUTTON CANCELAR DUPLA AUTH
============================
*/
.btn-cancelar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
}

.btn-cancelar:hover {
    background-color:#524980 !important;
    color:#fff !important;
    transition: all 0.6s;
}

/*
================
BUTTON VOLTAR
================
*/
.btn-voltar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
}

.btn-voltar:hover {
    background-color:#524980 !important;
    color:#fff !important;
    transition: all 0.6s;
}

/*
================
Tamanho das legendas nos botões
================
*/

.tamanho-legendas {
    font-size: 18px;
}

@media (max-width: 768px) {
    .tform {
        width: 450px;
    }

    .btn-atualizar::after,
    .btn-registrar::after,
    .btn-validar::after,
    .btn-votar::after,
    .btn-cancelar::after {
        left: 40% !important;
        top: -70%;
    }

    .help {
        font-size: 12px !important;

    }

    .text-media {
        font-size: 10px;
    }

    .btn-entrar::after {

        top: -70%;
    }
}

@media (max-width: 500px) {
    body {
        background: white !important;
    }

    .blockUI {
        width: 100 !important;
        left: 0% !important;
    }

    #adianti_div_content>div {
        width: 100%;
        height: 100%;
    }

    #adianti_div_content {
        width: 100%;
        height: 100%;
    }

    .vertical-center {
        height: 100%;
    }

    .middle {
        width: 100%;
        height: 100%;
    }

    .tform {
        width: 100%;
        height: 100%;
    }

    .tform>table {
        box-shadow: none !important;
    }

    .btn-home {
        height: 40px !important;
    }

    .input-login,
    .input-password {
        font-size: 0.8em !important;
    }

    #tbutton_save,
    #tbutton_back,
    #tbutton_cancel {
        font-size: 0.8em !important;
    }

    .tform {
        width: 350px;
    }

    .tamanho-legendas {
        font-size: 15px;
    }

    .btn-atualizar::after {
        top: -141%;
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .help {
        border-left: 4px solid #7567bc;
        padding: 12px;
        margin-left: 0;
        background-color: #fff;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        font-size: 13px;
        margin-left: 7%;
        margin-right: 7%;
    }

    .middle {
        width: 300px;
    }

    .tform {
        width: 300px;
    }

    .logo {
        margin-bottom: 0px;
    }

    .login-form {
        padding-top: 0px !important;
    }

    .forgot-now {
        margin-right: 42px;
    }

    .no-span {
        margin-top: -30px;
    }

    .tamanho-legendas {
        font-size: 13px;
    }

    .btn-atualizar::after {
        font-size: 10px;
        top: -70%;
    }

    .btn-registrar::after {
        left: 20px;
    }

    .btn-validar::after {
        top: -120%;
    }

    .btn-voltar::after {
        font-size: 10px;
        top: -100%;
    }

    .btn-cancelar::after {
        top: -120%;
    }

    .btn-entrar::after {
        top: -95%;
    }
}

@media (max-width: 350px) {
    .help {
        margin-left: 1%;
        margin-right: 1%;
    }

    .middle {
        width: 250px;
    }

    .tform {
        width: 250px;
    }

    .vertical-center::before {
        display: none !important;
    }

    .input-login {
        height: 30px !important;
    }

    .input-password {
        height: 30px !important;
    }

    .btn-entrar::after {
        top: -95%;
    }
}

.spinner {
    height: 60px;
    width: 60px;
    margin: 94px auto 0 auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid #7567bc;
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.help-mobile {
    border-left: 4px solid #7567bc;
    padding: 12px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    font-size: 13px;
    margin-left: 5%;
    margin-right: 5%;
}

.help {
    border-left: 4px solid #7567bc;
    border-radius: 5px;
    padding: 12px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    font-size: 15px;
    margin-left: 15%;
    margin-right: 15%;
}

.enterprise-name {
    margin-top: 5%;
}

input.form-control::placeholder {
    font-size: 14px !important;
}

/* Footer Login */
footer div {
    color: #fff;
}

footer div a {
    color: #35a2ff;
}

/* Footer Form Login */
.footer-form{
    color: #000;
    font-size: 14px;
    transition-duration: 700ms;
    padding-bottom: 20px;
}

.footer-form a {
    color: var(--pantone-2655c-Dark);
    transition-duration: 500ms;
}

.footer-form a:hover{
    color: var(--pantone-2655c);
    text-decoration: none;
}