*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

/*Tabelas */
/*---------------------------------------*/
.tabela-escura {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 6px;
}
.background-large th,
.background-extra-large th {
  background-color: #394b63;
  color: #f5f5f5;
  font-weight: 600;
}


/*---------------------------------------*/
.background-wrap{
  width:100%;
  margin:auto;
  max-width:600px;
  min-height:900px;
  position:relative;
  background:url(/static/main/img/Fundo_Login.png) no-repeat center;
  box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);

}

.background-large{
  width:100%;
  margin:auto;
  max-width:900px;
  min-height:0; /* allow inner content to determine height */
  position:relative;
  /* move visual styling here so container grows with content */
  background:rgba(40,57,101,.95);
  padding:90px 70px 50px 70px;
  box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
  margin-top: 20px;
}

.background-extra-large{
  width:100%;
  margin:auto;
  max-width:1500px;
  min-height:1500px;
  position:relative;
  /*background:url(/static/main/img/Fundo_Login.png) no-repeat center;*/
  box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.background-html{
  width:100%;
  /* inner wrapper: remove its own background and padding so outer container controls size */
  position:relative;
  padding:0;
  background:transparent;
  box-sizing:border-box;
}
.background-html .first-tab-htm,
.background-html .second-tab-htm{
  /* keep panels in normal flow so the background expands with content */
  position:relative;
  transform:none;
  backface-visibility:visible;
  transition:none;
  display:none;
}
.background-html .first-tab,
.background-html .second-tab,
.form1-form .group .check{
  display:none;
}
.background-html .tab,
.form1-form .group .label,
.form1-form .group .button{
  text-transform:uppercase;
}
.background-html .tab{
  font-size:22px;
  margin-right:15px;
  padding-bottom:5px;
  margin:0 15px 15px 15px;
  display:inline-block;
  border-bottom:2px solid transparent;
}
.background-html .first-tab:checked + .tab,
.background-html .second-tab:checked + .tab{
  color:#fff;
  border-color:#1161ee;
}
  .form1-form{
    min-height: auto;
    position:relative;
    perspective:1000px;
    transform-style:preserve-3d;
  }
.form1-form .group{
  margin-bottom:20px;
}
.form1-form .group .label,
.form1-form .group .input,
.form1-form .group .button{
  width:100%;
  color:#fff;
  display:block;
}
.form1-form .group .input,
.form1-form .group .button{
  border:none;
  padding:15px 0px;
  border-radius:25px;
  background:rgba(255,255,255,.1);
  text-align: center;
}
.form1-form .group input[data-type="password"]{
  text-security:circle;
  -webkit-text-security:circle;
}
.form1-form .group .label{
  color:#aaa;
  font-size:12px;
}
.form1-form .group .button{
  background:#1161ee;
}
.form1-form .group label .icon{
  width:15px;
  height:15px;
  border-radius:2px;
  position:relative;
  display:inline-block;
  background:rgba(255,255,255,.1);
}
.form1-form .group label .icon:before,
.form1-form .group label .icon:after{
  content:'';
  width:10px;
  height:2px;
  background:#fff;
  position:absolute;
  transition:all .2s ease-in-out 0s;
}
.form1-form .group label .icon:before{
  left:3px;
  width:5px;
  bottom:6px;
  transform:scale(0) rotate(0);
}
.form1-form .group label .icon:after{
  top:6px;
  right:0;
  transform:scale(0) rotate(0);
}
.form1-form .group .check:checked + label{
  color:#fff;
}
.form1-form .group .check:checked + label .icon{
  background:#1161ee;
}
.form1-form .group .check:checked + label .icon:before{
  transform:scale(1) rotate(45deg);
}
.form1-form .group .check:checked + label .icon:after{
  transform:scale(1) rotate(-45deg);
}
.background-html .first-tab:checked + .tab + .second-tab + .tab + .form1-form .first-tab-htm{
  display:block;
}
.background-html .second-tab:checked + .tab + .form1-form .second-tab-htm{
  display:block;
}


/* 
CRIADO PARA CENTRALIZAR O LABEL QUE DESCREVE OS CAMPOS DO FORMULÁRIO
E PARA TRANSFORMAR TODOS OS INPUTS DO USUÁRIO EM UPPERCASE
 */
.group {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0.3rem; /* espaço entre label e input */
}
  




