.button,
button {
    cursor: pointer
}

.bg-white,
.page-wrapper,
body {
    background-color: #fff
}

a,
body {
    color: rgb(41, 42, 47);
}

body,
h1,
h2,
h3,
h4 {
    letter-spacing: 0
}

.error p:last-child,
.message p:last-child,
.message--error p:last-child,
.message--warning p:last-child {
    margin-bottom: 0
}

.button,
a {
    text-decoration: none
}

.list,
nav ul {
    list-style: none
}

.button,
.text-center {
    text-align: center
}

.fw-bold,
h1,
h2,
h3,
h4 {
    font-weight: 700
}

.input-wrapper,
.list > li {
    position: relative
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

.button,
body {
    font-size: 16px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Segoe UI, sans-serif;
    line-height: 1.57;
    text-rendering: optimizeLegibility
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto
}

figcaption,
footer,
header,
menu,
nav,
section {
    display: block
}

nav li,
nav ul {
    margin: 0
}

p,
ul {
    margin-bottom: 1.57em
}

ul {
    margin-left: 2em
}

li {
    margin-bottom: .2em
}

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4 {
    padding-top: .45em
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    max-width: none;
    margin: 0 auto;
    min-height: 100vh;
    width: 100%
}

main {
    flex-grow: 1
}

a.link {
    color: #007fb2;
    color: var(--color-primary-link, #007fb2);
    font-weight: 400;
    text-decoration: underline
}

.error a,
.message a,
.message--error a,
.message--success a,
.message--warning a,
.ok a {
    font-weight: 500;
    text-decoration: underline
}

h1,
h2,
h3,
h4 {
    margin-bottom: .5em;
    color: #202020;
    font-family: Segoe UI, sans-serif;
    line-height: 1.2;
    font-size: 28px
}

.main-title {
    border-top: 1px solid #d9d9d9;
    line-height: 34px
}

button,
input {
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.57;
    text-rendering: inherit
}

input[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
    color: #474747
}

.container {
    width: 100%;
    max-width: 1178px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.container--login {
    max-width: 562px
}

.section {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px
}

.main-row {
    max-width: 340px;
    margin: 0 auto
}

.main-row--lg {
    max-width: 460px
}

.mb-3,
fieldset {
    margin-bottom: 24px
}

.label-block {
    color: #202020;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    padding: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
    border: 1px solid #949494;
    padding: 0 12px;
    height: 48px;
    border-radius: 3px;
    width: 100%;
    min-width: 0;
    color: #202020;
    transition: .25s;
    display: block;
    font-size: 16px
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    outline: 0;
    border-color: #202020
}

.form-row {
    display: block;
    margin-bottom: 24px
}

.error,
.message,
.message--error,
.message--success,
.message--warning,
.ok {
    margin: 0 0 24px;
    padding: 16px 24px
}

.message {
    background-color: rgba(0, 114, 192, .025);
    border: 2px solid #0072c0;
    color: #0072c0
}

.error,
.message--error {
    background-color: rgba(181, 11, 25, .025);
    border: 2px solid #b50b19;
    color: #b50b19
}

.message--warning {
    background-color: rgba(255, 174, 0, .025);
    border: 2px solid #ffae00;
    color: #ffae00
}

.message--success,
.ok {
    background-color: rgba(66, 118, 7, .025);
    border: 2px solid #427607;
    color: #427607
}

.callout.alert,
.error-login {
    background-color: #fcd6d6
}

.mb-0,
.message--success p:last-child,
.ok p:last-child {
    margin-bottom: 0
}

.error,
.ok {
    padding: 32px 40px
}

.callout,
.error-login {
    margin-bottom: 1.7rem;
    padding: 1rem
}

.error .text_error,
.error .text_error a,
.error .title_error {
    color: #b50b19
}

.ok .text_ok,
.ok .text_ok a,
.ok .title_ok {
    color: #427607
}

.callout {
    background-color: #fff;
    color: #0a0a0a
}

.button {
    background-color: var(--color-primary, #007fb2);
    border: 0;
    border-radius: 3px;
    display: inline-block;
    color: var(--color-primary-text, #fff);
    letter-spacing: 1px;
    line-height: 48px;
    text-shadow: rgba(0, 0, 0, .17) 0 1px;
    min-width: 120px;
    padding: 0 12px;
    transition: background .25s
}

.button:hover {
    background-color: #005b80;
    background-color: var(--color-primary--dark, #005b80)
}

.reset-list,
.reset-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.list {
    margin-left: 0;
    padding-left: 0
}

.list > li {
    padding-left: 2rem
}

.list > li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #202020;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 11px
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.w-100 {
    width: 100%
}

.justify-between {
    justify-content: space-between
}

.items-center {
    align-items: center
}

.self-center {
    align-self: center
}

.pt-1 {
    padding-top: 8px
}

.px-1 {
    padding-left: 8px;
    padding-right: 8px
}

.mx-1 {
    margin-left: 8px;
    margin-right: 8px
}

.mb-1 {
    margin-bottom: 8px
}

.mb-2 {
    margin-bottom: 16px
}

.ml-2 {
    margin-left: 16px
}

.px-2 {
    padding-left: 16px;
    padding-right: 16px
}

.py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.mb-4 {
    margin-bottom: 40px
}

.mb-5 {
    margin-bottom: 52px
}

.mt-2 {
    margin-top: 16px
}

.mt-3 {
    margin-top: 24px
}

.mt-4 {
    margin-top: 40px
}

.mt-6 {
    margin-top: 74px
}

.text-right {
    text-align: right
}

.border-radius {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 3px
}

.box-shadow {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .16)
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.text-white {
    color: #fff
}

.input-wrapper input {
    padding: 0 12px 0 40px
}

.input-wrapper svg {
    position: absolute;
    top: 16px;
    left: 12px
}

.recovery-link {
    font-size: 12px;
    color: var(--color-primary-link, #0075a3)
}

.recovery-link:hover {
    color: var(--color-primary--dark, #005b80)
}

.fs-main {
    font-size: 32px;
    line-height: 40px
}

.fs-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.fs-subtitle {
    font-size: 20px;
    line-height: 27px
}

.main-header {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    min-height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    padding: 8px 24px;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.main-header__logo {
    max-height: 52px;
    width: auto;
}

.page-wrapper--full {
    background-color: #f5f5f5;
}

.back__text {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    text-decoration: underline;
}

.back__icon {
    display: none;
}

@media (min-width:768px) {

    .back {
        position: absolute;
        top: 1rem;
        right: 3rem;
    }

    .back__icon {
        display: block;
    }

    .back__text {
        display: none;
    }

    .button,
    body,
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text] {
        font-size: 16px
    }

    h1,
    h2,
    h3,
    h4 {
        font-size: 28px
    }

    .md-py-6,
    .section {
        padding-top: 74px;
        padding-bottom: 74px
    }

    .md-mb-0 {
        margin-bottom: 0
    }

    .md-px-4 {
        padding-left: 40px;
        padding-right: 40px
    }

    .fs-main {
        font-size: 42px;
        line-height: 60px
    }

    .fs-title {
        font-size: 28px;
        line-height: 40px
    }

    .fs-subtitle {
        font-size: 20px;
        line-height: 27px
    }

    .md-flex-column {
        flex-direction: column
    }

    .md-flex-row {
        flex-direction: row
    }

    .md-order-1 {
        order: 1
    }

    .md-order-2 {
        order: 2
    }

    .md-text-right {
        text-align: right
    }

    .md-py-4 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}