.text-login-1
{
	color: #fff;
	font-size: 20px;
	font-weight: 500; 
	opacity: 0.7;
}

.text-esqueci-a-senha
{
	color: #fff;
	font-size: 13px;
	font-weight: 500; 
	opacity: 0.7;
}

.text-esqueci-a-senha
{
	color: #fff;
	font-size: 13px;
	font-weight: 500; 
	opacity: 0.7;
}

.butn-logar {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  font-size: 17px;
  background: #e94e10;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
  font-weight: 500; 

}

.butn-logar:hover {
  background: #d9480f;
  text-decoration: none;
}

.butn-fechar {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #000;
  font-size: 17px;
  background: #ddd;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
  font-weight: 500; 
  
}

.butn-fechar:hover {
  background: #c5c5c5;
  text-decoration: none;
}


