*, .modal.modal-in-page {

}
a {
    color: #005CAA;
}

#region-main {
    overflow: inherit;
    width: 100% !important;
    max-width: 100% !important;
}

.card {
    width: 401px;
    margin: 0 auto;
    border-radius: 5px;
}

.card-header {
    background: none;
}

.card-body {
    padding: 20px 40px;
}

#loginbtn {
    font-weight: 600;
    font-size: 16px;
    padding: 13px;
}
.forgetpass a {
    color: #005CAA
}

.fale-conosco {
    display: block;
    text-align: center;
    text-decoration: underline;
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    .card {
        width: 100%;
    }

    h1 {
        max-width: 401px;
        margin: 10px auto;
    }

    .logo-capa {
        height: 0 !important;
    }
    .form-login {
        margin: 10px auto;
    }
}

@media only screen and (max-width: 500px) {
    .footer__box {
        display: flex !important;
        align-self: center;
        align-content: center;
        margin: 0 auto;
        justify-content: space-between;
        padding: 0 15px !important;
    }
    #page-login-index #page-footer .redes-sociais {
        display: block;
    }
    .card-body {
        padding: 20px;
    }
    .bg-random {
        background-image: none !important;
    }
}

@media only screen and (max-width: 320px) {
    #page-login-index .potentialidp img {
        left: 10px;
        top: 7px;
    }
    #page-login-index .potentialidp a {
        text-align: right;
        padding: 8px;
    }
}

h3 {
    font-weight: 500;
}

h2 img {
    max-height: 25px;
}

.potentialidp a {
    text-align: center;
    color: #000;
    border-radius: 25px;
    padding: 14px;
    position: relative;
    border: 1px solid #E1E2EA;
}
/*

FACEBOOK
.potentialidp:first-child a {
    border: none;
    background: #4267b2;
    color: #fff;
    margin-bottom: 15px;
}

 */

.potentialidp a:hover {
    font-weight: 500;
}

.potentialidp img {
    position: absolute;
    left: 20px;
    top: 12px;
}

.potentialidplist p {
    color: #818291;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
}

#page-wrapper #page {
    background: none !important;
}

.bg-random, .bg-color {
    background: no-repeat 25% 100% fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-size: 60vh;
}
.bg-color {
    z-index: -2;
}


#page-login-index h1 {
    font-size: 4.5vw;
    text-align: center;
    color: #0004;
    white-space: nowrap;
    align-content: center;
    text-align-last: justify;
    font-weight: 100;
    line-height: 4.4vw;
    height: 50%;
}

#page-login-index h1  b {
    font-size: 5.8vw;
    font-weight: bold;

}

#page-login-index #region-main, #page-login-index div[role=main] {
    height: 100%;
}

#page-login-index footer, #page-login-index .footer__icon {
    background: none
}

#page-login-index .footer__icon {
    padding: 0 5px;
}

#page-wrapper .footer__box {
    float: none;
    display: inline-flex;
}

#page-wrapper .footer__logo {
    margin-bottom: 0px;
}

#page-wrapper .footer__logo img {
    height: 15px;
}

#page-login-index #page-footer .redes-sociais, #page-login-index #page-footer .endereco {
    width: 100%;
}

#page-login-index #page-footer > div {
    display: block;
}

.logo-capa {
    height: 10vh;
}

.download-app {
    display: flex;
    justify-content: center;
}

#page-wrapper #page-footer {
    padding-top: 0 !important;
}

body#erro {
    background: #005caa;
}
body#erro #page-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#erro #page {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
.endereco {
    text-align: center;
}

.botoes-acoes {
    display: none !important;
}

body {
    margin-left: 0;
}

footer a {
    background: none;
}