:root {
    --space: 24px;
}

@font-face {
    font-family: 'DINOT';
    src: url(/static/media/DINOT.c028e785.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url(/static/media/DINOT-Light.26e34b59.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url(/static/media/DINOT-Medium.4bc52b06.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url(/static/media/DINOT-Bold.5d86a7f1.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ShareTech';
    src: url(/static/media/ShareTech-Regular.655790d6.ttf) format('truetype');
}

.din {
    font-family: DINOT, "Helvetica Neue", BlinkMacSystemFont, Arial, sans-serif;
}

.sharetech {
    font-family: ShareTech, "Helvetica Neue", Arial, sans-serif;
}

.helvetica {
    font-family: "Helvetica Neue", Arial, sans-serif;
}


h1,
h2 {
    font-family: DINOT, "Helvetica Neue", BlinkMacSystemFont, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-family: DINOT, "Helvetica Neue", BlinkMacSystemFont, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-family: ShareTech, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

h5 {
    font-family: ShareTech, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
}

h6 {
    font-family: ShareTech, "HelveticaNeue", "HelveticaNeue-Light", "Segoe UI", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
This is from 2008......... We cannot have this as the base of the
entire system. Everything breaks if this is removed.
-------------------------------------------------------------- */
ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

input,
select {
    margin-right: 0;
    margin-left: 0;
}

button {
    vertical-align: middle;
    font-size: 1em;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=96d2e0c7c2e4a2201ce7cc1209e90dce)
 * Config saved to config.json and https://gist.github.com/96d2e0c7c2e4a2201ce7cc1209e90dce
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

/* FALLBACK - Do not use */
.tac {
    text-align: center;
}

.c-white {
    color: white;
}

/* =============================================================================
	Login
   ========================================================================== */
#hpadmin-login {
    background-repeat: repeat;
    background-position: center;
    min-height: 100vh;
    min-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

#hpadmin-login .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#hpadmin-login .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

#hpadmin-login .form-control::-ms-input-placeholder {
    color: #ffffff;
}

#hpadmin-login--header {
    margin-top: calc(var(--space) * 2);
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

#hpadmin-login--header > h1 {
    padding-top: var(--space);
    font-weight: 300;
    text-align: center;
}

#hpadmin-login--header > .alert {
    font-weight: 200;
    font-size: 0.8em;
}

.hpadmin-login--inner {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .hpadmin-login--inner {
        max-width: 460px;
        padding: 50px 0 0;
    }
}

.hpadmin-login--logo {
    width: 170px;
    height: auto;
}

.hpadmin-login--icon {
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hpadmin-login--error {
    color: #d0011b;
    padding: 0 16px;
}

#hpadmin-login--form {
    font-weight: 200;
    color: white;
    max-width: 500px;
    margin: 0 auto;
}

#hpadmin-login--form > .input-area {
    padding: var(--space) 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hpadmin-login--btn,
.hpadmin-form--input {
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0.8;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.hpadmin-login--btn {
    padding: 8px 40px 11px;
}

.hpadmin-login--input {
    height: 42px;
    border: 1px solid rgb(204, 204, 204);
    padding-left: 10px;
    line-height: 1.76470588;
    font-size: 18px;
    background: none;
    width: 225px;
    font-weight: 200;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.175);
    margin-bottom: 8px;
}

.hpadmin-login--btn:hover,
.hpadmin-login--btn:focus,
.hpadmin-login--input:focus {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 2px black;
}

.hpadmin-login--submit {
    opacity: 1;
    border: 1px solid #ffffff;
}

.hpadmin-login--btn-text {
    position: absolute;
    width: 100%;
    height: 24px;
    bottom: 12px;
    left: 0;
    font-weight: 400;
}

.hpadmin-login--icon-pw {
    height: 6px;
    width: 80px;
}

.hpadmin-login--icon-touch {
    height: 35px;
    width: 35px;
}

.left-help-text {
    font-family: "Rajdhani";
    font-weight: 700;
    position: absolute;
    top: 120px;
    left: 0px;
    color: #1C2199;
}

.left-help-image {
    width: 16px;
    height: 42px;
    position: absolute;
    top: 184px;
    left: 0px;
}

.right-help-text {
    font-family: "Rajdhani";
    font-weight: 700;
    color: #1C2199;
    position: absolute;
    top: 124px;
    left: 135px;
    text-align: right;
}

.right-help-image {
    width: 16px;
    height: 42px;
    position: absolute;
    top: 184px;
    left: 300px;
}

.info-container {
    padding-top: 35px;
    text-align: center;
}
