*{
    margin: 0;
    padding: 0;
}


#heading{
    background-attachment: red;
}


.telalogin{
   background-color: rgba(245, 241, 241, 0.2); 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
     border-radius: 10px;
    }
  

    .cabecalho2{
    
        font-size: 16px;
        padding-top: 10px;
        padding-right: 70px;
        padding-left: 73px;
        padding-bottom: 10px;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;

     }

    

    
    
     .cabecalho3 {
        margin-top: 20px;
        margin-right: 65px;
        margin-left: 70px;
        margin-bottom: 20px;
        width: 120px; /* Ajuste o tamanho conforme necessário */
        height: 120px; /* Ajuste o tamanho conforme necessário */
        border-radius: 50%; /* Torna a div redonda */
        overflow: hidden; /* Garante que a imagem não transborde */
        display: flex;
        justify-content: center;
        align-items: center;

        
    }
    
    .cabecalho3 img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Garante que a imagem se ajuste à div */
    }
    

    .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
    
    }
    
  

    .classinputs{
    padding: 15px ;

    border: none;
    outline: none;
    font-size: 15px;
    }
    .button{
    background-color: dodgerblue;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    }
    
    button:hover{
    background-color: deepskyblue;
    }


    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
  
    *, ::after, ::before {
        box-sizing: border-box;
    }
    user agent stylesheet
    input:not([type="image" i]) {
        box-sizing: border-box;
    }
    user agent stylesheet
    input:-internal-autofill-selected {
        appearance: menulist-button;
        background-image: none !important;
        background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
        color: fieldtext !important;
    }
  

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }


    html {
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
    }
    *, ::after, ::before {
        box-sizing: border-box;
    }
    *, ::after, ::before {
        box-sizing: border-box;
    }


    

    .input-container {
        display: flex;
        align-items: center;
    }
    
    label {
        margin-right: 10px; /* Espaçamento entre o label e o input */
    }
    .table-responsive {
        overflow-x: auto; /* Mantém a rolagem horizontal se necessário */
        overflow-y: hidden; /* Remove a rolagem vertical */
      }
      
      /* Remove a borda superior e lateral da tabela */
      .table {
        border-collapse: collapse; /* Garante que as bordas das células se fundam */
        border: none; /* Remove todas as bordas da tabela */
      }
      
      /* Adiciona bordas apenas na parte inferior das células */
      .table td, .table th {
        border-bottom: 1px solid #dee2e6; /* Adiciona borda inferior clara para as células */
      }
      
      /* Remove a borda inferior do cabeçalho da tabela */
      .table thead th {
        border-bottom: 2px solid #dee2e6; /* Borda inferior mais espessa para cabeçalhos */
      }
      
      /* Remove as bordas laterais e superior das células */
      .table td, .table th {
        border-left: none;
        border-right: none;
        border-top: none;
      }
      
      /* Ajusta a largura da tabela para preencher o contêiner */
      .table-responsive {
        max-width: 100%; /* Garante que a tabela não exceda a largura do contêiner */
      }
      
      .table {
        width: 100%; /* Faz a tabela se ajustar à largura do contêiner */
      }


      

@media screen and (max-width: 1478){

     .flex{
        flex-direction: c;
     }
}