/**
--------------------------------------------------
  Normalize
--------------------------------------------------
**/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
          text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
--------------------------------------------------
  Variables
--------------------------------------------------
**/
:root {
  --ff-roboto: Roboto, sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  --c-black: #000;
  --c-black-a-10: rgba(0, 0, 0, 0.1);
  --c-white: #fff;
  --c-silver-chalice: #a0a0a0;
  --c-dove-gray: #707070;
  --c-tundora: #4d4d4d;
  --c-mine-shaft: #333;
  --c-shakespeare: #4ca0cf;
  --c-azure-radiance: #007fff;
  --c-azure-radiance-a-15: rgba(0, 127, 255, 0.15);
  --c-coral-red: #ff4646;
  --bg-radio: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  --bg-checkbox: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/**
--------------------------------------------------
  Reset
--------------------------------------------------
**/
html {
  font-family: var(--ff-roboto);
  font-size: 16px;
  font-weight: var(--fw-regular);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--c-white);
  color: var(--c-mine-shaft);
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
fieldset,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

fieldset {
  border: 0;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

img,
svg {
  vertical-align: top;
}

svg {
  fill: currentColor;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: fill, color;
          transition-property: fill, color;
}

a,
button,
input,
textarea {
  outline: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, border-color, color;
          transition-property: background-color, border-color, color;
}

a:focus,
button:focus {
  outline: var(--c-black) dotted 1px;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  vertical-align: top;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input {
  line-height: normal;
}

textarea {
  resize: none;
}

/**
--------------------------------------------------
  Helper
--------------------------------------------------
**/
.p-rel {
  position: relative;
}
.p-abs {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-sticky {
  position: sticky;
}

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

.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-clear::after {
  display: table;
  pointer-events: none;
  content: "";
  clear: both;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
      flex: none;
}
.flex-equal {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.max-w-full {
  max-width: 100%;
}
.max-w-screen {
  max-width: 100vw;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}

.min-w-full {
  min-width: 100%;
}
.min-w-screen {
  min-width: 100vw;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}

.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}

.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}

.of-auto {
  overflow: auto;
}
.of-hidden {
  overflow: hidden;
}
.of-visible {
  overflow: visible;
}
.of-scroll {
  overflow: scroll;
}
.of-x-auto {
  overflow-x: auto;
}
.of-x-hidden {
  overflow-x: hidden;
}
.of-y-auto {
  overflow-x: auto;
}
.of-y-hidden {
  overflow-x: hidden;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.font-regular {
  font-weight: var(--fw-regular);
}
.font-medium {
  font-weight: var(--fw-medium);
}
.font-bold {
  font-weight: var(--fw-bold);
}
.font-black {
  font-weight: var(--fw-black);
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}

.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-baseline {
  vertical-align: baseline;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}

.bg-black {
  background-color: var(--c-black);
}
.bg-white {
  background-color: var(--c-white);
}

.c-black {
  color: var(--c-black);
}
.c-white {
  color: var(--c-white);
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.obj-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.obj-top {
  -o-object-position: top;
     object-position: top;
}
.obj-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.obj-center {
  -o-object-position: center;
     object-position: center;
}
.obj-left {
  -o-object-position: left;
     object-position: left;
}
.obj-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.obj-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.obj-right {
  -o-object-position: right;
     object-position: right;
}
.obj-right-top {
  -o-object-position: right top;
     object-position: right top;
}
.obj-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

/**
--------------------------------------------------
  Layout
--------------------------------------------------
**/
.wrapper {
  min-width: 320px;
}

.container {
  padding-right: 30px;
  padding-left: 30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* mobile */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
/**
--------------------------------------------------
  Form
--------------------------------------------------
**/
.form-label,
.form-message {
  display: block;
  line-height: 1.25;
}
.form-label {
  color: var(--c-silver-chalice);
}
.form-message {
  color: var(--c-coral-red);
}
.form-input {
  padding: 12px 15px;
  background-color: var(--c-white);
  border: var(--c-dove-gray) solid 1px;
  border-radius: 5px;
  color: var(--c-mine-shaft);
}
.form-input:focus {
  border-color: var(--c-shakespeare);
  -webkit-box-shadow: 0 0 0 4px var(--c-azure-radiance-a-15);
          box-shadow: 0 0 0 4px var(--c-azure-radiance-a-15);
}
.form-button {
  margin-top: 30px;
}
.form-group {
  margin-top: 20px;
}
.form-group:first-child {
  margin-top: 0;
}
.form-group .form-label {
  margin-bottom: 10px;
}
.form-group .form-link,
.form-group .form-message {
  margin-top: 5px;
}
.form-link a {
  color: var(--c-shakespeare);
}
.form-link a:hover {
  text-decoration: underline;
  color: var(--c-black);
}
.form-checkbox input {
  width: 18px;
  height: 18px;
  border: var(--c-dove-gray) solid 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-checkbox input:focus {
  border-color: var(--c-shakespeare);
  -webkit-box-shadow: 0 0 0 4px var(--c-azure-radiance-a-15);
          box-shadow: 0 0 0 4px var(--c-azure-radiance-a-15);
}
.form-checkbox input:checked {
  background-color: var(--c-shakespeare);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: var(--c-shakespeare);
}
.form-checkbox input:checked[type=radio] {
  background-image: var(--bg-radio);
}
.form-checkbox input:checked[type=checkbox] {
  background-image: var(--bg-checkbox);
}
.form-checkbox input[type=radio] {
  border-radius: 50%;
}
.form-checkbox label {
  display: block;
  margin-left: 8px;
}
.form-toolbar {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
.form-toolbar .form-link {
  margin-left: 30px;
}

/**
--------------------------------------------------
  Button
--------------------------------------------------
**/
.button {
  padding: 10px 15px;
  font-weight: var(--fw-bold);
  line-height: 1.25;
  border: 0;
  border-radius: 5px;
}
.button.i1 {
  background-color: var(--c-azure-radiance);
  color: var(--c-white);
}
.button.i1:hover {
  background-color: var(--c-black);
}
.button.i2 {
  background-color: var(--c-tuatara);
  color: var(--c-white);
}
.button.i2:hover {
  background-color: var(--c-black);
}

/**
--------------------------------------------------
  Login
--------------------------------------------------
**/
.login {
  padding-top: 60px;
  padding-bottom: 30px;
}
.login-title {
  font-size: 20px;
  font-weight: var(--fw-bold);
  line-height: 1.2;
}
.login-form,
.login-message {
  margin-top: 50px;
}
.login-message {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--c-silver-chalice);
}

/* mobile */
@media (max-width: 767px) {
  .login {
    max-width: 470px;
  }
  .login-body {
    margin-top: 60px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .login {
    max-width: 550px;
  }
  .login-body {
    margin-top: 90px;
    padding: 40px;
    background-color: var(--c-white);
    -webkit-box-shadow: 0 5px 20px var(--c-black-a-10);
            box-shadow: 0 5px 20px var(--c-black-a-10);
  }
}
