body{
  height: inherit;
  max-height: 100%;
}

.login{
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 80px;
  float: right; 
  margin-bottom: 125px;
}

.fundoTema{
  height: 750px;
  background-image: url('../../imagens/capacitacao/fundo.jpg');
  background-position: top;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size:100%;
}

.esqsenha{
  text-align: right;
  padding: 1px;
  margin-top: -3px;
}

.esqsenha a{
  color:#000;
  font-size: 10pt;
  text-decoration: none;
  cursor: pointer;

}
.esqsenha a:hover{
  text-decoration: underline;
  cursor: pointer;
}

.btn_black{
  color: #fff;
  background-color: #000000;
  border-color: #100000;
}
.btn_black:hover{
  color: #fff;
  background-color: #000014;
  border-color: #fff;
}


.sucess_txt{
   font-size: 16pt;
} 


.rodape{
  /* background-image: url('../../imagens/capacitacao/fundorodape.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: #337ab7;//#007bff;
  padding: 10px;
  /*margin-top: 195px;*/
  
  bottom: 0;

}

.font_Titulo{
  letter-spacing:0.1em; 
  font-size:20px;
  color:#ffffff;
  font-family:helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
  font-weight: bold;
}

.font_P{
  font-size: 15px;
  color:#F3F3F3;
  margin: 0 0 5px;
}

.font_E{
  font-size: 1px;
}

.bg-danger-red{
 background: #f91414;
 color:#ffffff;
 font-size: 12pt;
 text-align: center;
 padding:5px;
 border-radius: 5px;

}

.bg_danger{
  background: #dc3545;
  color:#fff;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
   border-radius:7px;
   padding: 15px;
}


.bg-info-blue{
 background: #31b0d5;
 color:#ffffff;
 font-size: 12pt;
 text-align: center;
 padding:5px;
 border-radius: 5px;

}

.panel-heading-sgec-capaciatacao{
  color: #ffffff;
  font-weight: bold;
  background-color: #337ab7;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bg_success {
  background: #bad6ae;
  color: #3c763d;
  margin: 0 auto;
  border: 1px solid #3c763d;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
   border-radius:7px;
  padding: 15px;
}

.bg_info_II{
  background: #5bc0de;
  color:#fff;
  margin: 0 auto;
  border: 1px solid #007bff;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
   border-radius:7px;
  padding: 15px;
}


 .meioPgto1{
	width: 30%;
	display: inline-block;
	min-width:15vw;
 }
 
 .meioPgto2{
	width: 30%;
	display: inline-block;
	min-width:15vw;
 }
 
.noBold label{
	font-weight: unset;
} 

table {
  margin: 15px 0;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #969696;
}

table tr {
  background: white;
}

table tr:hover {
  background: #dfdfdf;
  cursor: pointer;
}

table td {
  margin: 0;
  padding: 7px 10px;
  border-bottom: 1px solid #969696;
}
 /*
.form {
  display: table;
  width: 100%;
}

.form label {
  display: block;
  margin-bottom: 5px;
}

.form input {
  display: block;
  width: 100%;
  padding: 4px 6px;
  border-color: 1px solid #969696;
}

label.radio {
  cursor: pointer;
}
*/
.bt {
  padding: 7px 15px;
  background: #73b8f7;
  border: none;
  color: white;
  font-weight: bold;
  text-decoration:none;
  border-radius: 10pt;
}

.bt:hover {
  background: #fcae17;
  color: #005aab;
  cursor: pointer;
  text-decoration:none;
}

.bg_info{
  background: #005aab;
  color:#fff;
  margin: 20px auto;
  border: 1px solid #005aab;
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
   border-radius:15px;
   width: auto;
   padding: 10px;
}

.bg_info_transparente
{

  color:#000;
  margin: 5px auto;
  /*border: 1px solid #005aab;*/
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
   border-radius:15px;
   width: auto;
   padding: 10px;
   background-color: rgba(61, 243, 247, 0.73);
}

.mbtn{
  width: 100%;
}

.login_title{
  font-size: 24px;
  letter-spacing: 4px;
}

.imgHome4 {
    min-height: 80px;
    max-height: 590px;
    min-width: 50px;
    margin-top: 15px;
    height: 280px;
    width: 100%;
    display: block;
}

.imgRodape {
    max-height: 80px;
    max-width: 80px;
    margin-top: 15px;
    display: initial;
}

.texto{
  /*background-color: rgba(255,255,255,0.8);*/
  min-width: 110px;
  min-height: 245px;
  text-align: justify;

}

.e-invalido{
  border-color: #f9041b ;
}

.e-invalid_texto{
  color: #f9041b;
  font-weight: bold;
  font-size:  8pt;
}

.d-none{
  display: none;
}

.olho {
  cursor: pointer;
  position: absolute;
  width: 25px;
  margin-top: 5px;
}

