#login {
  width: 330px;
}

body {
	background: #fff;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url('http://imagembrindes.com.br/wp-content/uploads/2018/10/imagem_logo.jpg') !important;
  background-size: 100%;
  width: 100%;
  height: 170px !important;
}

.login h1 a{
	height:60px !important
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #000000;
  display: block;
  margin-bottom: 1em;
}
 
.login form .input {
  font-weight: normal;
}