header {
  display: none;
}
footer {
  display: none;
}
.main {
  width: 250px;
  margin: 100px auto;
}

.login {
  padding-top: 50px;
}

.login label {
  display: none;
}
.login input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  font-family: "DIN", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #222;
  margin: 5px 0;
}

.login .alert {
  color: #F95649;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;

}

.login input.text {
  background: #BBFFE3;
  width: 100%;
  padding: 10px 0;
}

.login input.text:focus {
  background: #3D3A3B;
  color: #fff;
  outline: 0;
}
.login input.text:focus::-webkit-input-placeholder {
  color: #555;
}

.login .buttons input {
  display: block;
  width: 250px;
  color: #F95649;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
:-moz-placeholder {  
  color: #222;  
  text-transform: uppercase;
}