.olho:hover {
  color: green;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

.p-0{
	padding: 0;  
}

.mb-60{
	margin-bottom: 60px;
}

.mb-160{
	margin-bottom: 160px;
}

.logo img{
  width: 200px;
  margin-bottom: 20px;
}
.bg_success{
	font-size:14pt;
	text-align:center;
}	
.bg_info_II{
	font-size:14pt;
	text-align:center;
}
@media (max-width: 400px){

   .sucess_txt{
     font-size: 12pt;
  } 

  .login{
    float: none;
    margin:250px auto;
    background-color: rgb(214 210 210 / 30%);
    padding: 5px;
  } 
  .form-group {
    margin-bottom: 5px;
  }

  .bg_info_transparente {
    font-size: 8pt;
    margin: auto;

  }
  
  .login_title{
    font-size: 10pt;
    letter-spacing: 2px;
  }

  .bg-danger-red {
    font-size: 8pt;
    margin-bottom: 0px;
    margin-top: 0px;
    float: right;
    padding: 1px;
  }

  .fundoTema{
    /*height: 520px;*/
    background-image: url('../../../imagens/capacitacao/capfundo.jpg');
  }

  .font_Titulo{
    font-size:10px;
    font-weight: 800;
  }

  .font_P{
    font-size: 7px;
  } 

  .rodape{
    margin-top: 60px;
  }

  .imgRodape {
    /*max-height: 40px;*/
    max-width: 30px;
    margin-top: 1px;
  }

  .bg_success{
	font-size:10pt;
  }
  
  .bg_info_II{
	font-size:10pt;
	text-align:center;
 }
 .bg_info_II P{
	text-align:justify;
 }
 
}

@media (min-width: 401px) and (max-width: 699px) {
  .sucess_txt{
     font-size: 12pt;
  } 

  .imgHome4 {
    min-height: 80px;
    max-height: 290px;
    min-width: 50px;
    margin-top: 15px;
    height: 250px;
    width: 100%;
    display: block;
  }

  .fundoTema{
    /*height: 450px;*/
    background-image: url('../../../imagens/capacitacao/capfundo.jpg');
  }

  .login{
    float: none;
    margin:300px auto;
    background-color: rgb(214 210 210 / 30%);
    padding: 5px;
    /* margin-top: 2px;
    margin-bottom: 20px;
    height: 258px; */
  } 

  .form-group {
    margin-bottom: 5px;
  }

  .bg_info_transparente {
    font-size: 8pt;
   /* height: 250px;*/
    margin-top: 3px;
  }
  
  .login_title{
    font-size: 10pt;
    letter-spacing: 2px;
  }

  .font_Titulo{
    font-size:12px;
    font-weight: 800;
  }

  .font_P{
    font-size: 10px;
  } 

  .rodape{
    margin-top: 218px;
  }

  .imgRodape {
    max-height: 40px;
    max-width: 40px;
    margin-top: 2px;
  }
  
  .bg_success{
	font-size:12pt;
  }
  
  .bg_info_II{
	font-size:12pt;
	text-align:center;
 }
 .bg_info_II P{
	text-align:justify;
 }

}

@media (min-width: 700px) and (max-width: 800px) {
  
  .fundoTema{
    /*height: 480px;*/
  }

  .login{
    margin-top: 70px;
    margin-bottom: 20px;
    height: 258px;
  } 

  .form-group {
    margin-bottom: 5px;
  }

  .bg_info_transparente {
    font-size: 8pt;
    height: 250px;
    margin-top: 3px;
  }
  
  .login_title{
    font-size: 10pt;
    letter-spacing: 2px;
  }

   .imgHome4 {
    min-height: 80px;
    max-height: 290px;
    min-width: 50px;
    margin-top: 15px;
    height: 280px;
    width: 100%;
    display: block;
  }
  

  .rodape{
    padding: 0 0 0 1px;
	
  }
  .font_E{
    font-size:1px;
  }

  .bg-danger-red {
    font-size: 8pt;
    margin-bottom: 0px;
    margin-top: -10px;
    width: 135px;
    float: right;
  }

  .rodape{
    margin-top: 195px;
  }

  .imgRodape {
    max-height: 60px;
    max-width: 60px;
    margin-top: 2px;
  }
  
  .bg_success{
	font-size:12pt;
  }
  
  .bg_info_II{
	font-size:12pt;
	text-align:center;
 }
 .bg_info_II P{
	text-align:justify;
 }
  
}

@media (min-width: 801px) and (max-width: 1024px) {
  
  .fundoTema{
    /*height: 650px;*/
  }

  .rodape{
    margin-top: 328px;
  }
}

@media (min-width: 1400px) {
  
  .fundoTema{
    height: 850px;
  }

  .rodape{
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1349px) {
  
  .fundoTema{
    /*height: 700px;*/
  }

  .rodape{
    margin-top: auto;
  }
}

@media (min-width: 1350px) and (max-width: 1280px) {
  
  /*.fundoTema{
    height: 650px;
  }*/

  .rodape{
    margin-top: 195px;
  }
}
