@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

body {
  background-color: #012d5d;
  font-family: 'Questrial', sans-serif;
  color: #ffffff;
  font-size: 13px;
}

.retailer-welcome {
  margin: 5em auto 0;
  max-width: 400px;
}
.retailer-welcome > div {
  margin: 1em 1.35em;
  text-align: center;
}
.login-input {
  padding-bottom: 15px;
  clear: both;
  height: 25px;
}
.login-input input {
  box-sizing: border-box;
  width: 100%;
  border-radius: .9em;
  border: 1px solid #000000;
  padding: 5px;
  outline: none;
}
.retailer-welcome form {
  margin: 1.35em;
}
.login-btn, .forgot-btn {
  height: auto;
  padding-bottom: 15px;
}
.login-input label {
  float: left;
  display: inline-block;
  width: 25%;
  line-height: 25px;
}
.login-input > div {
  float: left;
  display: inline-block;
  width: 75%;
}
.login-btn, .login-forgot, .forgot-btn {
  text-align: right;
}
a {
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
}
.login-forgot a {
  font-size: .9em;
  text-decoration: none;
}
.form-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
}
#forgot {
  display: none;
}
.login-err {
  color: red;
}
