/* Login styles --------------------------------------------- */
.primary-50 {
  background: rgb(204, 238.6, 251.6);
  background: var(--primary-50);
  color: white;
}

.primary-100 {
  background: rgb(178.5, 230.4, 249.9);
  background: var(--primary-100);
  color: white;
}

.primary-200 {
  background: rgb(127.5, 214, 246.5);
  background: var(--primary-200);
  color: white;
}

.primary-300 {
  background: rgb(76.5, 197.6, 243.1);
  background: var(--primary-300);
  color: white;
}

.primary-400 {
  background: rgb(38.25, 185.3, 240.55);
  background: var(--primary-400);
  color: white;
}

.primary-500 {
  background: #00adee;
  background: var(--primary-500);
  color: white;
}

.primary-600 {
  background: rgb(0, 164.35, 226.1);
  background: var(--primary-600);
  color: white;
}

.primary-700 {
  background: rgb(0, 155.7, 214.2);
  background: var(--primary-700);
  color: white;
}

.primary-800 {
  background: rgb(0, 138.4, 190.4);
  background: var(--primary-800);
  color: white;
}

.primary-900 {
  background: rgb(0, 121.1, 166.6);
  background: var(--primary-900);
  color: white;
}

.secondary-50 {
  background: rgb(204.6, 233.8, 232.8);
  background: var(--secondary-50);
  color: white;
}

.secondary-100 {
  background: rgb(179.4, 223.2, 221.7);
  background: var(--secondary-100);
  color: white;
}

.secondary-200 {
  background: rgb(129, 202, 199.5);
  background: var(--secondary-200);
  color: white;
}

.secondary-300 {
  background: rgb(78.6, 180.8, 177.3);
  background: var(--secondary-300);
  color: white;
}

.secondary-400 {
  background: rgb(40.8, 164.9, 160.65);
  background: var(--secondary-400);
  color: white;
}

.secondary-500 {
  background: #039590;
  background: var(--secondary-500);
  color: white;
}

.secondary-600 {
  background: rgb(2.85, 141.55, 136.8);
  background: var(--secondary-600);
  color: white;
}

.secondary-700 {
  background: rgb(2.7, 134.1, 129.6);
  background: var(--secondary-700);
  color: white;
}

.secondary-800 {
  background: rgb(2.4, 119.2, 115.2);
  background: var(--secondary-800);
  color: white;
}

.secondary-900 {
  background: rgb(2.1, 104.3, 100.8);
  background: var(--secondary-900);
  color: white;
}

.grey-50 {
  background: #fcfcfc;
  color: white;
}

.grey-100 {
  background: #fafafa;
  color: white;
}

.grey-200 {
  background: #f2f2f2;
  color: white;
}

.grey-300 {
  background: #e6e6e6;
  color: white;
}

.grey-400 {
  background: #bfbfbf;
  color: white;
}

.grey-500 {
  background: #9E9E9E;
  color: white;
}

.grey-600 {
  background: #757575;
  color: white;
}

.grey-700 {
  background: #616161;
  color: white;
}

.grey-800 {
  background: #424242;
  color: white;
}

.grey-900 {
  background: #212121;
  color: white;
}

/* # Base --------------------------------------------------- */
/* > Normalize ---------------------------------------------- */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

figure {
  margin: 0 0 1.5em;
}

