/* ==========================================================================
   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 */
    box-sizing: border-box;
}

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

/**
 * 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;
    text-decoration: none;
}

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

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

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

menu li,
ol li,
ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}

menu li a,
ol li a,
ul li a {
    text-decoration: none;
}

/* 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 {
    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, .btn,
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, .btn {
    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, .btn,
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, .btn,
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], [disabled].btn,
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .btn::-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] {
    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 */
    box-sizing: border-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;
}

/*
    ### Typography

    ## This document includes:
    # Changeable values
    # Defualts
    # Import font
    # Variables and Sizes
        - Type scales
        - Font-weight
        - Text types and sizes
        - Colors
    # Alignment 
*/
/* 
 ##
 ### Changeable values
*/
/*
    ##
    ### Default -- Helpers and defualts
*/
body, button, .btn {
    font-family: "Inter", sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: var(--text-is-body, 16px);
    text-align: left;
}

/*
    ##
    ### Type scales
    Using type-scaling, learn more at https://type-scale.com/    
*/
:root {
    --text-is-intro: 1.125rem;
    --text-is-body: 1rem;
    --text-is-details: 0.875rem;
    --text-is-small: 0.75rem;
    --text-is-extrasmall: 0.625rem;
    --text-color-title: var(--color-grey-800);
    --text-color-body: var(--color-grey-600);
    --text-color-details: var(--color-grey-600);
    --text-color-inverted: var(--color-grey-inverted);
    --text-color-alert: var(--color-grey-500);
    --text-color-link: var(--color-teal-500);
    --text-color-link-hover: var(--color-teal-700);
    --text-size-xxs: 0.5001510456rem;
    --text-size-xs: 0.7072135785rem;
    --text-size-s: 1rem;
    --text-size-m: 1.414rem;
    --text-size-l: 1.999396rem;
    --text-size-xl: 2.827145944rem;
    --text-size-xxl: 3.9975843648rem;
    --text-size-xxxl: 5.6525842918rem;
}

.text__size--xxs {
    font-size: var(--text-size-xxs, 8.0024167299px);
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: calc(var(--text-size-xxs) * 1.414);
}

.text__size--xs {
    font-size: var(--text-size-xs, 11.315417256px);
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: calc(var(--text-size-xs) * 1.414);
}

.text__size--s {
    font-size: var(--text-size-s, 16px);
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: calc(var(--text-size-s) * 1.414);
}

.text__size--m {
    font-size: var(--text-size-m, 22.624px);
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: calc(var(--text-size-m) * 1.414);
}

.text__size--l {
    font-size: var(--text-size-l, 31.990336px);
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: calc(var(--text-size-l) * 1.414);
}

.text__size--xl {
    font-size: var(--text-size-xl, 45.234335104px);
    font-weight: 500;
    letter-spacing: 0px;
    line-height: calc(var(--text-size-xl) * 1.414);
}

.text__size--xxl {
    font-size: var(--text-size-xxl, 63.9613498371px);
    font-weight: 500;
    letter-spacing: 0px;
    line-height: calc(var(--text-size-xxl) * 1.414);
}

.text__size--xxxl {
    font-size: var(--text-size-xxxl, 90.4413486696px);
    font-weight: 500;
    letter-spacing: 0px;
    line-height: calc(var(--text-size-xxxl) * 1.414);
}

/* 
    ##
    ### Font weights
*/
.text__weight--thin {
    font-weight: 100;
}

.text__weight--extralight {
    font-weight: 200;
}

.text__weight--light {
    font-weight: 300;
}

.text__weight--regular {
    font-weight: 400;
}

.text__weight--medium {
    font-weight: 500;
}

.text__weight--semibold {
    font-weight: 600;
}

.text__weight--bold {
    font-weight: 700;
}

.text__weight--extrabold {
    font-weight: 800;
}

.text__weight--black {
    font-weight: 900;
}

/* 
    ##
    ### Colors
*/
.text__color--title {
    color: var(--text-color-title) !important;
}

.text__color--body {
    color: var(--text-color-body) !important;
}

.text__color--details {
    color: var(--text-color-details) !important;
}

.text__color--inverted {
    color: var(--text-color-inverted) !important;
}

.text__color--alert {
    color: var(--text-color-alert) !important;
}

