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

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 OS X.
 */
[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; }

form {
  position: relative;
  display: block;
  clear: both; }

label,
input,
select,
textarea {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.6; }

label {
  position: relative;
  display: block;
  margin-bottom: 7.5px;
  font-weight: 700;
  color: #383d3d; }

input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  width: 100%;
  padding: 10px 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #383d3d;
  background-color: #fff;
  border: 1px solid #bcbec0;
  border-radius: 3px;
  box-shadow: inset 0 0 4px rgba(12, 13, 13, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):hover,
  textarea:hover,
  select:hover {
    border-color: #a9abad; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):focus, input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):active,
  textarea:focus,
  textarea:active,
  select:focus,
  select:active {
    border-color: #7b7d7f;
    outline: none; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):disabled,
  textarea:disabled,
  select:disabled {
    cursor: not-allowed;
    background-color: #f3f3f3; }
    input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):disabled:active, input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):disabled:hover,
    textarea:disabled:active,
    textarea:disabled:hover,
    select:disabled:active,
    select:disabled:hover {
      background-color: #f3f3f3;
      outline: none; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-weight: 400; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-weight: 400; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-weight: 400; }
  input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"])::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-weight: 400; }

textarea {
  display: block;
  min-height: 125px;
  resize: vertical; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px; }

input[type="file"] {
  width: 100%; }

hr {
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #bcbec0;
  border-left: 0; }

img {
  display: block;
  max-width: 100%;
  margin: 0; }

::-moz-selection {
  color: #fff;
  background-color: #181a1a; }

::selection {
  color: #fff;
  background-color: #181a1a; }

html {
  font-size: 14px; }

body {
  margin: 0 auto;
  overflow: hidden;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.6;
  color: #383d3d;
  -webkit-overflow-scrolling: touch; }

p {
  margin: 0;
  font-weight: 400; }

b,
strong {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.25;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 45px;
  font-weight: 300; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 18.2px; }

h5 {
  font-size: 15.4px; }

h6 {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase; }

a {
  color: #5187e0;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover, a:active {
    color: #2e61b6; }
  a:focus {
    color: #2e61b6;
    outline: none; }

ul {
  padding-left: 20px;
  margin: 0; }

ol {
  padding-left: 20px;
  margin: 0; }

abbr {
  cursor: help;
  border-bottom: 1px dotted #bcbec0; }

blockquote {
  padding-left: 15px;
  margin: 10px 0;
  font-style: italic;
  color: #383d3d;
  border-left: 2px solid #bcbec0; }

@media all and (max-width: 1223px) {
  h1 {
    font-size: 35px; } }

.o-button {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: inset 0 0 8px transparent, 0 1px 2px rgba(12, 13, 13, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .o-button i {
    margin-right: 5px; }
  .o-button:disabled {
    cursor: not-allowed;
    opacity: .3; }

.o-button--small {
  padding: 7px 25px; }

.o-button--medium {
  padding: 10px 30px; }
  .o-button--medium.o-button--icon {
    padding: 10px 15px; }

.o-button--large {
  padding: 16px 40px; }
  .o-button--large.o-button--icon {
    padding: 16px 15px; }

.o-button--icon i {
  margin-right: 0; }

.o-button--default {
  color: #3d3e45;
  background-color: #fff;
  border-color: #bcbec0;
  box-shadow: inset 0 -2px 0 #f3f3f3, 0 1px 2px rgba(12, 13, 13, 0.1); }
  .o-button--default:hover {
    color: #3d3e45;
    background-color: #f3f3f3; }
  .o-button--default:focus, .o-button--default:active {
    color: #3d3e45;
    outline: none;
    box-shadow: inset 0 0 3px rgba(169, 171, 173, 0.5); }

.o-button--danger {
  color: #fff;
  text-shadow: 0 -1px 1px #e82325;
  background-color: #ed5153;
  border-color: #e82325; }
  .o-button--danger:hover {
    color: #fff;
    background-color: #ed5153;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(12, 13, 13, 0.1); }
  .o-button--danger:focus, .o-button--danger:active {
    color: #fff;
    background-color: rgba(237, 81, 83, 0.8);
    outline: none; }
  .o-button--danger:disabled {
    cursor: not-allowed;
    opacity: .3; }
    .o-button--danger:disabled:hover, .o-button--danger:disabled:focus, .o-button--danger:disabled:active {
      color: #fff;
      text-shadow: 0 -1px 1px #e82325;
      background-color: #ed5153;
      border-color: #e82325; }

.o-button--success {
  color: #fff;
  text-shadow: 0 -1px 1px #239a71;
  background-color: #2dc38f;
  border-color: #239a71; }
  .o-button--success:hover {
    color: #fff;
    background-color: #2dc38f;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(12, 13, 13, 0.1); }
  .o-button--success:focus, .o-button--success:active {
    color: #fff;
    background-color: rgba(45, 195, 143, 0.8);
    outline: none; }
  .o-button--success:disabled {
    cursor: not-allowed;
    opacity: .3; }
    .o-button--success:disabled:hover, .o-button--success:disabled:focus, .o-button--success:disabled:active {
      color: #fff;
      text-shadow: 0 -1px 1px #239a71;
      background-color: #2dc38f;
      border-color: #239a71; }

.o-button--warning {
  color: #fff;
  text-shadow: 0 -1px 1px #f95f1a;
  background-color: #fa824c;
  border-color: #f95f1a; }
  .o-button--warning:hover {
    color: #fff;
    background-color: #fa824c;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(12, 13, 13, 0.1); }
  .o-button--warning:focus, .o-button--warning:active {
    color: #fff;
    background-color: rgba(250, 130, 76, 0.8);
    outline: none; }
  .o-button--warning:disabled {
    cursor: not-allowed;
    opacity: .3; }
    .o-button--warning:disabled:hover, .o-button--warning:disabled:focus, .o-button--warning:disabled:active {
      color: #fff;
      text-shadow: 0 -1px 1px #f95f1a;
      background-color: #fa824c;
      border-color: #f95f1a; }

.o-flash {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid #bcbec0;
  border-radius: 3px; }

.o-flash--large {
  padding: 20px 40px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0; }

.o-flash--danger {
  color: #ed5153;
  background-color: rgba(237, 81, 83, 0.1);
  border-color: #ed5153; }
  .o-flash--danger a {
    color: #ed5153; }
    .o-flash--danger a:hover, .o-flash--danger a:active {
      color: #e82325; }

.o-flash--info {
  color: #5187e0;
  background-color: rgba(81, 135, 224, 0.1);
  border-color: #5187e0; }
  .o-flash--info a {
    color: #5187e0; }
    .o-flash--info a:hover, .o-flash--info a:active {
      color: #2669d8; }

.o-flash--success {
  color: #2dc38f;
  background-color: rgba(45, 195, 143, 0.1);
  border-color: #2dc38f; }
  .o-flash--success a {
    color: #2dc38f; }
    .o-flash--success a:hover, .o-flash--success a:active {
      color: #239a71; }

.o-flash--warning {
  color: #db632e;
  background-color: rgba(219, 99, 46, 0.1);
  border-color: #db632e; }
  .o-flash--warning a {
    color: #db632e; }
    .o-flash--warning a:hover, .o-flash--warning a:active {
      color: #b74e1f; }

.o-flash--large {
  padding: 20px 40px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0; }

.o-flash--table {
  padding: 20px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #bcbec0;
  border-radius: 0 0 3px 3px; }

@media all and (max-width: 1024px) {
  .o-flash--large {
    padding: 20px; } }

.o-progress {
  position: relative;
  z-index: 10;
  display: block;
  height: 15px;
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 2px; }

.o-progress__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: -webkit-linear-gradient(left, #21ad7c, #2dc38f);
  background: linear-gradient(to right, #21ad7c, #2dc38f);
  -webkit-transition: max-width 0.2s ease-in-out;
  transition: max-width 0.2s ease-in-out; }

.c-auth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f3f3; }

.c-auth__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 425px; }

.c-auth__form {
  position: relative;
  display: block;
  padding: 60px 46px;
  overflow: auto;
  text-align: left;
  background-color: #fff;
  border: 1px solid #bcbec0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(12, 13, 13, 0.1); }

.c-auth__brand {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 50px; }

.c-auth__back {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 20px;
  color: #c4cacc; }
  .c-auth__back:hover {
    color: #3d3e45; }

.c-auth__outro {
  display: block;
  margin-top: 25px;
  margin-bottom: -50px;
  font-weight: 600;
  color: #a9abad;
  text-align: center; }
  .c-auth__outro a {
    color: #3d3e45; }
    .c-auth__outro a:hover, .c-auth__outro a:focus {
      color: #181a1a; }

.c-auth-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.9); }

.c-auth-loader__container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 400px;
  padding: 46px;
  margin: 20px;
  border: 1px solid #bcbec0;
  border-radius: 3px; }
  .c-auth-loader__container h5 {
    display: block;
    margin-bottom: 15px;
    color: #3d3e45;
    text-align: center; }
  .c-auth-loader__container p {
    display: block;
    margin-bottom: 25px;
    color: #a9abad;
    text-align: center; }

@media all and (max-width: 814px) {
  .c-auth {
    background-color: #fff; }
  .c-auth__form {
    padding: 30px 25px 60px;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .c-auth__back {
    position: fixed;
    left: 20px; } }

.c-form__item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  vertical-align: top; }

.c-form__prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-form__prepend label {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%; }
  .c-form__prepend input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    border-radius: 0 3px 3px 0; }

.c-form__prepend--label {
  height: 48px;
  padding: 13px 15px;
  margin-right: -1px;
  font-weight: 600;
  color: #7b7d7f;
  background: #f3f3f3;
  border: 1px solid #bcbec0;
  border-radius: 3px 0 0 3px; }

.c-form-label__link {
  float: right;
  font-weight: 600;
  color: #a9abad; }
  .c-form-label__link:hover, .c-form-label__link:focus {
    color: #3d3e45; }

.c-form__list {
  padding: 25px 25px 13px;
  border: 1px solid #bcbec0;
  border-radius: 3px; }

.c-form__item--line {
  margin-bottom: 25px; }
  .c-form__item--line:last-child {
    margin-bottom: 0; }
  .c-form__item--line > div,
  .c-form__item--line > input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
  .c-form__item--line h6 {
    margin-right: 25px; }
  .c-form__item--line .o-select {
    max-width: 80px;
    min-width: 80px;
    margin-left: 5px; }
  .c-form__item--line h6 {
    margin-top: 16px;
    color: #a9abad; }
  .c-form__item--line .o-button {
    max-width: 60px;
    min-width: 60px; }

.c-form__time {
  max-width: 74px;
  min-width: 74px;
  text-align: center; }

.c-form__button {
  display: block;
  margin-top: 20px;
  text-align: right; }

.c-form__message {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ed5153; }

.c-form__error input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.c-form__error textarea,
.c-form__error select,
.c-form__error .selectize-input,
.c-form__error + .selectize-control.single input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.c-form__error + .selectize-control.single textarea,
.c-form__error + .selectize-control.single select,
.c-form__error + .selectize-control.single .selectize-input,
.c-form__error + .selectize-control.multiple input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.c-form__error + .selectize-control.multiple textarea,
.c-form__error + .selectize-control.multiple select,
.c-form__error + .selectize-control.multiple .selectize-input {
  padding-right: 40px;
  border-color: #ed5153; }

.c-form__error .c-form__message,
.c-form__error + .selectize-control.single .c-form__message,
.c-form__error + .selectize-control.multiple .c-form__message {
  display: block;
  width: 100%; }

.c-form__error .fa,
.c-form__error + .selectize-control.single .fa,
.c-form__error + .selectize-control.multiple .fa {
  position: absolute;
  top: 46px;
  right: 20px;
  z-index: 10;
  z-index: 10;
  font-size: 16px;
  color: #ed5153; }

.c-form__keyboard {
  display: block;
  padding: 20px;
  font-size: 0;
  background: #f3f3f3;
  border: 1px solid #bcbec0;
  border-radius: 3px; }
  .c-form__keyboard input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
    display: inline-block;
    width: 30.33%;
    margin: 1.5%;
    font-size: 14px;
    text-align: center; }

@media all and (max-width: 1350px) {
  .c-form__item--line {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-form__item--line h6 {
      margin-right: 10px; }
    .c-form__item--line > input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%;
      padding: 12px 75px 12px 15px;
      margin-right: 0;
      margin-bottom: 10px; }
    .c-form__item--line .o-button {
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 3px 3px 0; }
    .c-form__item--line > div:last-of-type {
      margin-right: 0; } }

@media all and (max-width: 1024px) {
  .c-form__item--line,
  .c-form__item--line .o-layout__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media all and (max-width: 814px) {
  .c-form__button .o-button {
    display: block;
    width: 100%; } }

@media all and (max-width: 500px) {
  .c-form__item--line > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 10px; } }

@media all and (max-width: 1024px) {
  .u-hidden-medium {
    display: none; } }

@media all and (max-width: 814px) {
  .u-hidden-small {
    display: none; } }

@media all and (max-width: 500px) {
  .u-hidden-extra-small {
    display: none; } }

.u-state-hidden {
  display: none; }

.u-state-loading {
  position: relative;
  height: 250px; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, visibility 0.2s ease-in-out; }

/*# sourceMappingURL=maps/auth.css.map */
