body {
  font-size: 12px; 
  
  background-image: url("../img/icons/Tela_login.svg") ;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-attachment: fixed; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-group {
  position: relative; 
}
.form-group a,.escqueci-minha-senha{
  text-decoration: none;
  cursor: pointer;
  color: #ed7203
}

