body {
  background-image: url("../back.jpg");
  background-repeat: none;
}

.box-login {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 10px 0 rgb(197, 197, 197);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#container-infor{
  padding: 0 !important;
}

#btn-logar {
  min-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.img-logotipo {
  width: 150px;
  margin-top: 20px;
}

#dominio {
  background-color: white !important;
  margin-bottom: 0;
}

#password {
  background-color: white !important;
}

#email {
  background-color: white !important;
  margin-bottom: 0;
}