/*import section - start*/
/* CSS Document */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 7, sass/_reset.scss */
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;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* line 32, sass/_reset.scss */
body {
	line-height: 1;
}

/* line 35, sass/_reset.scss */
ol, ul {
	list-style: none;
}

/* line 38, sass/_reset.scss */
blockquote, q {
	quotes: none;
}

/* line 41, sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* line 46, sass/_reset.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 50, sass/_reset.scss */
a, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/* line 51, sass/_reset.scss */
* {
	box-sizing: border-box;
}

/*
 * -------------
 * Custom Reset
 * -------------
 */
/* line 69, sass/_reset.scss */
body.stop-scrolling {
	height: 100%;
	overflow-y: hidden;
}

/* line 74, sass/_reset.scss */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* line 79, sass/_reset.scss */
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/* line 84, sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
	display: block;
}

/* line 89, sass/_reset.scss */
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

/* line 94, sass/_reset.scss */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* line 99, sass/_reset.scss */
[hidden], template {
	display: none;
}

/* line 106, sass/_reset.scss */
a:hover, a:focus, a:visited {
	outline: 0;
}

/* line 110, sass/_reset.scss */
abbr[title] {
	border-bottom: 1px dotted;
}

/* line 114, sass/_reset.scss */
b, strong {
	font-weight: bold;
}

/* line 121, sass/_reset.scss */
q::before {
	content: '\201C';
}

/* line 125, sass/_reset.scss */
q::after {
	content: '\201D';
}

/* line 129, sass/_reset.scss */
small {
	font-size: 80%;
}

/* line 133, sass/_reset.scss */
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

/* line 140, sass/_reset.scss */
sup {
	top: -0.5em;
}

/* line 144, sass/_reset.scss */
sub {
	bottom: -0.25em;
}

/* line 148, sass/_reset.scss */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* line 154, sass/_reset.scss */
img, iframe {
	border: 0;
}

/* line 158, sass/_reset.scss */
svg:not(:root) {
	overflow: hidden;
}

/* line 162, sass/_reset.scss */
hr {
	height: 0;
	border: 0;
}

/* line 167, sass/_reset.scss */
pre {
	overflow: auto;
}

/* line 171, sass/_reset.scss */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* line 176, sass/_reset.scss */
ol, ul {
	list-style-type: none;
	padding: 0;
}

/* line 181, sass/_reset.scss */
button, input, select, textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font: inherit;
	color: inherit;
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 0;
}

/* line 192, sass/_reset.scss */
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.063rem;
}

/* line 200, sass/_reset.scss */
button, select {
	text-transform: none;
	background-color: transparent;
	cursor: pointer;
}

/* line 206, sass/_reset.scss */
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #333;
}

/* line 211, sass/_reset.scss */
select::-ms-expand {
	display: none;
}

/* line 215, sass/_reset.scss */
select::-ms-value {
	color: currentColor;
}

/* line 219, sass/_reset.scss */
html input[type="button"], input[type="reset"],
input[type="submit"] {
		cursor: pointer;
}

/*
html input[disabled], button[disabled],
select[disabled] {
    cursor: default;
    color: inherit;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}*/
/* line 232, sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* line 238, sass/_reset.scss */
input {
	line-height: normal;
}

/* line 242, sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="checkbox"] {
	-moz-appearance: checkbox !important;
}

/* line 247, sass/_reset.scss */
fieldset {
	min-width: auto;
}

/* line 251, sass/_reset.scss */
fieldset, legend {
	border: 0;
	padding: 0;
}

/* line 256, sass/_reset.scss */
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

/* line 262, sass/_reset.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
}

/* line 267, sass/_reset.scss */
td, th {
	padding: 0;
}

/* line 271, sass/_reset.scss */
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}

/* line 276, sass/_reset.scss */
.clearfix:after {
	clear: both;
}

/* line 280, sass/_reset.scss */
*, :before, *:after {
	box-sizing: border-box;
	margin: 0;
}

html{
  font-family: var(--keringFontF1);
  font-size: var(--keringFontP3);
}

.login-nav-bar, #login-nav-bar{
    z-index: 10;
}

 .error-page-wrapper{
  height:140px
  }
  .error-page-content{
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 140px;
  }
  .error-page-description {
  padding-top: 20px
  }
  .font-error {
  font-size:22px
  }

  .form-control:focus {
    border-color: unset !important
}

.js-disable{
    pointer-events: none;
    opacity: 0.5;
}