figcaption {
  font-size: 0.875em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

select,
textarea {
  max-width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* > Accessibility ------------------------------------------ */
.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-color: #00adee;
  outline-color: var(--primary-500);
}

div:focus,
header:focus,
footer:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

.skip-link {
  transform: scale(0, 0);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1.5em;
  padding: 0.5em 1em;
  clip: auto;
  clip-path: none;
  word-wrap: normal;
  font-weight: 500;
  background-color: #fcfcfc;
  background-color: var(--contentbg);
  transform: scale(1, 1);
  outline: none;
  z-index: 40;
}

/* > Typography --------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 1.2rem;
}
@media (min-width: 360px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #757575;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 1em;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: #757575;
}

h1 {
  font-family: "Roboto Slab", Helvetica, serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #616161;
}

h2 {
  font-size: 1.25em;
  color: #616161;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.75em;
}

h6 {
  font-size: 0.5em;
}

[class*=title] {
  padding-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 0.75em;
}

big {
  font-size: 1.125em;
}

em, i {
  font-style: italic;
}

hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 1em 0;
  line-height: 1px;
  border: none;
  background-color: #f2f2f2;
}

blockquote {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 1.5em;
  border-left: 5px solid #00adee;
  border-left: 5px solid var(--primary-500);
  padding-left: 20px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-size: 0.875em;
  margin-top: 1.125em;
  opacity: 0.75;
}

pre {
  font-family: Consolas, Monaco, monospace;
  font-size: 0.875em;
  line-height: 1.5;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding: 20px;
  color: #e6e6e6;
  background-color: rgb(49.5, 49.5, 49.5);
  overflow: auto;
}

code, kbd, tt, var, samp {
  display: inline-block;
  font-family: Consolas, Monaco, monospace;
  font-size: 0.875em;
  line-height: 1.5;
}

kbd kbd {
  padding: 0 0.25em;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #9E9E9E;
  cursor: help;
}

mark, ins {
  background: rgb(204, 238.6, 251.6);
  background: var(--primary-50);
  text-decoration: none;
}

::selection {
  color: white;
  background: #bfbfbf;
}

/* # Components --------------------------------------------- */
body.login {
  /* > Inputs ------------------------------------------------- */
  /* > Buttons ------------------------------------------------ */
  /* > Checkbox & Radio --------------------------------------- */
  /* > Links -------------------------------------------------- */
}
body.login input[type=text],
body.login input[type=email],
body.login input[type=url],
body.login input[type=password],
body.login input[type=search],
body.login input[type=number],
body.login input[type=tel],
body.login input[type=range],
body.login input[type=date],
body.login input[type=month],
body.login input[type=week],
body.login input[type=time],
body.login input[type=datetime],
body.login input[type=datetime-local],
body.login input[type=color],
body.login textarea,
body.login select {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  font-size: 0.875em;
  line-height: 1.5em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 1px solid;
  vertical-align: middle;
  min-height: 2.5em;
  color: #757575;
  background-color: white;
  border-radius: 0;
  border-color: #e6e6e6;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
body.login input[type=text]:focus,
body.login input[type=email]:focus,
body.login input[type=url]:focus,
body.login input[type=password]:focus,
body.login input[type=search]:focus,
body.login input[type=number]:focus,
body.login input[type=tel]:focus,
body.login input[type=range]:focus,
body.login input[type=date]:focus,
body.login input[type=month]:focus,
body.login input[type=week]:focus,
body.login input[type=time]:focus,
body.login input[type=datetime]:focus,
body.login input[type=datetime-local]:focus,
body.login input[type=color]:focus,
body.login textarea:focus,
body.login select:focus {
  color: #424242;
  background-color: white;
  border-color: rgb(38.25, 185.3, 240.55);
  border-color: var(--primary-400);
}
body.login input[type=text].disabled,
body.login input[type=email].disabled,
body.login input[type=url].disabled,
body.login input[type=password].disabled,
body.login input[type=search].disabled,
body.login input[type=number].disabled,
body.login input[type=tel].disabled,
body.login input[type=range].disabled,
body.login input[type=date].disabled,
body.login input[type=month].disabled,
body.login input[type=week].disabled,
body.login input[type=time].disabled,
body.login input[type=datetime].disabled,
body.login input[type=datetime-local].disabled,
body.login input[type=color].disabled,
body.login textarea.disabled,
body.login select.disabled {
  opacity: 0.5;
}
body.login textarea {
  height: auto;
  min-height: 2.5em;
}
body.login input[type=date],
body.login input.hasDatepicker,
body.login select {
  -webkit-appearance: none;
  -moz-appearance: none;
  max-height: 2.5em;
  background: url(../../svg/input_toggle.svg) right 1em center no-repeat;
  background-size: 0.875em;
  background-color: white;
}
body.login select,
body.login input.hasDatepicker {
  padding-right: 2em;
}
body.login input[type=date],
body.login input.hasDatepicker {
  width: 9.25em;
  letter-spacing: 0;
}
body.login input[type=color] {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background: none;
}
body.login ::placeholder {
  color: #9E9E9E;
}
body.login .label-text {
  display: inline-block;
  font-size: 0.875em;
  color: #9E9E9E;
}
body.login .input-daytime-option .disabled {
  opacity: 0.5 !important;
}
body.login .label-daytime .disabled {
  opacity: 0.5 !important;
}
@-webkit-keyframes autofill {
  to {
    color: #757575;
    background-color: white;
    border-color: #e6e6e6;
  }
}
@-webkit-keyframes autofill-focus {
  from {
    color: #757575;
    background-color: white;
    border-color: #e6e6e6;
  }
  to {
    color: #424242;
    background-color: white;
    border-color: rgb(38.25, 185.3, 240.55);
    border-color: var(--primary-400);
  }
}
body.login input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
body.login input:focus:-webkit-autofill {
  -webkit-animation-name: autofill-focus;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
}
body.login select::-ms-expand {
  display: none;
}
body.login input::-ms-clear {
  display: none;
}
body.login input::-webkit-clear-button {
  display: none;
}
body.login input[type=number] {
  -moz-appearance: textfield;
}
body.login ::-webkit-clear-button {
  display: none;
}
body.login ::-webkit-search-cancel-button,
body.login ::-webkit-search-decoration,
body.login ::-webkit-inner-spin-button,
body.login ::-webkit-outer-spin-button,
body.login ::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
body.login a.button,
body.login button,
body.login input[type=button],
body.login input[type=reset],
body.login input[type=submit] {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  font-size: 0.875em;
  line-height: 1.5em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 1px solid;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.5em;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
  color: white;
  background: #039590;
  background: var(--secondary-500);
  border-color: transparent;
  border-radius: 0;
  cursor: pointer;
}
body.login a.button:hover,
body.login button:hover,
body.login input[type=button]:hover,
body.login input[type=reset]:hover,
body.login input[type=submit]:hover {
  color: white;
  background: rgb(40.8, 164.9, 160.65);
  background: var(--secondary-400);
}
body.login a.button:active, body.login a.button:focus,
body.login button:active,
body.login button:focus,
body.login input[type=button]:active,
body.login input[type=button]:focus,
body.login input[type=reset]:active,
body.login input[type=reset]:focus,
body.login input[type=submit]:active,
body.login input[type=submit]:focus {
  color: white;
  background: rgb(2.85, 141.55, 136.8);
  background: var(--secondary-600);
}
body.login a.button.button-disabled,
body.login button.button-disabled,
body.login input[type=button].button-disabled,
body.login input[type=reset].button-disabled,
body.login input[type=submit].button-disabled {
  background: #bfbfbf;
  border-color: transparent;
  pointer-events: none;
  cursor: default;
}
body.login a.button.disabled,
body.login button.disabled,
body.login input[type=button].disabled,
body.login input[type=reset].disabled,
body.login input[type=submit].disabled {
  background: #bfbfbf;
  border-color: transparent;
  pointer-events: none;
  cursor: default;
}
body.login a.button {
  text-decoration: none;
}
body.login a.button:visited {
  color: white;
}
body.login input[type=radio],
body.login input[type=checkbox] {
  position: relative;
  top: 0.25em;
  left: 1px;
  width: 0.875em;
  height: 0.875em;
  margin-right: -0.875em;
  float: left;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
body.login input[type=radio] + label,
body.login input[type=radio] + span,
body.login input[type=checkbox] + label,
body.login input[type=checkbox] + span {
  max-width: 100%;
  font-size: 1em;
}
body.login input[type=radio] + label:before,
body.login input[type=radio] + span:before,
body.login input[type=checkbox] + label:before,
body.login input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 1px;
  width: 0.875em;
  height: 0.875em;
  margin: -0.25em 0.5em 0 0;
  vertical-align: middle;
  background-color: white;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px #cfcfcf;
  transition: background 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}
body.login input[type=radio]:checked + label:before,
body.login input[type=radio]:checked + span:before,
body.login input[type=checkbox]:checked + label:before,
body.login input[type=checkbox]:checked + span:before {
  background-color: white;
  box-shadow: 0 0 0 1px #e6e6e6;
}
body.login input[type=checkbox] + label:before,
body.login input[type=checkbox] + span:before {
  background-position: bottom 1px center;
  border-radius: 0;
}
body.login input[type=checkbox]:checked + label:before,
body.login input[type=checkbox]:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%2300adee'%3E %3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E %3C/svg%3E");
  background-size: calc(100% - 2px);
}
body.login input[type=radio] + label:before,
body.login input[type=radio] + span:before {
  background-position: center;
  border-radius: 50%;
}
body.login input[type=radio]:checked + label:before,
body.login input[type=radio]:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%2300adee'%3E %3Cpath d='M0 4a4 4 0 1 0 8 0a4 4 0 1 0 -8 0'/%3E %3C/svg%3E");
  background-size: calc(100% - 6px);
}
body.login .user-is-tabbing input[type=checkbox]:focus + span:before,
body.login .user-is-tabbing input[type=checkbox]:focus + label:before,
body.login .user-is-tabbing input[type=radio]:focus + span:before,
body.login .user-is-tabbing input[type=radio]:focus + label:before {
  box-shadow: 0 0 0 1px #00adee;
  box-shadow: 0 0 0 1px var(--primary-500);
}
body.login a {
  color: inherit;
  background-color: transparent;
  transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.login a:visited {
  color: inherit;
}
body.login .site-content a {
  color: #00adee;
  color: var(--primary-500);
}
body.login .site-content a:visited {
  color: #00adee;
  color: var(--primary-500);
}
body.login .site-content a:hover, body.login .site-content a:focus, body.login .site-content a:active {
  color: rgb(38.25, 185.3, 240.55);
  color: var(--primary-400);
}

/* # Login Page --------------------------------------------- */
body.login {
  background-color: white;
}
body.login:not(.interim-login) {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  body.login {
    background-color: #fcfcfc;
    background-color: var(--contentbg);
  }
}
body.login * {
  margin: 0;
  padding: 0;
}
body.login div#login {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 360px) {
  body.login div#login {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  body.login div#login {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  body.login div#login {
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  body.login div#login {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  body.login div#login {
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  body.login div#login {
    max-width: 610px;
  }
}
@media (min-width: 1280px) {
  body.login div#login {
    max-width: 620px;
  }
}
body.login div#login h1 {
  margin-bottom: 1em;
  padding: 20px 0;
  background-color: white;
}
body.login div#login h1 a {
  display: block;
  width: 100%;
  height: 150px;
  max-width: 280px;
  margin: 0 auto;
  text-indent: -9999px;
  background-image: url("../svg/theme_logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
body.login div#login .login-branding {
  width: 100%;
  background-color: white;
  padding: 2em;
  border: 1px solid #c3c4c7;
}
@media (min-width: 360px) {
  body.login div#login h1 a {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  body.login div#login h1 {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  }
}
body.login a, body.login a:visited {
  color: #00adee;
  color: var(--primary-500);
}
body.login a:hover, body.login a:focus, body.login a:visited:hover, body.login a:visited:focus {
  color: rgb(38.25, 185.3, 240.55);
  color: var(--primary-400);
  outline: none;
}
body.login p#reg_passmail {
  display: none;
}
body.login #login_error,
body.login .message,
body.login .success {
  font-size: 0.875em;
  padding: 1em 1.5em;
  border-left: 3px solid;
  margin: 5px 0 1em;
  border-color: #00adee;
  border-color: var(--primary-500);
  background-color: white;
  box-shadow: none;
}
body.login .success {
  color: #3c763d;
  background-color: #bbdcbc;
  border-color: #558A55;
}
body.login #login_error,
body.login .error {
  color: #bc312f;
  background-color: #f6dbdb;
  border-color: #CC584E;
}
body.login div#login h1 + .message {
  padding: 0;
  margin: 0 0 1.5em 0;
  border: none;
  background: none;
}
@media (min-width: 768px) {
  body.login div#login h1 + .message {
    font-size: 0.875em;
    margin: 0 0 1.5em 0;
    padding: 1em 1.5em;
    border-left: 3px solid;
    background-color: white;
    border-color: #00adee;
    border-color: var(--primary-500);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  }
}
body.login form {
  margin: 0 0 1.5em 0;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.login form {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  body.login form {
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  body.login form {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
body.login label {
  color: #9E9E9E;
  font-size: 0.875em;
}
body.login .input,
body.login input[type=text],
body.login input[type=email] {
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 1em;
}
body.login input[type=checkbox] + span:before,
body.login input[type=radio] + span:before {
  width: 14px;
  height: 14px;
  margin-left: -1.25em;
}
@media (min-width: 768px) {
  body.login form {
    background-color: white;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  }
}
body.login #nav,
body.login #backtoblog {
  color: #bfbfbf;
  display: block;
  width: 50%;
  font-size: 0.75em;
  float: left;
}
body.login #backtoblog {
  text-align: right;
}
body.login .privacy-policy-link {
  font-size: 0.75em;
}
body.login .language-switcher {
  display: none;
}

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