body{
	background: no-repeat center/100% url( "../img/fundo.jpg");
  background-color: #c9c9c9;
}

.login{
  width: 360px;
  margin: auto;
  padding: 8% 0 0;
}

.form {
  position: relative;
  z-index: 1;
  background: #000000;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 20px 45px 45px 45px;
  text-align: center;

  /* Bordas arredondadas */
  border-radius: 20px;

  /* Sombra dourada */
  box-shadow:
    0 0 20px rgba(167, 113, 40, 0.45),
    0 5px 15px rgba(167, 113, 40, 0.35);
}

/* Botão */
.form button {
  background: #a77128;
  color: #a77128;
  border: 1px solid #e2b54c;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Hover */
.form button:hover {
  background: #a77128;
  color: #a77128;
  border-color: #e2b54c;
  cursor: pointer;
}


.form input {
  font-family: "Verdana", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}


.form button {
  font-family: "Verdana", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #a77128;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}


.form button:hover,.form button:active,.form button:focus {
  background: #c8bfb4;
}

.imagem{
	margin-bottom:15px;
	width:150px;
}