.login-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  right:0;
}

.login-form {
  width: 330px;
}

.login-form__title {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.8em;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.login-form__title a {
  color: inherit;
  text-decoration: none;
}

.login-form__subtitle {
  text-align: center;
  margin-top: 0;
}

.login-form__form {
  background: #fff;
  border: 1px solid #9D9A9A;
  padding: 25px;
}

.login-form__field-group {
  margin-bottom: 10px;
}

.login-form__input {
  display: block;
  height: 55px;
  line-height: 55px;
  border: none;
  padding: 0 10px;
  background-color: #FBFCFC;
  -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.login-form__label {
  color: #89898A;
}

.login-form__submit {
  border: none;
  font-size: 1em;
  cursor: pointer;
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  height: 36px;
  line-height: 40px;
  padding: 0 20px;
  float: right;
}

.login-form__back {
  border: none;
  font-size: 1em;
  cursor: pointer;
  font-family: "Uni Sans", Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  height: 36px;
  line-height: 40px;
  padding: 0 20px;
  display:inline-block;
  text-decoration:none;
}

.login-form__actions {
  overflow: hidden;
}

.login-form__sub-actions {
  height: 100px;
}

.login-form__sub-actions a {
  display: block;
}
/*# sourceMappingURL=authentication.css.map */
