/* INICIO Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    font-family: sans-serif;
    background-color: #f5f5f5;
    font-size: 16px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    font-family: Coiny, sans-serif;
    font-size: 0.8vw;
    text-align: center;
    background-image: linear-gradient(#95a0a9, #00467f);
    color: #fff;
}
/* FIM Sticky footer styles
-------------------------------------------------- */

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}


.auth__header {
    padding: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    background-image: url("../images/bannerFotoFundo_comunidade2020-01.png");
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.auth__header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.auth__logo {
    /*position: relative;*/
    /*z-index: 18;*/
    /*background: #fff;*/
    /*padding: 25px;*/
    /*border-radius: 5%;*/
    /*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);*/
    /*overflow: hidden;*/
}

.auth__body {
    padding-bottom: 2rem;
}

.auth__form {
    min-width: 280px;
    max-width: 600px;
    margin: auto;
    margin-top: -180px;
    padding: 0 10px;
    position: relative;
    z-index: 9;
}

.auth__reset {
    min-width: 280px;
    max-width: 450px;
    margin: auto;
    margin-top: -180px;
    padding: 0 10px;
    position: relative;
    z-index: 9;
}

.auth__form_body {
    padding: 0.7rem 1.5rem 35px;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.auth__form_title {
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.auth__form_actions {
    text-align: center;
    padding: 0 3rem;
    margin-top: -25px;
}

.auth__form_actions .btn {
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(50, 128, 228, 0.5);
}

/*@media (max-width: 576px) {
    .auth__header {
        padding: 6vh 1rem calc(9vh + 80px);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f0f0f0;
        background-image: linear-gradient(#95a0a9, #00467f);
        background-size: cover;
        background-position: center center;
        position: relative;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }
}*/

.header__candidate {
    padding: 14vh 1rem calc(11vh + 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    background-image: url("../images/fundo_fotocadastro.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.header {
    width: 100%;
    text-align: center;
    background-color: rgba(15, 15, 15, 0.75);
    position: fixed;
    top: 0;
    z-index: 9999;
}

#hr-forgot-password {
    margin-top: -2px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    border: 1px solid #54bcff;
}

#hr-reset {
    margin-top: -2px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    border: 1px solid #54bcff;
}

.espacamento-footer {
    margin-bottom: 50px;
}

.border-logos {
    border-right: 2px solid white;
    border-top: 5px solid white;
    border-bottom: 10px solid white;
}

.button-forget-password {
    box-shadow: 0 2px 12px rgba(50, 128, 228, 0.5);
    background-color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-forgetPassword {
    margin-top: 150px;
}

.section {
    margin-top: 50px;
    margin-bottom: 75px;
}

.btn-login {
    color: #fff;
    background-color: #0c5279;
}

.btn-login.hover, .btn-login:hover {
    color: #fff;
    background-color: #2579a9;
}

.autofocus {
    position: absolute;
    display: block;
    left: 15px;
    top: 10px;
    z-index: 9;
}

.text-color-login {
    color: #2e8bdf;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    margin: -9px -15px;
}

.navbar-brand-desktop {
    color: white !important;
    margin-top: 0;
}

.navbar-login-desktop {
    color: white !important;
    border: none;
    background: none;
    cursor: pointer;
}

.img-banner-comunidade {
    width: 400px;
    padding-top: 85px;
}

.border-navbar-login-desktop {
    padding-top: 0px;
    border-bottom: 4px solid yellow;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: white;
    text-decoration: none;
}

.modal-content-login {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: .3rem;
    outline: 0;
}

.img-center-div {
    display: flex;
    justify-content: center;
}

.navbar-toggle {
    margin-top: 25px;
}

.banner-spacing {
    margin-top: 50px;
}

/* INICIO DROPDOWN MENU */

.dropbtn {
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown .dropbtn {
    background-color: transparent;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

/* FIM DROPDOWN MENU */

/*INICIO HR COM IMAGEM */
/* Position the parent relative. Set visibility of overflow and border colors. */
.fancy {
    position: relative;
    overflow: visible;
    border-color: lightgray;
    color: lightgray;
}

/* Add a pseudo element that contains our image. */
.fancy:after {
    content: '*';
    color: #1b4b72;
    zoom: 300%;
    position: absolute;
    display: block;
    top: -8.8px;
    width: 7px;
    height: 13px;
    left: 55%;
    margin-left: -8px;

    /*background: url("http://i.imgur.com/nceI30v.png");*/
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-size: contain;
    outline: 3px solid #f5f5f5;

}

/* If we choose to use a div, set the border color. */
div.fancy {
    border-bottom: 1px solid;
}

/* If we choose to use an HR, set the border to be solid */
hr.fancy {
    border-style: solid;
}

/* FIM HR COM IMAGEM */

/* INICIO ESTILIZAÇÃO MODAL FIGURAS */
.modal-figura {
    border: none;
    cursor: pointer;
}

/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }
}*/

/* FIM ESTILIZAÇÃO MODAL FIGURAS */

/* INICIO ESTILIZAÇÃO PASSWORD SHOW/HIDE */

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* FIM ESTILIZAÇÃO PASSWORD SHOW/HIDE */

/* INICIO BOX REDEFINIR SENHA E LOGAR */
.box-redefine-password {
    margin-top: 130px;
}

/* FIM BOX REDEFINIR SENHA E LOGAR */

/* INICIO STRENGHT PASSWORD VALIDATOR */


/*==========================requirements style============================*/
.invalid {
    color: #848482;
    transition: all .1s ease-in;
}

.invalid:before {
    content: "";
    padding-right: 15px;
}

.invalidPass {
    background: rgba(192, 57, 43, 0.85);
}

.valid {
    color: #3CBC3C;
    transition: all .2s ease-in;
    animation-name: grow;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.valid strong {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1),
    5px 10px 5px rgba(0, 0, 0, 0.05),
    -5px 10px 5px rgba(0, 0, 0, 0.05);
}

.valid::before {
    content: "\2713 ";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -5px;
    position: relative;
    font-weight: 800;
    animation-name: grow;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-backface-visibility: hidden;
}


/*==========================requirements logic============================*/

.pswd_info {
    font-size: 12px;
    text-align: left;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in;
}

.shake {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes grow {
    50% {
        transform: scale(1.1);
    }
}

/* FIM STRENGHT PASSWORD VALIDATOR */

/* INICIO MEDIA QUERIES */

@media (max-width: 1025px) {
    .espacamento-first-box {
        margin-top: 100px;
    }

    .espacamento {
        margin-top: 200px;
    }

    .auth__form {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .nav-display {
        display: none;
    }

    .espacamento-form-candidate {
        margin-top: -325px;
    }

    .footer-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .auth__form {
        margin-top: -140px;
    }

    .footer-desktop {
        display: none;
    }

    .desktop-bar {
        display: none;
    }

    .navbar {
        /*margin-top: 43px;*/
        margin-bottom: 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .img-banner-comunidade {
        display: none;
    }

    .espacamento-form-candidate {
        margin-top: -300px;
    }

    .footer {
        font-size: 3vw;
    }

    .section {
        margin-top: 125px;
    }

    .auth__header {
        padding: 15px;
    }

    .nav-deslogado {
        font-size: 1em !important;
        padding-left: 0 !important;
        background: transparent;
    }

    .padding-icon {
        padding-left: 5px;
    }

    .box-redefine-password {
        margin-top: 150px;
    }

    .section-forgetPassword {
        margin-top: 200px;
    }

    .section-mobile {
        margin-top: 80px;
    }
}


@media (min-width: 1601px) and (max-width: 1920px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1367px) and (max-width: 1440px) {
    .container {
        width: 1070px;
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {
    .container {
        width: 970px;
    }

    .auth__form {
        margin-top: -30px;
    }

    .box-redefine-password {
        margin-top: -15px;
    }

    .section-forgetPassword {
        margin-top: 0;
    }
}

/* FIM MEDIA QUERIES */