/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 */
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.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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`.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Phantom';
  font-weight: 300;
  src: url(../css/fonts/phantom-300.woff) format("woff");
}

@font-face {
  font-family: 'Phantom';
  font-weight: 400;
  src: url(../css/fonts/phantom-400.woff) format("woff");
}

@font-face {
  font-family: 'Phantom';
  font-weight: 500;
  src: url(../css/fonts/phantom-500.woff) format("woff");
}

@font-face {
  font-family: 'Phantom';
  font-weight: 600;
  src: url(../css/fonts/phantom-600.woff) format("woff");
}

@font-face {
  font-family: 'Phantom';
  font-weight: 700;
  src: url(../css/fonts/phantom-700.woff) format("woff");
}

@font-face {
  font-family: 'SourceCode';
  font-style: normal;
  font-weight: 500;
  src: url(../css/fonts/sourcecode-500.woff) format("woff");
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex.fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex.fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex .flex-35p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.flex .flex-40p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

.flex .flex-45p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
}

.flex .flex-50p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.flex .flex-60p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.flex .flex-64p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 64%;
  flex: 0 1 64%;
}

.flex .flex-65p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.flex .flex-100p {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.flex .flex-400 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

.btn {
  display: inline-block;
  padding: 5px 12px;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
  border: none;
  background-color: white;
  outline: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn.btn-v1 {
  padding: 3px 6px;
  font-size: .8em;
  font-weight: 500;
}

.btn.btn-v2 {
  padding: 4px 10px;
  font-size: .9em;
}

.btn[disabled], .btn:hover[disabled] {
  color: #888888;
  background-color: #e2e2e2;
  border: 1px solid #cccccc;
  cursor: not-allowed;
}

.btn-purple-grad {
  color: white;
  background-color: #9c4cba;
  background-image: -webkit-gradient(linear, left top, right top, from(#9c4cba), to(#6568d0));
  background-image: -webkit-linear-gradient(left, #9c4cba, #6568d0);
  background-image: -o-linear-gradient(left, #9c4cba, #6568d0);
  background-image: linear-gradient(to right, #9c4cba, #6568d0);
}

.btn-purple-grad:hover {
  background-color: #a45bc0;
  background-image: -webkit-gradient(linear, left top, right top, from(#a45bc0), to(#7577d5));
  background-image: -webkit-linear-gradient(left, #a45bc0, #7577d5);
  background-image: -o-linear-gradient(left, #a45bc0, #7577d5);
  background-image: linear-gradient(to right, #a45bc0, #7577d5);
}

.btn-purple-grad:active {
  background-color: #602d73;
  background-image: -webkit-gradient(linear, left top, right top, from(#602d73), to(#30339f));
  background-image: -webkit-linear-gradient(left, #602d73, #30339f);
  background-image: -o-linear-gradient(left, #602d73, #30339f);
  background-image: linear-gradient(to right, #602d73, #30339f);
}

.btn-green {
  color: white;
  background-color: #20ad5d;
  border: 1px solid #20ad5d;
}

.btn-green:hover {
  background-color: #23be66;
  border: 1px solid #23be66;
}

.btn-green:active {
  background-color: #1b934f;
  border: 1px solid #1b934f;
}

.btn-light-green {
  color: white;
  background-color: #67c39a;
  border: 1px solid #67c39a;
}

.btn-light-green:hover {
  background-color: #76c9a4;
  border: 1px solid #76c9a4;
}

.btn-light-green:active {
  background-color: #51ba8b;
  border: 1px solid #51ba8b;
}

.btn-blue {
  color: white;
  background-color: #7289da;
  border: 1px solid #7289da;
}

.btn-blue:hover {
  background-color: #8297de;
  border: 1px solid #8297de;
}

.btn-blue:active {
  background-color: #5a75d4;
  border: 1px solid #5a75d4;
}

.btn-purple {
  color: white;
  background-color: #8772da;
  border: 1px solid #8772da;
}

.btn-purple:hover {
  background-color: #9582de;
  border: 1px solid #9582de;
}

.btn-purple:active {
  background-color: #725ad4;
  border: 1px solid #725ad4;
}

.btn-dark {
  color: white;
  background-color: #77838e;
  border: 1px solid #77838e;
}

.btn-dark:hover {
  background-color: #828d97;
  border: 1px solid #828d97;
}

.btn-dark:active {
  background-color: #5f6973;
  border: 1px solid #5f6973;
}

.btn-white {
  color: #888888;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.btn-white:hover {
  background-color: white;
}

.btn-white:active {
  background-color: #e6e6e6;
}

.btn-red {
  color: white;
  background-color: #f17a7a;
  border: 1px solid #f17a7a;
}

.btn-red:hover {
  background-color: #f17f7f;
  border: 1px solid #f17f7f;
}

.btn-red:active {
  background-color: #f06c6c;
  border: 1px solid #f06c6c;
}

.btn-pale-red {
  color: white;
  background-color: #dc8989;
  border: 1px solid #dc8989;
}

.btn-pale-red:hover {
  background-color: #dd8d8d;
  border: 1px solid #dd8d8d;
}

.btn-pale-red:active {
  background-color: #d97d7d;
  border: 1px solid #d97d7d;
}

.btn-orange {
  color: white;
  background-color: #ff962f;
  border: 1px solid #ff962f;
}

.btn-orange:hover {
  background-color: #ff9934;
  border: 1px solid #ff9934;
}

.btn-orange:active {
  background-color: #ff8e20;
  border: 1px solid #ff8e20;
}

.btn-marine {
  color: white;
  background-color: #19222b;
  border: 1px solid #19222b;
}

.btn-marine:hover {
  background-color: #1d2731;
  border: 1px solid #1d2731;
}

.btn-marine:active {
  background-color: #151d25;
  border: 1px solid #151d25;
}

.btn-void {
  color: #888888;
  text-decoration: underline;
  background-color: inherit;
}

.btn-void:hover {
  color: #6f6f6f;
}

.btn-void:active {
  color: #555555;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader-overlay.show {
  background-color: black;
  visibility: visible;
  opacity: .3;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.loader-spinner {
  margin: 0 auto;
  height: 20px;
  width: 20px;
  -webkit-animation: rotate 0.8s infinite linear;
  animation: rotate 0.8s infinite linear;
  border: 6px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 901;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -10px;
  margin-top: -10px;
  visibility: hidden;
}

.loader-spinner.show {
  visibility: visible;
}

.p1 {
  padding: 1px;
}

.py1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px1 {
  padding-left: 1px;
  padding-right: 1px;
}

.p2 {
  padding: 2px;
}

.py2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px2 {
  padding-left: 2px;
  padding-right: 2px;
}

.p3 {
  padding: 3px;
}

.py3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px3 {
  padding-left: 3px;
  padding-right: 3px;
}

.p4 {
  padding: 4px;
}

.py4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px4 {
  padding-left: 4px;
  padding-right: 4px;
}

.p5 {
  padding: 5px;
}

.py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p6 {
  padding: 6px;
}

.py6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px6 {
  padding-left: 6px;
  padding-right: 6px;
}

.p7 {
  padding: 7px;
}

.py7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px7 {
  padding-left: 7px;
  padding-right: 7px;
}

.p8 {
  padding: 8px;
}

.py8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px8 {
  padding-left: 8px;
  padding-right: 8px;
}

.p9 {
  padding: 9px;
}

.py9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px9 {
  padding-left: 9px;
  padding-right: 9px;
}

.p10 {
  padding: 10px;
}

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p11 {
  padding: 11px;
}

.py11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.px11 {
  padding-left: 11px;
  padding-right: 11px;
}

.p12 {
  padding: 12px;
}

.py12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px12 {
  padding-left: 12px;
  padding-right: 12px;
}

.p13 {
  padding: 13px;
}

.py13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.px13 {
  padding-left: 13px;
  padding-right: 13px;
}

.p14 {
  padding: 14px;
}

.py14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px14 {
  padding-left: 14px;
  padding-right: 14px;
}

.p15 {
  padding: 15px;
}

.py15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p16 {
  padding: 16px;
}

.py16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px16 {
  padding-left: 16px;
  padding-right: 16px;
}

.p17 {
  padding: 17px;
}

.py17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.px17 {
  padding-left: 17px;
  padding-right: 17px;
}

.p18 {
  padding: 18px;
}

.py18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px18 {
  padding-left: 18px;
  padding-right: 18px;
}

.p19 {
  padding: 19px;
}

.py19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.px19 {
  padding-left: 19px;
  padding-right: 19px;
}

.p20 {
  padding: 20px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mt6 {
  margin-top: 6px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mr16 {
  margin-right: 16px;
}

.ml10 {
  margin-left: 10px;
}

.ml14 {
  margin-left: 14px;
}

.h90 {
  height: 90px;
}

.fz1 {
  font-size: 1px;
}

.fz2 {
  font-size: 2px;
}

.fz3 {
  font-size: 3px;
}

.fz4 {
  font-size: 4px;
}

.fz5 {
  font-size: 5px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

body {
  background-color: #564569;
  font-size: 12px;
  font-family: "Phantom", sans-serif;
  font-weight: 400;
}

.vh100 {
  height: 100vh;
}

.login {
  text-align: center;
  margin-top: -20vh;
}

.login img {
  margin-bottom: 30px;
}

form {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}

form input {
  margin-bottom: 15px;
  border: 1px solid white;
  background-color: white;
  border-radius: 3px;
  padding: 8px 16px;
  outline: none;
  font-size: 1.1em;
}

form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

form ul li {
  margin: 0 1px;
}