/* 
    ##
    ### Base
*/
p {
    font-size: var(--text-is-body);
    font-weight: 400;
    line-height: calc(var(--text-is-body) * 1.75);
    letter-spacing: 0.2px;
    text-align: left;
}

p a {
    position: relative;
    color: var(--text-color-link);
    font-weight: 600;
    white-space: pre;
    transition: background-color 0.1s;
}

p a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: var(--text-color-link);
    border-radius: 2px;
}

p a:hover {
    background-color: var(--color-teal-200);
    color: var(--text-color-title);
}

p a:hover:after {
    background-color: var(--color-teal-700);
}

p a.allow--wrap {
    white-space: pre-line;
}

p strong {
    color: var(--text-color-title);
}

.text__is--preamble, .text__is--intro {
    color: var(--text-color-title);
    font-size: var(--text-is-intro);
    font-weight: 500;
    line-height: calc(var(--text-is-intro) * 1.75);
    letter-spacing: 0.15px;
}

.text__is--body {
    color: var(--text-color-body);
    font-size: var(--text-is-body);
    font-weight: 400;
    line-height: calc(var(--text-is-body) * 1.75);
    letter-spacing: 0.2px;
}

.text__is--details {
    color: var(--text-color-body);
    font-size: var(--text-is-details);
    font-weight: 400;
    line-height: calc(var(--text-is-details) * 1.75);
    letter-spacing: 0.2px;
}

.text__is--small {
    color: var(--text-color-body);
    font-size: var(--text-is-small);
    font-weight: 400;
    line-height: calc(var(--text-is-small) * 1.75);
    letter-spacing: 0.2px;
}

.text__is--extrasmall {
    color: var(--text-color-body);
    font-size: var(--text-is-extrasmall);
    font-weight: 400;
    line-height: calc(var(--text-is-extrasmall) * 1.75);
    letter-spacing: 0.2px;
}

.text__is--link {
    position: relative;
    color: var(--text-color-link);
    font-weight: 600;
    white-space: pre;
    transition: background-color 0.1s;
}

.text__is--link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: var(--text-color-link);
    border-radius: 2px;
}

.text__is--link:hover {
    background-color: var(--color-teal-200);
    color: var(--text-color-title);
}

.text__is--link:hover:after {
    background-color: var(--color-teal-700);
}

.text__is--link.allow--wrap {
    white-space: pre-line;
}

/* 
    ##
    ### Alignment
*/
.text__align--left {
    text-align: left;
}

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

.text__align--right {
    text-align: right;
}

/* 
    ##
    ### Transform
*/
.text__is--capitalize {
    text-transform: capitalize;
}

.text__is--lowercase {
    text-transform: lowercase;
}

.text__is--uppercase {
    text-transform: uppercase;
}

