@media(max-width: 768px) {
  .login-logo img{
      width: 31.5rem;
  }
  .mtop{
    margin-top: -30px!important;
  }
}
@media(min-width: 314px) and (max-width: 350px) {
  .login-logo img{
      width: 28.5rem!important;
  }
  .padlsenha{
    width: 17rem;
    padding-left: 0.5rem;
  }
  .padlentrar{
    padding-left: 0.5rem;
  }
}
.btnCadastro {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.avisoLicenca {
  padding: 20px 30px; 
  background: rgb(243, 156, 18); 
  z-index: 999999; 
  font-size: 16px; 
  font-weight: 600;
  color: #fff;
}
.fecharAvisoLicenca {
  color: #fff; 
  font-size: 20px;
  cursor: pointer;
}
.renovarLicenca {
  margin-top: -5px; 
  border: 0px; 
  box-shadow: none; 
  color: rgb(243, 156, 18); 
  font-weight: 600; 
  background: rgb(255, 255, 255);

}
.selPlano {
  height: 4rem;
}
.labelVinculo {
  position: absolute;  
  color: #fff;
  cursor: pointer;
}
.spanVinculo {
  position: relative;
  top: -5px;
  font-size: 2rem;
  font-family: 'Source Sans Pro',sans-serif;
}
.spanSwal {
  font-size:1.5rem
}
.fright{
  float: right;
  position: relative;
  right: 2px;
  margin-top: -27px;
}
.cblue {
  color:rgb(48, 133, 214);
}
.cred {
  color:red;
}
.buttonVinculo {
  width: 110px;
  padding: 0.4rem!important;
}
.conteudo-maior p,.username{
  font-size: 20px !important;
}