* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    background-image: linear-gradient(120deg, #84FAB0 0%, #8FD3F4 100%);
    color: #01090D;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #01090D;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.375rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

dl,
ol,
p,
ul {
    font-size: 21px;
    margin: 0;
}

dl,
ol,
ul {
    list-style-type: none;
    padding: 0;
}

hr {
    border-bottom: 0;
    border-top: 2px solid #2B2925;
    margin: 0 0 25px;
}

table {
    border-collapse: collapse;
    margin-bottom: 25px;
    width: 100%;
}

table caption {
    font-weight: 700;
    padding: 10px;
}

table thead {
    background-color: #16A0E3;
    color: #FFFFFF;
}

table thead th {
    font-weight: 700;
    padding: 10px;
    text-align: left;
    word-break: break-all;
}

table tfoot {
    background-color: #16A0E3;
    color: #FFFFFF;
}

table tfoot th {
    font-weight: 700;
    padding: 10px;
    text-align: left;
    word-break: break-all;
}

table tbody tr {
    background-color: initial;
}

table tbody tr:not(:last-child) {
    border-bottom: 1px solid #16A0E3;
}

table tbody tr:nth-child(2n) {
    background-color: grey;
}

table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

table tbody td {
    font-weight: 700;
    padding: 10px;
    text-align: left;
    word-break: break-all;
}

table--scroll {
    display: block;
    overflow-x: auto;
    width: 100%;
}

fieldset {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 21px;
    padding: 10px;
    width: 100%;
}

legend {
    font-weight: 400;
}

label {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 21px;
    padding: 10px;
    width: 100%;
}

input[type=date],
input[type=month] {
    padding: 7px;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
}

textarea {
    font-family: inherit;
}

select,
textarea {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 21px;
    padding: 10px;
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/icon-arrow-down.svg');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
}

a {
    background-color: initial;
    color: inherit;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted;
}

a:focus,
a:hover {
    color: #16A0E3;
}

img {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

sup {
    top: -0.5em;
}

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

sub {
    bottom: -0.25em;
}

small {
    font-size: 0.75rem;
}

::selection {
    background-color: #16A0E3;
    color: #FFFFFF;
    text-shadow: none;
}

::-ms-input-placeholder {
    font-weight: 300;
}

::placeholder {
    font-weight: 300;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    cursor: pointer;
    font: inherit;
}

button[disabled] {
    cursor: default;
}

button > * {
    pointer-events: none;
}

figure {
    margin-top: 0;
}

code {
    display: inline;
    padding: 2px 8px;
}

code,
pre {
    background-color: #2B2925;
    color: #FAFAFA;
}

pre {
    margin: 0 0 25px;
    overflow: hidden;
}

pre,
pre code {
    max-width: 100%;
    min-width: 100px;
}

pre code {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: auto;
    padding: 30px;
}

summary {
    cursor: pointer;
    display: inline-block;
}

.g-l-main {
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.g-row {
    display: flow-root;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.g-row--small {
    max-width: 600px;
}

.g-header {
    padding: 30px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.g-header__container {
    display: flex;
    justify-content: center;
}

.g-header__logo {
    display: block;
    margin: 0;
    background-color: white;
    margin: 0px auto;
}

.logo-img {
    width: 100%;
    border-radius: 5px;
    background-color: white;
    padding: 3px;
    max-width: 560px;
}

.g-footer {
    background-color: #2B2925;
    color: #FAFAFA;
    padding: 20px 0;
    width: 100%;
}

.g-footer__copyright {
    font-size: 0.875rem;
    text-align: center;
}

.g-page-header__background {
    min-height: 400px;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #16A0E3;
    border: 0;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    width: 100%;
}

@media (min-width: 768px) {
    .button {
        width: auto;
    }
}

.button--secondary,
.button:focus,
.button:hover {
    background-color: #117BAE;
    color: #FFFFFF;
}

.button--secondary:focus,
.button--secondary:hover {
    background-color: #16A0E3;
    color: #FFFFFF;
}

.button--full-width {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .button--full-width {
        width: 100%;
    }
}

.button--hollow {
    background-color: initial;
    border: 1px solid #117BAE;
    color: #117BAE;
}

.button--hollow:focus,
.button--hollow:hover {
    background-color: #117BAE;
    color: #FFFFFF;
}

.button--reset {
    background-color: initial;
    border: 0;
}

.button--scan {
    align-items: center;
    display: inline-flex;
}

.button--scan-icon {
    margin-right: 5px;
}

.button[disabled] {
    background-color: initial;
    border: 1px solid grey;
    color: grey;
    cursor: default;
}

.h-visual-hide {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.h-reverse-visual-hide {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}

.h-hidden {
    display: none;
}

.h-cover-absolute {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.h-cover-background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-cover-video {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    width: auto;
}

.h-text-center {
    text-align: center;
}

.h-text-bold {
    font-weight: 700;
}

.h-color-primary {
    color: #16A0E3;
}

.h-color-secondary {
    color: #117BAE;
}

.h-color-tertiary {
    color: #648591;
}

.is-error {
    background-color: #F8D7DA;
    border-color: #F5C6CB;
    color: #721C24;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}

.c-alert {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    color: #383D41;
    display: none;
    margin-bottom: 20px;
    padding: 12px 20px;
}

.c-alert--error {
    background-color: #F8D7DA;
    border-color: #F5C6CB;
    color: #721C24;
}

.c-alert--success {
    background-color: #D4EDDA;
    border-color: #C3E6CB;
    color: #155724;
}

.c-alert.is-active {
    display: block;
}

.c-background {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    padding: 20px;
}

.login-form {
}

.login-form__group {
    margin-bottom: 10px;
}

.scan-form {
}

.scan-form__group {
    margin-bottom: 10px;
}

.scan-form__button {
    align-items: center;
    display: block;
    margin-bottom: 10px;
}

.scan-form__icon {
    margin-right: 5px;
}

.register-form {
}

.register-form__group {
    margin-bottom: 10px;
}

.register-form__group select {
    margin-bottom: 10px;
}

.register-form__message {
    font-size: 14px;
}

.scan-form__actions {
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .scan-form__actions {
        display: flex;
    }
}

.copy {
    margin-top: 15px;
    border-top: 1px solid #6a6a6a;
    padding-top: 5px;
    font-size: 15px;
    color: #6a6a6a;
}
