body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5ecf2;
}

.form {
  background: #FFFFFF;
  max-width: 400px;
  padding: 30px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
}

.form img {
  margin: 20px 20px 20px 2px;
  width: 250px;
}

.form input {
  outline: 0;
  background: #f4f6f8;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
}

.form button {
  outline: 0;
  background: #f99c1c;
  width: 100%;
  border: 0;
  padding: 15px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover {
  background: #d27c06;
}

.login-page {
  background-image: url("../images/shared/background_estacao.png");
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

.aligner {
  display: block;
  align-content: center;
  text-align: -webkit-center;
  margin: 15% auto auto;
  color: #A4ABB3;
}

.aligner a {
  color: #A4ABB3;
  padding-top: 25px;
  padding-right: 0px;
  padding-botton: 6px;
  padding-left: 0px;
  display: inline-block;
}

.form_error {
  padding-bottom: 10px;
  color: tomato;
  font-weight: 500;
}