:root {
    --color-grey: hsl(202.5, 9.4%, 33.3%);
    --color-green: hsl(120, 100%, 27.1%);
    --color-teal: hsl(190.4, 87.6%, 28.4%);
    --color-red: hsl(358.3, 71.2%, 49%);
    --color-yellow: hsl(44.6, 92.5%, 52.9%);
    --color-blue: hsl(207.1, 90.3%, 36.5%);
    --color-orange: hsl(24, 83.3%, 55.3%);
    --color-inverted: hsl(0, 0%, 100%);
    --color-body-bg: var(--color-grey-25);
    --color-grey-800: hsl(200, 8.8%, 13.3%);
    --color-grey-700: hsl(204, 9.8%, 20%);
    --color-grey-600: hsl(200, 8.8%, 26.7%);
    --color-grey-500: hsl(202.5, 9.4%, 33.3%);
    --color-grey-400: hsl(200, 5%, 46.7%);
    --color-grey-300: hsl(204, 4.9%, 60%);
    --color-grey-200: hsl(200, 4.4%, 73.3%);
    --color-grey-100: hsl(210, 5.9%, 86.7%);
    --color-grey-50: hsl(180, 2.9%, 93.1%);
    --color-grey-25: hsl(0, 0%, 97%);
    --color-green-700: hsl(120, 100%, 16.3%);
    --color-green-600: hsl(120, 100%, 21.6%);
    --color-green-500: hsl(120, 100%, 27.1%);
    --color-green-400: hsl(120, 51.9%, 41.6%);
    --color-green-200: hsl(120, 36.9%, 70.8%);
    --color-teal-700: hsl(190.9, 88.5%, 17.1%);
    --color-teal-600: hsl(190.6, 87.9%, 22.7%);
    --color-teal-500: hsl(190.4, 87.6%, 28.4%);
    --color-teal-400: hsl(190.6, 46.8%, 42.7%);
    --color-teal-200: hsl(189.6, 34.2%, 71.4%);
    --color-red-700: hsl(358.3, 70.7%, 29.4%);
    --color-red-600: hsl(358.3, 71%, 39.2%);
    --color-red-500: hsl(358.3, 71.2%, 49%);
    --color-red-400: hsl(358.3, 68.3%, 59.2%);
    --color-red-200: hsl(358.3, 69.2%, 79.6%);
    --color-yellow-700: hsl(44.3, 82.7%, 31.8%);
    --color-yellow-600: hsl(44.5, 82.4%, 42.4%);
    --color-yellow-500: hsl(44.6, 92.5%, 52.9%);
    --color-yellow-400: hsl(44.5, 92.7%, 62.4%);
    --color-yellow-200: hsl(45, 91.7%, 81.2%);
    --color-blue-700: hsl(206.7, 91%, 21.8%);
    --color-blue-600: hsl(207.1, 90.6%, 29.2%);
    --color-blue-500: hsl(207.1, 90.3%, 36.5%);
    --color-blue-400: hsl(207.1, 53.8%, 49.2%);
    --color-blue-200: hsl(207.8, 51.9%, 74.7%);
    --color-orange-700: hsl(23.7, 67.1%, 33.3%);
    --color-orange-600: hsl(24.1, 67.3%, 44.3%);
    --color-orange-500: hsl(24, 83.3%, 55.3%);
    --color-orange-400: hsl(24.1, 83.5%, 64.3%);
    --color-orange-200: hsl(24.5, 82.6%, 82%);
}

