html {
  height: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body > div.page {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
body > div.page > section {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body > div.page > footer {
  display: none;
}
span {
  color: black;
}
span > a {
  color: black !important;
}
span > span {
  font-size: 0.7rem;
  color: red;
}
div.form-buttons {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
div.fieldset.GroupPanel > div {
  margin-bottom: 8px;
}
form {
  margin: 0 auto;
  width: 420px;
  max-width: 100%;
}
div.editor-field > input {
  width: 100%;
}
html.phone input[type="text"]:focus,
html.phone input[type="password"]:focus {
  background: white;
}
html.phone #main {
  padding: 0 1rem;
}
html.phone #main > form > .fieldset.GroupPanel {
  border: none;
  padding: 0;
}
html.phone #main > form > .fieldset.GroupPanel > div {
  display: grid;
  grid-template-areas: 'username username' 'password password' 'remember-me buttons' 'reset reset' 'cookie-law cookie-law';
}
html.phone #main > form > .fieldset.GroupPanel > div > .editor-row {
  border: none;
}
html.phone #main > form > .fieldset.GroupPanel > div > .editor-row .editor-label > label {
  padding: 0;
}
html.phone #main > form > .fieldset.GroupPanel > div > .editor-row:nth-child(1) {
  grid-area: username;
  padding-bottom: 0;
}
html.phone #main > form > .fieldset.GroupPanel > div > .editor-row:nth-child(2) {
  grid-area: password;
}
html.phone #main > form > .fieldset.GroupPanel > div > .editor-row:nth-child(3) > .editor-label {
  grid-area: remember-me;
  display: flex;
  align-items: center;
  margin: 0;
}
html.phone #main > form > .fieldset.GroupPanel > div > .editor-row:nth-child(3) > .editor-label input {
  margin-right: 0.6rem;
  height: 2.1rem;
  width: 2.1rem;
  box-shadow: none;
}
html.phone #main > form > .fieldset.GroupPanel > div > div.cookie-law {
  grid-area: cookie-law;
  padding: 0.8rem 0.6rem;
  margin: 0;
}
html.phone #main > form > .fieldset.GroupPanel > div > div.form-buttons {
  grid-area: buttons;
  margin: 0;
  padding: 0.8rem 0.6rem;
}
html.phone #main > form > .fieldset.GroupPanel > div > div.form-buttons > input,
html.phone #main > form > .fieldset.GroupPanel > div > div.form-buttons > button {
  margin: 0;
  margin-left: auto;
  height: 2.1rem;
  line-height: 1px;
}
html.phone #main > form > .fieldset.GroupPanel > h1 {
  display: none;
}
html.phone .resetpassword {
  grid-area: reset;
  text-align: left;
  display: block;
  padding: 0.8rem 0.6rem;
  padding-bottom: 0;
}
html.phone .resetpassword > a {
  text-decoration: solid;
  color: black;
}
html.phone .resetpassword > a:visited {
  color: black;
}
html.phone .form-buttons > input.button {
  color: white;
  border-radius: 0;
  border: 0;
  margin-top: 0.4rem;
  margin-left: auto;
}
