/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 13, _reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 23, _reset.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 49, _reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 61, _reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 71, _reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 82, _reset.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 93, _reset.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 103, _reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 114, _reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 123, _reset.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 131, _reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 140, _reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 149, _reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 158, _reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 167, _reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 189, _reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 197, _reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 208, _reset.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 216, _reset.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 225, _reset.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 236, _reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 260, _reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 270, _reset.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 282, _reset.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 297, _reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 307, _reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 316, _reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 326, _reset.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 339, _reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 351, _reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 360, _reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 372, _reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, _reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 391, _reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, _reset.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 409, _reset.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/datum-icons/datum-icons.eot?-2q8205");
  src: url("../fonts/datum-icons/datum-icons.eot?#iefix-2q8205") format("embedded-opentype"), url("../fonts/datum-icons/datum-icons.ttf?-2q8205") format("truetype"), url("../fonts/datum-icons/datum-icons.woff?-2q8205") format("woff"), url("../fonts/datum-icons/datum-icons.svg?-2q8205#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, _fonts.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, _fonts.scss */
.icon-asterisk:before {
  content: "\e600";
}

/* line 29, _fonts.scss */
.icon-phone:before {
  content: "\e603";
}

/* line 32, _fonts.scss */
.icon-user:before {
  content: "\e601";
}

/* line 35, _fonts.scss */
.icon-lock:before {
  content: "\e602";
}

/* line 7, style.scss */
html {
  box-sizing: border-box;
  height: 100%;
}

/* line 11, style.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 15, style.scss */
body {
  border-top: 7px solid #022354;
  font-size: 14px;
  line-height: 19px;
  background: url("../img/texture.jpg");
}

/* line 22, style.scss */
header {
  background: #fff;
  padding-top: 1px;
}
/* line 25, style.scss */
header img {
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
  top: 30px;
  z-index: 9;
  background: #fff;
  padding: 40px;
}

/* line 36, style.scss */
.page__title {
  width: 100%;
  padding: 50px 10px 20px 10px;
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: #022354;
  font-weight: lighter;
  font-size: 26px;
  line-height: 36px;
  position: relative;
  margin-top: 0;
}
/* line 48, style.scss */
.page__title:before {
  display: block;
  font-size: 45px;
}
/* line 52, style.scss */
.page__title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #022354;
  margin-left: -20px;
}

/* line 66, style.scss */
.page__content {
  padding: 1px 0;
}
/* line 68, style.scss */
.page__content form {
  width: 330px;
  max-width: 100%;
  margin: 80px auto 0 auto;
}

/* line 75, style.scss */
div.field-wrap {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
/* line 79, style.scss */
div.field-wrap.fw__icon-label {
  padding-left: 47px;
}
/* line 82, style.scss */
div.field-wrap label.icon-user, div.field-wrap label.icon-asterisk {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 47px;
  height: 43px;
  background-color: #EEEEEE;
  font-size: 0;
  line-height: 0;
  border: 1px solid #CCCCCC;
  border-right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
/* line 94, style.scss */
div.field-wrap label.icon-user:before, div.field-wrap label.icon-asterisk:before {
  font-size: 22px;
  line-height: 41px;
  color: #999999;
  text-align: center;
  display: block;
}
/* line 102, style.scss */
div.field-wrap input[type="text"], div.field-wrap input[type="password"] {
  height: 43px;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 0 #ececec;
  -moz-box-shadow: inset 0 2px 0 #ececec;
  box-shadow: inset 0 2px 0 #ececec;
  font-size: 18px;
  font-weight: lighter;
}
/* line 113, style.scss */
div.field-wrap input[type="submit"] {
  height: 50px;
  width: 100%;
  border: 1px solid #48AF46;
  background-color: #58B957;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.1);
}

/* line 126, style.scss */
.fw__remember {
  margin-top: 4em;
}

/* line 130, style.scss */
.forgotten-password {
  color: #D81212;
  display: inline-block;
  text-decoration: none;
}

/* line 136, style.scss */
footer {
  text-align: center;
  color: #022354;
  border-bottom: 7px solid #022354;
  margin-top: 30px;
}
/* line 141, style.scss */
footer.is-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
}
/* line 146, style.scss */
footer span {
  display: block;
  font-size: 12px;
}
/* line 150, style.scss */
footer a {
  display: inline-block;
  clear: both;
  color: inherit;
  font-size: 19px;
  line-height: normal;
  text-decoration: none;
}
/* line 157, style.scss */
footer a:before {
  vertical-align: middle;
  margin-right: 6px;
}
/* line 162, style.scss */
footer img {
  display: block;
  margin: 50px auto 40px auto;
}

@media all and (max-width: 400px) {
  /* line 169, style.scss */
  .page__content {
    padding: 1px 10px;
  }
}
