body {
  margin: 0;
  font-family: FiraSans, Arial, Helvetica, sans-serif;
  color: #222;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.Site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.LoginHeader {
  align-items: flex-start;
  background: #fff;
  display: flex;
  height: 4.5rem;
  overflow: hidden;
  padding: 0.75rem 5%;
  width: 100%;
}

.LoginHeader-logo {
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: 0.75rem;
  max-height: 100%;
  min-width: 0;
}

.LoginHeader-logo:first-child {
  margin-left: 0;
}

@media (min-width: 30rem) {
  .LoginHeader-logo {
    margin-left: 1.5rem;
  }
}

.Site-content {
  flex: 1 1;
}

.wrapper-content {
  padding: 3rem 5%;
  margin-top: 0 !important;
  background-color: #fff;
}

h1 {
  margin: 2rem 0 11px;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #000;
}

p {
  font-size: 1rem;
  margin: 0 0 11px;
}

form.default .form-input,
form.default .form-label label {
  width: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

form.default .form-group::after {
  clear: both;
}

form.default .form-group::after,
form.default .form-group::before {
  content: ' ';
  display: table;
}

form.default .form-group {
  width: 100%;
  margin: 0 0 1.5rem;
}

form.default .form-label {
  width: 25%;
  float: left;
  margin-right: 3%;
  margin-bottom: 0;
}

form.default label {
  width: 25%;
  float: left;
  padding-right: 10px;
  margin-right: 3%;
  margin-bottom: 0;
}

form.default input {
  width: 100%;
  border: 1px solid #999;
  border-top-color: rgb(153, 153, 153);
  border-right-color: rgb(153, 153, 153);
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: rgb(153, 153, 153);
  padding: 5px 10px;
}

.Input {
  font-family: FiraSans, Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
  outline: none;
}

button,
input {
  overflow: visible;
}

form.default input[type='submit'] {
  margin-left: 0;
  width: 100%;
  background-color: #6b6b5e;
  transition: background-color 0.3s;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
}

footer > input {
  width: auto !important;
}

.Form-footer > * {
  flex-grow: 1;
}

.Button--primaryAction {
  background-color: #e01217 !important;
  color: #fff;
  border: 0.125rem solid #e01217 !important;
  padding: 0.625rem 1.375rem;
  transition: filter 0.3s !important;
  width: auto;
}

.Button {
  cursor: pointer;
  font-family: FiraSans, Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
  outline: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

button,
input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  margin-left: 0px;
}

a:link,
a:visited {
  color: #e01217;
  background-color: transparent;
  text-decoration: none;
}

p.notice,
p.alert {
  color: #e01217 !important;
  background-color: #fff;
  border: 0.125rem solid #e01217 !important;
  padding: 0.625rem 1.375rem;
}

.u-line-length {
  max-width: 45rem;
}
