body {
    font-family: 'Roboto', "Open Sans", Helvetica, Arial, sans-serif;
    background-size: cover;
    background-repeat: repeat;
    background-color: #1c84f7 !important;
}

.logos {
    max-width: 500px;
    height: 50px;
    display: flex;
}

.logo_codata {
    margin: 10px auto 0;
}

.logo_codata a img {
    max-width: 15rem;
    display: flex;
}

.logo_governo {
    width: 250px;
    margin: 0 auto;
}

.card-pf {
    padding-top: 0 !important;
    border-radius: 0 16px 16px 0;
    max-width: 560px !important;
    width: 560px !important;
}

#kc-social-providers {
    margin-top: 25px;
}

#kc-social-providers ul {
    align-items: center;
    display: grid !important;
}

.login-pf-signup {
    margin-top: 5px !important;
}

@media (min-width: 768px) and (max-width: 900px) {
    .login-pf-page .login-pf-page-header {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 410px) and (max-width: 767px) {
    .login-pf-page .login-pf-page-header {
        margin-bottom: 0px !important;
        height: 10px !important;
    }
}

@media (max-width: 410px) {
    .login-pf-page .login-pf-page-header {
        margin-bottom: 0px !important;
        height: 5px !important;
    }
}

.info-servicos {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    color: var(--blue-color) !important;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
}

.info-clique-botao,
.info-govbr {
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    font-weight: 500;
}

.govBr {
    color: #1351b4;
    font-weight: 700;
  }

.separador {
    height: 1px;
    background: #d0948a;
    margin-bottom: 10px !important;
}

#kc-info-wrapper p {
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin: 0 0 8px;
}

#kc-info-wrapper p a {
    margin-left: 0px !important;
}

.login-pf-page,
#kc-info {
    padding-bottom: 20px;
}

#kc-content {
    height: 400px;
}

.grid_cidadao {
    margin: 0 auto;
    width: 980px;
    display: block;
}

.form_cidadao {
    display: grid;
    grid-template-columns: 420px 560px;
}

.cidadao_conectado {
    background-color: #145da1;
    background-image: url("../img/bg2.png") !important;
    background-size: 420px;
    background-repeat: no-repeat;
    float: left;
    height: 680px;
    width: 420px;
    border-radius: 16px 0 0 16px;
}

:root {
    --shadow: 0 0px 3px -2px rgba(0, 0, 0, .2), 0 0px 4px 0 rgba(0, 0, 0, .14), 0 0px 8px 0 rgba(0, 0, 0, .12);
}

.cidadao_conectado,
.card-pf {
    box-shadow: var(--shadow);
}

@media (max-width: 840px) {
    .login-pf-page .card-pf {
        margin-left: 0px !important;
    }
}

@media (max-width: 1000px) {
    .cidadao_conectado {
        display: none;
    }

    .card-pf {
        border-radius: 16px 16px 16px 16px;
    }
}

@media (min-width: 700px) and (max-width: 1000px) {
    .grid_cidadao {
        width: 560px;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    .grid_cidadao {
        width: 470px;
    }

    .form_cidadao {
        display: block;
    }

    .card-pf {
        max-width: 470px !important;
        width: 470px !important;
    }

    #kc-content {
        height: 420px;
    }

}

@media (max-width: 499px) {
    .grid_cidadao {
        width: 350px;
    }

    .form_cidadao {
        display: block;
    }

    .card-pf {
        max-width: 350px !important;
        width: 350px !important;
    }

    #kc-content {
        height: 500px;
    }
}

@media (max-height: 810px) {
    #kc-header {
        display: none;
    }
}