html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
blockquote:before {
  content: "";
  content: none;
}
q:after,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: "HelveticaNeueThin";
  src: url("/web-resources/fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix");
  src: url("/web-resources/fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/9baef9a5-e2af-4838-a3bc-da9d36c0bde8.woff2")
      format("woff2"),
    url("/web-resources/fonts/4bff1fbb-b4bf-4d95-9c47-efcb14384e36.woff")
      format("woff"),
    url("/web-resources/fonts/7f1f2a7d-3837-4c93-b373-f03c5da3f9a1.ttf")
      format("truetype"),
    url("/web-resources/fonts/d9f2752a-8d82-4cf1-b82f-109c1105be7f.svg#d9f2752a-8d82-4cf1-b82f-109c1105be7f")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeue35";
  src: url("/web-resources/fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
  src: url("/web-resources/fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2")
      format("woff2"),
    url("/web-resources/fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff")
      format("woff"),
    url("/web-resources/fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf")
      format("truetype"),
    url("/web-resources/fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("/web-resources/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("/web-resources/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2")
      format("woff2"),
    url("/web-resources/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff")
      format("woff"),
    url("/web-resources/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf")
      format("truetype"),
    url("/web-resources/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeueBold";
  src: url("/web-resources/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("/web-resources/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2")
      format("woff2"),
    url("/web-resources/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff")
      format("woff"),
    url("/web-resources/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf")
      format("truetype"),
    url("/web-resources/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9")
      format("svg");
}

body {
  background: #57318c url("/images/login.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "HelveticaNeue";
}

.back {
  position: absolute;
  top: 40px;
  left: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.back:hover {
  color: #fff;
}

.centre {
  max-width: 375px;
  padding: 0 40px;
}

.login-modal {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
  font-family: "HelveticaNeue35";
}

.login-errors {
  font-family: "HelveticaNeueBold";
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.btn {
  background: #57318c;
  color: #fff;
  width: 100%;
  font-family: "HelveticaNeue35";
  border: 0;
  border-radius: 6px;
  padding: 20px;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.btn:hover {
  background: #764fac;
}

.form-line {
  margin-bottom: 40px;
}
.form-line label {
  color: #57318c;
  font-family: "HelveticaNeueBold";
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.form-line input {
  display: block;
  width: 100%;
  font-family: "HelveticaNeue35";
  font-size: 26px;
  border: 0;
  border-bottom: #ccc 1px solid;
  padding-bottom: 5px;
  outline: none;
}

.actions {
  color: #fff;
  margin-top: 40px;
  text-align: center;
}
.actions li {
  margin-bottom: 20px;
}
.actions li:last-of-type {
  margin-bottom: 0;
}
.actions a {
  color: inherit;
}
