.login-page, .register-page {
  background-color: #f3f3f3 !important;
}

.login-box {
  box-sizing: border-box;
  width: 409px;
  max-width: 100%;
}

.login-box--inner {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 30px;
}

.login-logo {
  margin-bottom: 16px;
  display: block;
}

.login-logo img {
  max-width: 100%;
  height: auto;
}

.login-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 600;
  display: block;
}

.login-box-body {
  padding: 0;
}

.btn-login {
  text-align: center;
  background-color: #d82e20;
  border: 0;
  outline: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 38px;
  margin: 32px 0 0;
  padding: 5px 18px;
  display: flex;
  border-radius: 3px !important;
  font-weight: bold !important;
}

.btn-login:hover, .btn-login:active, .btn-login:focus, .btn-login:active:focus {
  background-color: #d82e20;
  border: 0;
  outline: 0;
}

.btn-login:active:focus {
  background-color: #ac2519;
}

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