/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: local(''), url('../css/fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../css/fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../css/fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../css/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* Tela de Login */

label {
    color: #1a5775;
}
.TelaInformativa{
    text-align:initial !important
}
.container {
    width: 100%;
    height: calc(100vh);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-login-portal {   
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    padding-top: 18px;
}

.link {
    color: #555561;
    text-decoration: none;
    background-color: transparent;
}

.container-centralize {
    background-color: white;
    width: 426px;
    box-shadow: 0 5px 15px #00000014; /*#56*/
    border-radius: 5px;
}
.largo {
    width: 800px
}

.cabecalho {
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    padding-top: 18px;
    padding-bottom: 18px;
}
body {
    background: #F8F8FF !important;
    margin: 0px !important;
 
}
*:focus {
    outline: none;
}
body, td, th {
    font-family: 'Open Sans';
    color: #555561;
    font-size: 13px;
    text-align: center;
}

.logo-4asset img {
    width: 300px;
    border: 0;
    padding-bottom: 25px;
}
.Fonte13B {
    font-size: 13px;
    font-weight: 600
}
.Fonte18B {
    font-size: 18px;
    font-weight: bold}

.button {
    border: solid 1px #13CF5E; /*#56*/
    color: #FFF;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-left: 16px;
    background: #13CF5E; /*#56*/
    border-radius: 2rem; /*#56*/
    width: 100%;
    color: white;
}

    

    .button:hover {
        text-decoration: none;
      
        cursor:pointer;
    }

fieldset {
    border: none;
}



.logo {
    padding: 10px;
}

.textEntry::placeholder {
    font-style: italic;
    color: gray;
}

.grid_login_inicio {
    text-align: left;
  
    margin-right: 36px;
    
    margin-left: 36px;
}

@keyframes MessageWarning {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.grid_login_desabilitado {
    display: block;
    text-align: left;
    line-height: 20px;
    width: 100%;
    padding: 7px;
    height: auto;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-color: #DEDEDF !important;
    border-radius: 4px !important;
    }
 .grid_login_nova_senha {
    width: 300px;
    text-align: left;
    margin: auto;
}

.grid_login_fim {
    text-align: left;
    margin-left: 36px;
    margin-right: 36px;
    margin-bottom : 36px;
}

    .grid_login_fim .controls {
        display: table;
    }

        .grid_login_fim .controls .chk-connect {
            display: table-cell;
            float: left;
            width: 180px;
            height: 40px;
        }

        .grid_login_fim .controls .container-verify {
            display: table-cell;
            float: left;
            width: 120px;
            height: 40px;
        }

            .grid_login_fim .controls .container-verify .btn-verify {
                background-color: #4a90e2;
                border: none;
                color: white;
                border-radius: 2px;
                cursor: pointer;
                height: 35px;
                text-align: center;
                width: 100%;
            }

.grid_login_inicio input {
    text-align: left;
    line-height: 20px;
    width: 100%;
    padding: 7px;
    height: auto;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-color: #DEDEDF ;
    border-radius: 4px!important ;

}
.erro {
    color: #d60000;
    font-weight: bold;
    font-size: 16px;
    float: left !important;
    margin-top: -25px;
    margin-left: 4px;
    width: 5px
}

.grid_login_nova_senha input {
    text-align: left;
    line-height: 20px;
    width: 100%;
    padding: 7px;
    height: auto;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
}

.grid_valida_com_captcha {
    width: 300px;
    text-align: left;
    margin: auto;
}

.grid_login_fim input {
    margin-left: 0px;
}



.cliente_logo {
    
    margin: 36px
}

.MessageWarning {
    border: 1px solid #DCDCDC;
    background: #fff6bf;
    font-size: 12px !important;
    text-align: left !important;
    border-radius: 5px !important;
    color: #555561 !important;
    animation: signup-response 0.5s 1 !important;
    -webkit-animation: signup-response 0.5s 1 !important;
    animation-fill-mode: forwards !important;
    animation-delay: 2s !important;
    -webkit-animation-delay: 1s !important; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards !important;
}

    .MessageWarning > ul {
        padding-top: 10px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom : 10px !important;
        margin: 0 !important;
    }

        .MessageWarning > ul > li {
            list-style: none !important;
            padding-left: 10px !important;
            padding-right : 10px !important;
        }

.MessageInformation {
    border: 1px solid #DCDCDC;
    background: #bfffd0;
    font-size: 12px !important;
    text-align: left !important;
    border-radius: 5px !important;
    color: #555561 !important;
    animation: signup-response 0.5s 1 !important;
    -webkit-animation: signup-response 0.5s 1 !important;
    animation-fill-mode: forwards !important;
    animation-delay: 2s !important;
    -webkit-animation-delay: 1s !important; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards !important;
}

    .MessageInformation > ul {
        padding-top: 10px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 10px !important;
        margin: 0 !important;
    }

        .MessageInformation > ul > li {
            list-style: none !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
        }


#MensagemErroLogin {
    font-size: 18px;
    color: red;
}

#UserNameRequired {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

#PasswordRequired, #NewPasswordRequired, #NewPasswordConfirmRequired, .failureNotification {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.versao_gd {
    position: relative;
    margin: 30px 0 20px 0;
    color: #585858;
    font-size: 12px;
}


/* Estilos do captcha */

.grid_valida_com_captcha .input-container {
    background-color: rgb(249, 249, 249);
    border: 1px solid #d3d3d3;
    height: 74px;
    width: 300px;
    font-family: Roboto, sans-serif;
    display: inline-block;
}

    .grid_valida_com_captcha .input-container .checkbox {
        margin-left: 15px;
    }

        .grid_valida_com_captcha .input-container .checkbox input {
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #eee;
        }

        .grid_valida_com_captcha .input-container .checkbox label {
            position: relative;
            top: -5px;
        }


.grid_valida_com_captcha input {
    margin-top: 28px;
}

.grid_valida_com_captcha .input-container img {
    width: 32px;
    display: inline;
    margin-left: 90px;
}

.grid_valida_com_captcha .input-container span {
    color: rgb(155, 155, 155);
}

.grid_valida_com_captcha .captcha {
    font-size: 12px;
    margin-left: -47px;
    position: relative;
    bottom: -15px;
}

.grid_valida_com_captcha .not-human {
    width: 300px;
    height: 220px;
    background-color: white;
    border: 1px solid #d3d3d3;
    padding: 15px;
    position: relative;
    top: -10px;
    left: 3px;
}

    .grid_valida_com_captcha .not-human .captcha-code {
        padding: 15px 0;
        border: none;
        border-bottom: 1px solid #cccccc;
        font-size: 18px;
        width: 270px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .grid_valida_com_captcha .not-human img {
        display: inline-block;
        position: relative;
        left: 15px;
        top: -80px;
        width: 270px;
        height: 57px;
    }

    .grid_valida_com_captcha .not-human .captcha-message {
        position: relative;
        top: -50px;
        color: #e9967a;
    }

    .grid_valida_com_captcha .not-human .controls {
        height: 0;
    }

    .grid_valida_com_captcha .not-human .img-replay {
        width: 24px;
        height: 24px;
        position: relative;
        top: -40px;
        margin: 0 4px 75px 4px;
        display: inline-block;
        cursor: pointer;
        background-size: 24px 24px;
        opacity: 0.55;
    }

    .grid_valida_com_captcha .not-human .verify {
        float: right;
        position: relative;
        top: -75px;
        margin-right: 5px;
        background-color: #4a90e2;
        border: none;
        color: white;
        padding: 10px 20px;
        border-radius: 2px;
        cursor: pointer;
    }

    .grid_valida_com_captcha .not-human .line {
        width: 300px;
        height: 1px;
        background-color: #d3d3d3;
        margin-top: 90px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
