﻿main {
    min-height: 100% !important;
    display: flex;
    flex-direction: column;
}

/*HEADER_V6*/

.bg-authentication {
    background: #F1F4FC !important;
}

.authentication-container-v6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.authentication-header-container-v6 {
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.authentication-header-logo-v6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

#logo-black {
    content: url("../img/cnib-azul-v8.png");
    cursor: pointer;
    width: 200px;
}

#help-icon-v6 {
    content: url("../img/help-icon-v6.svg");
}

.help-icon-v6 {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.40);
}

#btn-help-v6, .btn-help-v6 {
    /*Layout*/
    display: flex;
    padding: 12px 20px !important;
    align-items: center;
    gap: 8px;
    border-radius: 40px !important;
    background: #F68300;
    border: none;
    cursor: pointer;
    /*Typography*/
    color: var(--white, #FFF);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
}


/*BODY_V6*/

.authentication-body-container-v6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    min-height: 640px;
}

.authentication-box-v6 {
    display: flex;
    width: 480px;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 4px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.authentication-box-header {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.authentication-box-exit {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    cursor: pointer;
    border-radius: 8px;
    color: var(--secondary, #666);
    font-family: Trebuchet MS;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.authentication-connect-rectangle {
    width: 24px;
    height: 1px;
    background: var(--border, #E7E7E7);
}

.authentication-box-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.authentication-title {
    align-self: stretch;
    color: #000;
    font-family: Trebuchet MS;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.authentication-sub-title {
    align-self: stretch;
    color: var(--secondary, #666);
    font-family: Trebuchet MS;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.authentication-box-form-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.btn-access-v6 {
    display: flex;
    padding: 16px 20px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px !important;
    border: 0;
    background: var(--orange, #F68300);
    color: #FFF;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.64px;
}

/*FOOTER*/
.footer-v5,
.onr-footer-termo-v5 {
    background: #F1F4FC !important;
}

/*MODAL*/
.title-modal-helper {
    color: var(--orange, #F68300);
    font-family: Trebuchet MS;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#btn-close {
    background-color: transparent;
}

    #btn-close i {
        font-size: 1.4em !important;
    }

.modal-custumer-service-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.modal-custumer-service-time-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.custumer-service-title {
    color: var(--text, #000);
    font: normal normal 700 16px/normal Trebuchet MS;
    letter-spacing: 0.15px;
}

.custumer-service-title-muted {
    color: var(--secondary, #666);
    font: normal normal 400 14px/normal Trebuchet MS;
    letter-spacing: 0.25px;
}

.modal-custumer-service-contact-box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.custumer-service-contact-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.modal-custumer-divider {
    width: 1px;
    align-self: stretch;
    background: var(--border, #E7E7E7);
}

.custumer-service-contact-title {
    color: var(--text, #000);
    font: normal normal 700 14px/normal Trebuchet MS;
    letter-spacing: 0.25px;
}

.general-component {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.container-fluid {
    padding-bottom: 150PX;
}

.autenticationBox {
    width: 534px;
    height: 414px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    top: 8%;
    position: relative;
    border-radius: 20px;
}




/*remover código abaixo*/



.login-external-box {
    min-width: 500px;
    height: 280px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    border-radius: 20px;
}

.title-external {
    margin-bottom: 0 !important;
    font-family: 'panton bold';
    font-size: 23px;
    font-weight: 400;
    color: #2c3e50;
    text-align: center;
}

.mt-50 {
    margin-top: 50px;
}

.PageTitle {
    margin-top: 15px;
}

.btn-out-line-orn {
    border: 1px solid #152f65 !important;  
}

.btn-external {
    border-radius: 23px;
    color: #152F65;
    height: 35px;
    width: 180px;
    text-transform: uppercase;
    font: normal normal bold 11px/10px Open Sans;
    padding: 4px;
}

.btn-digital-certificate {
    border-color: none;
    background-color: #00CCFF;    
}

    .btn-digital-certificate:hover {
        background-color: rgba(0, 204, 255, 0.4) !important;
        border: 2px solid #00CCFF !important;
    }

.btn-gov {
    background-color:transparent;
    border: 2px solid #152F65;
}

    .btn-gov:hover {
        background-color: rgba(0, 204, 255, 0.1) !important;
    }

.bk{
    background:white;
}

.btn-primary {
    background-color: #F68300 !important;
    color: var(--white-01, #FCFCFC);
    border: none !important;
    font-weight: 400;
}




.form-body-container-v5 {
    display: flex;
    flex-direction: row;  
    justify-content: center;
    gap: 40px;
}

.form-body-v5 {
    display: flex;
    width: 90% !important;
    background: #FCFCFC;
    padding: 40px 40px;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.removeFromDom {
    display: none !important;
    visibility: hidden !important;
}

.activeFromDom {
    display: block  !important;
  }

.nv {
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.25px;
    text-align: left;
    color: black !important;
}

.color-menu {
    background: white;
    border-bottom: 2px solid #ededed;
    border-top: 2px solid #ededed;
}