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

/* Desktops e acima  */
body {
    background: linear-gradient(200deg, #bdc3c7, #2c3e50);
    /* 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;
}

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: #71818c;
    text-decoration: none;
    font-size: 0.813em;
    font-size: 10px;
    margin: -5px 65px 6px 0px;
    float: right;
    cursor: pointer;
}

.input-login-password {
    border: 1px solid #ccc;
    border-radius: 5px !important;
    padding-left: 3px solid;
    height: 42px !important;
}

.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: 10px;
}

.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-login , .input-password {
    height: 40px !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}

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

.input-password {
    margin-bottom: 25px !important;
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-left: 2px !important;
    border: 1px solid #ccc;
}

.tpassword {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding-right: 2px !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: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;


}
.btn-entrar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;

}
.btn-entrar:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);



}
.btn-entrar::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f2f6';
    font-weight: 900;
    font-size:  18px;
    top: -70%;
    left: 40%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);


}
.btn-entrar:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border-radius: 60px;
}

.btn-entrar:hover{
    color: #FFF;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/*
========================
BUTTON ATUALIZAR SENHA
========================
*/
.btn-atualizar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
}
.btn-atualizar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.btn-atualizar:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.btn-atualizar::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f2f1';
    font-weight: 900;
    font-size: 18px;
    top: -70%;
    left: 40%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
}
.btn-atualizar:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border-radius: 60px;
}

.btn-atualizar:hover{
    color: #FFF;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/*
========================
BUTTON REGISTRAR LOGIN
========================
*/
.btn-registrar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
}
.btn-registrar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.btn-registrar:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.btn-registrar::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f234';
    font-size: 1.5em;
    top: 0px;
    left: 18%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
}
.btn-registrar:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border-radius: 60px;
}

.btn-registrar:hover{
    color: #FFF;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/*
============================
BUTTON VALIDAR DUPLA AUTH
============================
*/
.btn-validar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
}
.btn-validar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.btn-validar:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.btn-validar::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f13e';
    font-weight: 900;
    font-size: 18px;
    top: -100%;
    left: 40% !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
}
.btn-validar:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border-radius: 60px;
}

.btn-validar:hover{
    color: #FFF;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/*
============================
BUTTON CANCELAR DUPLA AUTH
============================
*/
.btn-cancelar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
}
.btn-cancelar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.btn-cancelar:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.btn-cancelar::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    font-weight: 900;
    font-size: 1.5em;
    top: -70%;
    left: 40% !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
}
.btn-cancelar:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border-radius: 60px;
}

.btn-cancelar:hover{
    color: #FFF;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/*
================
BUTTON VOLTAR
================
*/
.btn-voltar {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
    border-radius: 58px;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
}
.btn-voltar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.3s;
}
.btn-voltar:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);

}
.btn-voltar::after {
    position: relative;
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    font-size: 1.5em;
    top: -75%;
    left: 40%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
}
.btn-voltar:hover::after {
    opacity: 1;
    transform: scale(1,1);
    border-radius: 60px;
}

.btn-voltar:hover{
    color: #FFF;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
}

/*
================
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 #00a0d2;
        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 #0065A7;
  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 #00a0d2;
    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 #00a0d2;
    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;
}
