@font-face {
  font-family: "Open-sans";
  src: url("../fonts/open-sans/OpenSans-Light.ttf");
  font-weight: 300; }
@font-face {
  font-family: "Open-sans";
  src: url("../fonts/open-sans/OpenSans-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: "Open-sans";
  src: url("../fonts/open-sans/OpenSans-Bold.ttf");
  font-weight: 700; }
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  color: #757a8b;
  font-size: 15px;
  line-height: #757a8b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #ffffff;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #ff7b2b; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@keyframes bell-animation {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-30deg); }
  30% {
    transform: rotate(30deg); }
  50% {
    transform: rotate(-30deg); }
  70% {
    transform: rotate(30deg); }
  80% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes transition-a-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes transition-b-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: .2; }
  100% {
    transform: scale(4);
    opacity: 0; } }
@keyframes transition-c-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: .2; }
  100% {
    transform: scale(4);
    opacity: 0; } }
.main-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #f7f9fb; }
  .main-container .app-nav {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
    border-radius: 3rem;
    z-index: 10;
    height: 5.5rem;
    min-width: 5.5rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0 55px -18px #7a7b9c;
    -moz-box-shadow: 0 0 55px -18px #7a7b9c;
    box-shadow: 0 0 55px -18px #7a7b9c;
    padding: .6rem;
    box-sizing: border-box; }
    .main-container .app-nav a {
      display: inline-block;
      width: 4.5rem;
      height: 4.5rem;
      box-sizing: border-box;
      border: 2px solid #2eb7ff;
      border-radius: 2.25rem;
      text-align: center;
      font-size: 65%;
      text-decoration: none;
      color: #757a8b;
      float: left;
      padding-top: .6rem;
      line-height: 180%;
      text-transform: uppercase; }
      .main-container .app-nav a:last-child {
        margin-left: .5rem; }
      .main-container .app-nav a img {
        width: 25px;
        height: auto; }
      .main-container .app-nav a span {
        display: block; }
      .main-container .app-nav a.active {
        background: #2eb7ff;
        color: #f7f9fb; }
  .main-container .content-data {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 6rem;
    overflow: auto;
    box-sizing: border-box; }
    .main-container .content-data .scroll-info {
      display: block !important; }
    .main-container .content-data .flex, .main-container .content-data .scroll-info {
      display: flex;
      height: 100%;
      width: 100%;
      flex-direction: column; }
      .main-container .content-data .flex .header-flex, .main-container .content-data .scroll-info .header-flex {
        height: 5rem; }
      .main-container .content-data .flex .content-flex, .main-container .content-data .scroll-info .content-flex {
        flex: 1;
        align-self: center;
        align-items: center;
        display: flex; }
        .main-container .content-data .flex .content-flex .create-alert, .main-container .content-data .scroll-info .content-flex .create-alert {
          display: block;
          width: 14rem;
          height: 14rem;
          border-radius: 50%;
          background: #ccd8e4;
          border-top: 2px solid #9fa2ae;
          border-left: 3px solid #9fa2ae;
          border-bottom: 3px solid #babdc5;
          border-right: 3px solid #babdc5;
          position: relative; }
          .main-container .content-data .flex .content-flex .create-alert .alert-transition-a-1, .main-container .content-data .scroll-info .content-flex .create-alert .alert-transition-a-1 {
            display: block;
            width: 14rem;
            height: 14rem;
            border-radius: 50%;
            background: #ccd8e4;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1; }
          .main-container .content-data .flex .content-flex .create-alert .alert-transition-a, .main-container .content-data .scroll-info .content-flex .create-alert .alert-transition-a {
            display: block;
            width: 14rem;
            height: 14rem;
            border-radius: 50%;
            background: #ffffff;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2; }
          .main-container .content-data .flex .content-flex .create-alert .alert-transition-b, .main-container .content-data .scroll-info .content-flex .create-alert .alert-transition-b {
            display: block;
            width: 14rem;
            height: 14rem;
            border-radius: 50%;
            background: #ff7b2b;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            animation: transition-b-animation 3s infinite; }
          .main-container .content-data .flex .content-flex .create-alert .alert-transition-c, .main-container .content-data .scroll-info .content-flex .create-alert .alert-transition-c {
            display: block;
            width: 14rem;
            height: 14rem;
            border-radius: 50%;
            background: #ff7b2b;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            animation: transition-c-animation 3s infinite;
            animation-delay: 1s; }
          .main-container .content-data .flex .content-flex .create-alert .alert-content, .main-container .content-data .scroll-info .content-flex .create-alert .alert-content {
            display: block;
            width: 10rem;
            height: 10rem;
            border-radius: 5rem;
            margin: 2rem;
            background: #ffffff;
            -webkit-box-shadow: 0 0 65px -14px #7a7b9c;
            -moz-box-shadow: 0 0 65px -14px #7a7b9c;
            box-shadow: 0 0 65px -14px #7a7b9c;
            text-align: center;
            font-weight: 300;
            padding-top: 2rem;
            box-sizing: border-box;
            z-index: 10;
            position: relative; }
            .main-container .content-data .flex .content-flex .create-alert .alert-content.alert-active, .main-container .content-data .scroll-info .content-flex .create-alert .alert-content.alert-active {
              background: #f7f9fb; }
            .main-container .content-data .flex .content-flex .create-alert .alert-content .title, .main-container .content-data .scroll-info .content-flex .create-alert .alert-content .title {
              font-size: .8rem;
              display: block;
              text-align: center;
              color: #757a8b;
              padding-top: .5rem;
              letter-spacing: 4px; }
            .main-container .content-data .flex .content-flex .create-alert .alert-content .subtitle, .main-container .content-data .scroll-info .content-flex .create-alert .alert-content .subtitle {
              font-size: 1.8rem;
              display: block;
              text-align: center;
              line-height: 1.2rem;
              font-variant: small-caps; }
            .main-container .content-data .flex .content-flex .create-alert .alert-content img, .main-container .content-data .scroll-info .content-flex .create-alert .alert-content img {
              width: 25px;
              margin-top: .5rem; }
              .main-container .content-data .flex .content-flex .create-alert .alert-content img.alert, .main-container .content-data .scroll-info .content-flex .create-alert .alert-content img.alert {
                animation: bell-animation 3s infinite; }
      .main-container .content-data .flex .content-block, .main-container .content-data .scroll-info .content-block {
        background: #ffffff;
        border-radius: 10px;
        min-height: 5rem;
        margin-top: 1rem;
        -webkit-box-shadow: 0 0 45px -19px #7a7b9c;
        -moz-box-shadow: 0 0 45px -19px #7a7b9c;
        box-shadow: 0 0 45px -19px #7a7b9c;
        overflow: hidden; }
        .main-container .content-data .flex .content-block .content-header, .main-container .content-data .scroll-info .content-block .content-header {
          font-size: .8rem;
          padding: .5rem 1rem 1rem;
          font-weight: 300;
          color: #757a8b;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .main-container .content-data .flex .content-block .content-header:first-child, .main-container .content-data .scroll-info .content-block .content-header:first-child {
            padding: 2rem 1rem 1rem; }
        .main-container .content-data .flex .content-block .content-info, .main-container .content-data .scroll-info .content-block .content-info {
          padding: 0 1rem 1rem; }
        .main-container .content-data .flex .content-block .content-footer, .main-container .content-data .scroll-info .content-block .content-footer {
          padding: 0 1rem 1.5rem;
          text-align: right; }
      .main-container .content-data .flex .last-item, .main-container .content-data .scroll-info .last-item {
        margin-bottom: 8rem; }
  .main-container h1 {
    color: #2eb7ff;
    margin-top: .5rem;
    font-size: 2.6rem;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .main-container h1.detail-h1:after {
      content: '';
      width: 100%;
      position: absolute;
      bottom: -10px;
      height: 4px;
      left: 0;
      background: #e7ecf2; }
  .main-container input:not([type]),
  .main-container input[type=text],
  .main-container input[type=password],
  .main-container input[type=email],
  .main-container input[type=url],
  .main-container input[type=time],
  .main-container input[type=date],
  .main-container input[type=datetime-local],
  .main-container input[type=tel],
  .main-container input[type=number],
  .main-container input[type=search],
  .main-container select {
    background-color: transparent;
    border-width: 1px;
    padding: 0 1rem;
    border-style: solid;
    border-color: #dde5ed;
    outline: none;
    min-height: 3rem;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    border-radius: 5px; }
    .main-container input:not([type]):focus, .main-container input:not([type]).valid, .main-container input:not([type]):focus.valid,
    .main-container input[type=text]:focus,
    .main-container input[type=text].valid,
    .main-container input[type=text]:focus.valid,
    .main-container input[type=password]:focus,
    .main-container input[type=password].valid,
    .main-container input[type=password]:focus.valid,
    .main-container input[type=email]:focus,
    .main-container input[type=email].valid,
    .main-container input[type=email]:focus.valid,
    .main-container input[type=url]:focus,
    .main-container input[type=url].valid,
    .main-container input[type=url]:focus.valid,
    .main-container input[type=time]:focus,
    .main-container input[type=time].valid,
    .main-container input[type=time]:focus.valid,
    .main-container input[type=date]:focus,
    .main-container input[type=date].valid,
    .main-container input[type=date]:focus.valid,
    .main-container input[type=datetime-local]:focus,
    .main-container input[type=datetime-local].valid,
    .main-container input[type=datetime-local]:focus.valid,
    .main-container input[type=tel]:focus,
    .main-container input[type=tel].valid,
    .main-container input[type=tel]:focus.valid,
    .main-container input[type=number]:focus,
    .main-container input[type=number].valid,
    .main-container input[type=number]:focus.valid,
    .main-container input[type=search]:focus,
    .main-container input[type=search].valid,
    .main-container input[type=search]:focus.valid,
    .main-container select:focus,
    .main-container select.valid,
    .main-container select:focus.valid {
      border-bottom: 2px solid #2eb7ff; }
    .main-container input:not([type]).invalid, .main-container input:not([type]):focus.invalid,
    .main-container input[type=text].invalid,
    .main-container input[type=text]:focus.invalid,
    .main-container input[type=password].invalid,
    .main-container input[type=password]:focus.invalid,
    .main-container input[type=email].invalid,
    .main-container input[type=email]:focus.invalid,
    .main-container input[type=url].invalid,
    .main-container input[type=url]:focus.invalid,
    .main-container input[type=time].invalid,
    .main-container input[type=time]:focus.invalid,
    .main-container input[type=date].invalid,
    .main-container input[type=date]:focus.invalid,
    .main-container input[type=datetime-local].invalid,
    .main-container input[type=datetime-local]:focus.invalid,
    .main-container input[type=tel].invalid,
    .main-container input[type=tel]:focus.invalid,
    .main-container input[type=number].invalid,
    .main-container input[type=number]:focus.invalid,
    .main-container input[type=search].invalid,
    .main-container input[type=search]:focus.invalid,
    .main-container select.invalid,
    .main-container select:focus.invalid {
      border-bottom: 2px solid #ff7b2b; }
    .main-container input:not([type])::placeholder,
    .main-container input[type=text]::placeholder,
    .main-container input[type=password]::placeholder,
    .main-container input[type=email]::placeholder,
    .main-container input[type=url]::placeholder,
    .main-container input[type=time]::placeholder,
    .main-container input[type=date]::placeholder,
    .main-container input[type=datetime-local]::placeholder,
    .main-container input[type=tel]::placeholder,
    .main-container input[type=number]::placeholder,
    .main-container input[type=search]::placeholder,
    .main-container select::placeholder {
      color: #e8eff6; }
  .main-container .btn {
    line-height: 3rem;
    border: 2px solid #2eb7ff;
    display: inline-block;
    border-radius: 1.8rem;
    color: #2eb7ff;
    padding: 0 2rem;
    box-sizing: border-box; }
  .main-container .input-icon {
    position: relative; }
    .main-container .input-icon img {
      width: 25px;
      position: absolute;
      left: .8rem;
      top: .6rem; }
    .main-container .input-icon input, .main-container .input-icon select {
      padding-left: 3rem; }

/*# sourceMappingURL=main.css.map */