button, .btn {
    display: flex;
    align-items: center;
    border: none;
    padding: 7px 25px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:disabled, .btn:disabled {
    background-color: var(--color-grey-400);
    color: var(--color-grey-200);
}

.btn--register {
    width: 100%;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    height: 50px;
    box-shadow: none;
    background: var(--color-teal) !important;
    margin: 10px 0 0 0 !important;
}

.btn {
    min-width: 150px;
    justify-content: center;
    background: hsl(120, 100%, 27.1%);
    background: var(--color-green);
    margin: 0 10px;
    text-decoration: none;
    padding: 11px 50px 13px;
    color: #fff;
    letter-spacing: -0.5px;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s;
}

.btn:enabled:hover {
    background-color: var(--color-green-600);
}

.container--confirmation--login {
    display: flex;
    justify-content: center;
}

.btn--confirmation--login {
    width: 300px;
    margin-top: 10px;
    height: 50px;
}

.btn--login {
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    height: 70px;
    margin: 0;
    box-shadow: none;
}

.btn--full-width {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 42px;
    line-height: 42px;
}

.btn--link {
    color: var(--text-color-link);
    font-size: 14px;
    padding: 10px;
    margin: auto;
}

.btn--cancel {
    background-color: var(--color-grey);
    color: #fff;
}

.btn--cancel:enabled:hover {
    background-color: var(--color-grey-600);
}

.btn--secondary {
    background-color: var(--color-teal);
}

.btn--secondary:enabled:hover {
    background-color: var(--color-teal-600);
}

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

.btn--icon {
    padding: 0 5px;
    display: inline-flex;
}

* {
    font-family: "Inter", sans-serif;
}

html, body, .container {
    width: 100%;
    height: 100%;
}

.container {
    display: flex;
}

.page {
    display: flex;
    flex-flow: column;
    margin: auto;
    text-align: center;
}

.page__header {
    padding: 20px;
}

.page__article {
    padding: 20px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.alert {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.alert__message {
    display: block;
}

.alert--danger {
    background-color: hsl(358.3, 71.2%, 49%);
    background-color: var(--color-red);
}

.alert--warning {
    color: #1F2325;
    background-color: hsl(44.6, 92.5%, 52.9%);
    background-color: var(--color-yellow);
}

.alert--info {
    color: #FFF;
    background-color: hsl(207.1, 90.3%, 36.5%);
    background-color: var(--color-blue);
}

.alert--success {
    color: #1F2325;
    background-color: var(--color-green-200);
}

.login-page {
    height: 100%;
    display: flex;
    margin: auto;
}

.login-page__external-providers {
    padding-top: 20px;
}

.login-page__external-providers li {
    margin-bottom: 10px;
}

.login-page .atea-logo {
    width: 200px;
}

.login-page p {
    text-align: center;
    color: var(--color-grey-500);
    font-size: 14px;
}

.login-page__wrapper {
    max-height: calc(100vh - 40px);
    min-height: auto;
    height: auto;
    padding: 25px 0;
    margin: auto;
    width: 300px;
}

.login-page__header {
    height: 150px;
    align-items: center;
    background-color: hsl(202.5, 9.4%, 33.3%);
    background-color: var(--color-grey);
    display: flex;
    position: relative;
}

.login-page__header__back-button {
    background: #fff;
    border-radius: 100%;
    padding: 4px;
    position: absolute;
    top: 14px;
    left: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 100;
    cursor: pointer;
    line-height: 0;
}

.login-page__header__logo {
    margin: auto;
    text-align: center;
}

.login-page__form__link {
    color: var(--text-color-body);
    text-align: center;
    font-size: 13px;
}

.login-page__form__link__wrapper {
    text-align: center;
    padding: 20px 0px;
}

.login-page__form__input {
    padding: 20px;
}

.login-page__form__input__wrapper {
    display: flex;
}

.login-page__form__input__wrapper span {
    background-color: hsl(202.5, 9.4%, 33.3%);
    background-color: var(--color-grey);
    width: 40px;
    height: 40px;
    padding: 10px;
}

.login-page__form__input input {
    border: 2px solid #4d575d;
    margin-bottom: 10px;
    padding: 0 14px;
    height: 40px;
    font-size: 13px;
    width: 100%;
}

.login-page__qr-code img {
    margin: auto;
}

.login-page__qr-code__text {
    text-align: center;
    color: rgb(62, 70, 74);
    font-size: 16px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 20px;
}

.forgot-password__title {
    font-size: 22px;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
}

.forgot-password p {
    font-size: 13px;
    text-align: center;
    color: var(--color-grey-500);
    margin: 0;
    padding: 10px 10px 0 1px;
}

.form__input__wrapper {
    display: flex;
    padding: 20px;
}

.form__input__wrapper span {
    background-color: var(--color-grey);
    width: 40px;
    height: 40px;
    padding: 10px;
}

.form__input__wrapper input {
    border: 2px solid #4d575d;
    margin-bottom: 10px;
    padding: 0 14px;
    height: 40px;
    font-size: 13px;
    width: 100%;
}

.trouble-scanning {
    text-align: center;
    color: var(--color-grey-500);
}

.trouble-scanning ul li {
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

.trouble-scanning__shared-key input {
    -webkit-appearance: none;
    border: 1px solid #f1f1f1;
    margin-top: 15px;
    font-family: inherit;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    outline: none;
    padding: 12px 0;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0 0 0 150px rgba(47, 70, 100, 0.04);
    border-radius: 3px 3px 0 0;
}

.trouble-scanning__shared-key .btn--copy {
    width: 100%;
    padding: 12px 0;
    margin: -1px 0 24px 0;
    font-family: inherit;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    color: #0a86b1;
    box-shadow: inset 0 0 0 150px rgba(47, 70, 100, 0.04);
    background: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 3px 3px;
    justify-content: center;
}

.recovery-codes {
    border: 1px solid var(--color-red);
    border-radius: 5px;
    background-color: var(--color-body-bg);
    text-align: center;
    margin-bottom: 35px;
}

.recovery-codes .recovery-code {
    margin: 15px;
}

.recovery-codes__wrapper {
    margin-top: 50px;
}

    .recovery-codes__wrapper__text {
        text-align: center;
        color: rgb(62, 70, 74);
        font-size: 16px;
        font-weight: 400; 
    }

.checkbox {
    text-align: center;
    font-size: 13px;
    color: var(--color-grey-500);
    margin-top: -15px;
}

.hidden {
    display: none;
}

.confirmation {
    background-color: #fff;
    position: absolute;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    border-radius: 5px;
}

.confirmation-content {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.banner_text {
    color: #1F2325;
}

.banner {
    background: #F6BD18;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.banner_content {
    padding: 16px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}


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