body {
    background: #E3E3E3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    width: 100dvw;
}

.loginContainer {
    display: flex;
    flex-direction: column;
    background-color: #F6F6F6;
    width: 35vw;
    height: 95vh;
    margin: auto;
    border-radius: .5rem;
}

    .loginContainer:before {
        content: '';
        position: absolute;
        background-image: url('../images/hexagons.png');
        background-size: contain;
        width: 128px;
        height: 210px;
        left: 0;
        bottom: 0;
    }

    .loginContainer:after {
        content: '';
        position: absolute;
        background-image: url('../images/hexagons.png');
        background-size: contain;
        width: 128px;
        height: 210px;
        right: 0;
        top: 0;
        transform: rotate(180deg)
    }

/*.logoContainer {
    width: 158px;
    height: 85px;
    background-size: cover;
    margin: auto;
}
*/

.logoContainer {
    width: 189.6px;
    height: 102px;
    background-size: cover;
    margin: auto;
    max-width: 100%;
    height: auto;
}

    .logoContainer svg {
        width: 100%;
        height: auto;
        display: block;
    }


@media (max-width: 600px) {
    .logoContainer {
        width: calc(158px * 1.1);
        height: calc(85px * 1.1);
    }
}

#LoginForm {
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 1rem auto;
    min-width: 300px;
    width: 70%;
}



.formInputContainer {
    width: 100%;
    border: none;
    /*height: 2.5rem;*/
    border-radius: .2rem;
    position: relative;
}

#LoginForm input {
    position: relative;
    width: 100%;
    border: none;
    height: 2.5rem;
    border-radius: .2rem;
    box-shadow: 0 0 2px #9e9e9e;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
    padding: 0 1rem;
}

span {
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
}

    span.loginFormLabels {
        margin: 0 auto;
        font-size: 12px;
        font-weight: 500;
    }

#LoginForm button {
    background-color: #004892;
    outline: none;
    color: #fff;
    border: none;
    height: 2.5rem;
    border-radius: .2rem;
    margin-top: -0.5rem;
    justify-content: center;
}

.loginFormFooter {
    margin: auto auto 20px auto;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    padding: 0;
    align-items: center;
    flex-direction: row;
    width: 90%;
}

    .loginFormFooter li a {
        font-size: 10px;
        font-weight: bold;
        color: #8f8f8f;
    }

.loginFormLabels {
    position: absolute;
    left: 0rem;
    top: 0;
    z-index: 999;
}



@media(max-width:1366px) {
}

@media(max-width:900px) {
    .loginContainer {
        width: 50vw;
    }
}

@media(max-heigth:700px) {
    .loginContainer {
        height: 90vh;
    }
}

@media (orientation: portrait) {
    .loginContainer {
        width: 90%
    }

    .loginContainer {
        z-index: 99;
    }

        .loginContainer:before,
        .loginContainer:after {
            position: fixed;
            z-index: -99;
            cursor: none;
        }
}


/*NOVO CSS*/

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    /*margin: 1.5rem 0;*/
}

    .separator hr {
        flex: 1;
        border: none;
        border-top: 1px solid #ccc;
    }

    .separator span {
        padding: 0 1rem;
        font-weight: bold;
        color: #777;
    }

/*.botaoVagas {
    background-color: #26B5F4;
    color: white !important;
    font-weight: 400;
    font-size: 0.75rem;
    border: none;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    min-width: 140px;
    gap: 8px;
    white-space: nowrap;
    margin: 0 0.3rem;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    margin-left: 2em;
    margin-right: 2em;
}*/

.botaoVagas {
    background-color: #26B5F4;
    outline: none;
    color: #fff;
    border: none;
    height: 2.5rem;
    border-radius: .2rem;
    /*margin-top: -0.5rem;*/
    width: 100%;
    /* Centralização horizontal e vertical */
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
    gap: 0.5rem; /* espaço entre ícone e texto */

    font-weight: 500;
    text-decoration: none; /* remove sublinhado se for <a> */
    font-size: 14px;
}

    .botaoVagas:hover {
        background-color: #1a9bd4;
        color: #ffffff !important;
        text-decoration: none;
    }

    .botaoVagas i {
        font-size: 18px;
        color: white !important;
        margin: 0;
    }



.forgot-password {
    margin-bottom: 12px;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2;
}

    .forgot-password a {
        color: #004891;
        text-decoration: none;
        cursor: pointer;
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }




/* Botões Sociais */
/*.login-buttons {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}*/

/* Facebook + Google juntos */
/*.login-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}*/

    /* Botões sociais */
    /*.login-buttons a,
    .login-row a {
        display: flex;
        align-items: center;
        background: #F6F6F6;
        padding: .75rem;
        border-radius: .3rem;
        box-shadow: 0 0 0 1px #5d5d5d;
        color: #5d5d5d;
        font-weight: bold;
        text-decoration: none;
        transition: background 200ms ease-in-out;
        flex: 1;
        min-width: 240px;
    }

        .login-buttons a:hover,
        .login-row a:hover {*/
            /*background-color: #dedede;*/
            /*background-color: #dedede;
        }

    .login-buttons svg,
    .login-row svg {
        margin-right: 1rem;
        flex-shrink: 0;
    }*/

/* Mobile: empilha tudo */
/*@media (max-width: 500px) {
    .login-row {
        flex-direction: column;
    }
}


.login-buttons a:hover,
.login-row a:hover {
    background-color: #2e445a;
    color: white;*/ /* opcional, para melhor contraste */
/*}*/




/*.login-buttons a,
.login-row a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
/*}

.login-buttons span,
.login-row span {
    text-align: left;
}*/

/* Container com os ícones alinhados lado a lado */
.login-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

/* Estilo individual dos botões (Facebook, Google, Microsoft) */
.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    padding: 0.75rem;
    border-radius: 0.6rem;
    box-shadow: 0 0 0 1px #ccc;
    transition: background 200ms ease-in-out, transform 100ms ease-in-out;
    width: 48px;
    height: 48px;
    text-decoration: none;
}

    /* Efeito de hover */
    .icon-button:hover {
        background-color: #2e445a;
        transform: scale(1.05);
    }

    /* Ícone SVG (imagem) */
    .icon-button img {
        width: 24px;
        height: 24px;
    }

/* Responsividade simples: centraliza e empilha se necessário */
@media (max-width: 400px) {
    .login-icons {
        justify-content: center;
        gap: 0.75rem;
    }

    .icon-button {
        width: 44px;
        height: 44px;
    }

        .icon-button img {
            width: 22px;
            height: 22px;
        }
}


.g-recaptcha {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
