.app {
  background: linear-gradient(-90deg, #2c6ca3, #2d3e4f);
}

.form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  width: 500px;
  margin-top: -200px;
  background: #ffffff;
  border-radius: 10px;
}
.form > img {
  width: 50%;
  display: block;
  margin: 20px auto;
}
.form > h1 {
  font-size: 20px;
  text-align: center;
}
.form > h5 {
  text-align: center;
  font-size: 16px;
  margin: -10px 0 20px 0;
  color: #7f7f7f;
}
.form .alert {
  background: rgba(255, 0, 0, 0.3);
  margin: 0 25px;
  padding: 15px 20px;
  border-radius: 5px;
  color: #da4e4e;
  font-weight: 700;
  text-align: center;
}
.form .message {
  background: rgba(0, 255, 0, 0.3);
  margin: 0 25px;
  padding: 15px 20px;
  border-radius: 5px;
  color: #709f34;
  font-weight: 700;
  text-align: center;
}
.form > form {
  padding: 10px 25px;
}
.form > form input {
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 10px;
}
.form > form > input:-webkit-autofill::first-line {
  font-size: 18px;
  font-weight: 700;
}
.form > form input:focus {
  outline: none !important;
  border: solid 2px #e0e0e0;
}
.form > form > .email, .form > form > .password, .form > form > .mfa {
  text-align: center;
}
.form > form > .email > input, .form > form > .password > input, .form > form > .mfa > input {
  width: 210px;
  text-align: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form > form > .email > span, .form > form > .password > span, .form > form > .mfa > span {
  font-size: 18px;
  padding: 15px 15px 14px 15px;
  background: #e0e0e0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #7f7f7f;
}
.form > form > .email > button, .form > form > .email > a, .form > form > .password > button, .form > form > .password > a, .form > form > .mfa > button, .form > form > .mfa > a {
  height: 50px;
  line-height: 50px;
  color: white;
  float: right;
  font-size: 18px;
  padding: 0 20px;
  background: #2d3e4f;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.form > form > .email > a:first-child, .form > form > .password > a:first-child, .form > form > .mfa > a:first-child {
  float: left;
}
.form > form > .password {
  height: 50px;
}
.form > form > .password > input {
  width: 345px;
  float: left;
}
.form > form > .password > button {
  margin-left: 0;
  float: left;
  font-size: 18px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form > form > .mfa {
  margin-top: 10px;
  height: 50px;
}
.form > form > .mfa > input {
  width: 345px;
  float: left;
}
.form > form > .mfa > button {
  margin-left: 0;
  float: left;
  font-size: 18px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.form > form .qrcode {
  text-align: center;
  padding: 10px 0;
}
.form > form .qrcode > #qrcode {
  display: inline-block;
}
.form > form > button[type=submit] {
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: white;
  margin-top: 10px;
  background: #2d3e4f;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.form > form > button[type=submit]:hover {
  cursor: pointer;
  background: #4477aa;
}

/*# sourceMappingURL=login.css.map */
