html {
        line-height: 1.15;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        font-size: 100%
}

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

body {
        margin: 0
}

article,
aside,
footer,
header,
nav,
section {
        display: block
}

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

figcaption,
figure,
main {
        display: block
}

figure {
        margin: 1em 4rem
}

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

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

a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
        color: initial
}

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

b,
strong {
        font-weight: inherit
}

b,
strong {
        font-weight: bolder
}

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

dfn {
        font-style: italic
}

mark {
        background-color: #ff0;
        color: #000
}

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
}

audio,
video {
        display: inline-block
}

audio:not([controls]) {
        display: none;
        height: 0
}

img {
        border-style: none
}

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

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

button,
input {
        overflow: visible
}

button,
select {
        text-transform: none
}

button,
html [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 {
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal
}

progress {
        display: inline-block;
        vertical-align: baseline
}

textarea {
        overflow: auto
}

[type='checkbox'],
[type='radio'] {
        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-cancel-button,
[type='search']::-webkit-search-decoration {
        -webkit-appearance: none
}

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

details,
menu {
        display: block
}

summary {
        display: list-item
}

canvas {
        display: inline-block
}

template {
        display: none
}

[hidden] {
        display: none
}

h1 {
        text-transform: uppercase;
        color: #213747;
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 1.625rem
}

@media screen and (min-width: 640px) {
        h1 {
                font-size: 2rem
        }
}

.icon {
        width: 24px;
        height: 24px;
        margin: 0.5em
}

.btn {
        border: 0;
        background: #009ead;
        color: #fff;
        text-align: center;
        padding: 0.9375rem;
        transition: background-color 0.2s ease-in-out;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        cursor: pointer;
        display: block;
        text-align: center;
        touch-action: manipulation;
        border-radius: 0.5rem;
        background-image: none;
        white-space: nowrap;
        transform-origin: bottom;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: 400
}

.btn:first-letter {
	text-transform: uppercase;
}

.btn:hover {
        background: #008794
}

.btn-link {
        color: #213747;
        display: inline-block;
        text-decoration: none;
        padding-bottom: 0.25rem;
        align-self: center;
        margin: 1.125rem 0;
        position: relative;
        border:unset;
        background: unset;
        cursor: pointer;
}

.btn-link::before {
        transition: transform ease 0.2s, opacity ease 0.2s;
        content: '';
        height: 0.0625rem;
        background: #dfe2e4;
        bottom: 0;
        width: 100%;
        position: absolute
}

.btn-link:hover::before {
        opacity: 0;
        transform: translateY(6px)
}

.ping-input-container {
        position: relative;
        margin-bottom: 1.5rem;
        z-index: 0
}

.ping-input-container.password-container input {
        padding-right: 50px
}

.ping-input-container label {
        position: absolute;
        display: inline-block;
        left: 0.5rem;
        top: 50%;
        padding: 0 0.25rem;
        font-size: 1rem;
        transform: translateY(-50%);
        transition: all 0.2s ease;
        color: #213747;
        z-index: -1
}

.ping-input-container input {
        display: block;
        padding: 0.9375rem 1rem;
        font-size: 1rem;
        outline: none;
        border: 0.0625rem solid #dfe2e4;
        border-radius: 0.5rem;
        transition: all 0.2s ease;
        color: #213747;
        width: 100%;
        box-sizing: border-box;
        background: transparent;
        -webkit-appearance: none
}

.ping-input-container input:focus,
.ping-input-container input:active {
        border-color: #009ead;
        box-shadow: 0 0 0 1px #009ead
}

.ping-input-container input:focus~label,
.ping-input-container input:active~label {
        color: #009ead;
        background: #fff;
        top: 0.0625rem;
        font-size: 0.8125rem;
        z-index: 0
}

.ping-input-container .has-value {
        background: #fff;
        color: rgba(33, 55, 71, 0.8);
        top: 0.0625rem;
        font-size: 0.8125rem;
        z-index: 0
}

.ping-input-container--error label {
        color: #e54c5a
}

.ping-input-container--error input {
        border-color: #e54c5a
}

.ping-input-container--error input:focus,
.ping-input-container--error input:active {
        border-color: #e54c5a;
        box-shadow: 0 0 0 1px #e54c5a
}

.ping-input-container--error input:focus~label,
.ping-input-container--error input:active~label {
        color: #e54c5a
}

.ping-input-container--error .has-value {
        color: #e54c5a
}

.ping-input-password {
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        bottom: 0;
        right: 0;
        width: 3.125rem;
        justify-content: center;
        cursor: pointer
}

.ping-input-password svg {
        fill: #213747
}

.material-switch {
        z-index: 0;
        position: relative;
        display: inline-block;
        color: #213747;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1rem
}

.material-switch>input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -0.625rem;
        top: -0.5rem;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        background-color: rgba(0, 0, 0, 0.2);
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s 0.1s, transform 0.2s 0.1s
}

.material-switch>span {
        display: inline-block;
        width: 100%;
        cursor: pointer
}

.material-switch>span::before {
        content: '';
        float: left;
        display: inline-block;
        margin: 0.3125rem 0.625rem 0.3125rem 0;
        border-radius: 0.4375rem;
        width: 2.25rem;
        height: 0.875rem;
        background-color: #dfe2e4;
        vertical-align: top;
        transition: background-color 0.2s, opacity 0.2s
}

.material-switch>span::after {
        content: '';
        position: absolute;
        top: 0.125rem;
        left: 0;
        border-radius: 50%;
        width: 1.25rem;
        height: 1.25rem;
        background-color: #fafafa;
        box-shadow: 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
        transition: background-color 0.2s, transform 0.2s
}

.material-switch>input:checked {
        left: 0.375rem;
        background-color: #009ead
}

.material-switch>input:checked+span::before {
        background-color: rgba(0, 158, 173, 0.32)
}

.material-switch>input:checked+span::after {
        background-color: #009ead;
        transform: translateX(1rem)
}

.material-switch:hover>input {
        opacity: 0.04
}

.material-switch>input:focus {
        opacity: 0.12
}

.material-switch:hover>input:focus {
        opacity: 0.16
}

.material-switch>input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s
}

.material-switch>input:active+span::before {
        background-color: rgba(0, 158, 173, 0.6)
}

.material-switch>input:checked:active+span::before {
        background-color: rgba(0, 158, 173, 0.38)
}

.material-switch>input:disabled {
        opacity: 0
}

.material-switch>input:disabled+span {
        color: #213747;
        opacity: 0.38;
        cursor: default
}

.material-switch>input:disabled+span::before {
        background-color: rgba(0, 158, 173, 0.38)
}

.material-switch>input:checked:disabled+span::before {
        background-color: rgba(0, 158, 173, 0.6)
}

.ping-buttons {
        display: flex;
        flex-direction: column
}

.ping-buttons--row {
        flex-direction: row;
        align-items: center
}

.ping-buttons--row>* {
        flex: 1
}

.ping-link {
        display: flex;
        justify-content: center
}

.ping-body-container {
        width: 100%
}

@media screen and (min-width: 640px) {
        .ping-body-container {
                width: auto
        }
}

.ping-error {
        color: #e54c5a;
        font-size: 1rem;
        padding: 1rem 0
}

.m-timeline {
        width: 100%;
        padding: 0 1.5rem;
        position: relative;
        z-index: 0;
        margin: 1rem 0
}

@media screen and (min-width: 640px) {
        .m-timeline {
                margin: 2rem 0
        }
}

.m-timeline ol {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        list-style: none;
        position: relative;
        z-index: 0
}

.m-timeline ol::before {
        content: '';
        position: absolute;
        height: .125rem;
        left: 0;
        right: 0;
        bottom: 0.625rem;
        background: #99d8de;
        z-index: -1
}

.m-timeline li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.75rem;
        justify-content: flex-end;
        width: 0;
        text-align: center;
        line-height: 1.45;
        color: #a6afb5
}

.m-timeline li:nth-child(2).active::before {
        right: 75%
}

.m-timeline li:nth-child(3).active::before {
        right: 50%
}

.m-timeline li:nth-child(4).active::before {
        right: 25%
}

.m-timeline li:nth-child(5).active::before {
        right: 0%
}

.m-timeline li.passed {
        color: #213747
}

.m-timeline li.passed::after {
        background-color: #009ead
}

.m-timeline li.active {
        font-weight: 600
}

.m-timeline li.active::before {
        content: '';
        height: .125rem;
        background: #009ead;
        position: absolute;
        left: 0;
        bottom: 0.625rem;
        z-index: -1
}

.m-timeline li.active::after {
        height: 1rem;
        width: 1rem;
        border-radius: 99em;
        margin-bottom: 0.1875rem;
        margin-top: 0.1875rem;
        box-shadow: 0 0 0 3px #fff, 0 0 0 5px #009ead, 0 0 0 10px #fff
}

.m-timeline li.active.password-expired {
        color: #e54c5a
}

.m-timeline li.active.password-expired::after {
        background-color: #e54c5a;
        box-shadow: 0 0 0 3px #fff, 0 0 0 5px #e54c5a, 0 0 0 10px #fff
}

.m-timeline li .label {
        text-align: center
}

.m-timeline li .number {
        font-size: 1.125rem
}

.m-timeline li .expired {
        min-width: 4.375rem
}

.m-timeline li .label,
.m-timeline li .expired {
        margin-bottom: 0.625rem
}

.m-timeline li::after {
        content: '';
        height: 0.625rem;
        width: 0.625rem;
        border-radius: 0.3125rem;
        background-color: #99d8de;
        box-shadow: 0 0 0 0.375rem #fff;
        margin: 0.375rem
}

.l-footer {
        margin-top: auto;
        z-index: 100;
}

.l-footer__inner {
        margin: 0.625rem 0 0.625rem
}

.l-footer__inner img {
        height: 3.75rem
}

.l-container {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        flex: 1
}

.l-picture {
        min-height: 10rem;
        background: url("../images/Cuisine02.jpg") no-repeat center left/cover;
        padding: 1.5rem;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        z-index: 0;
        flex: 1
}

.l-picture::before {
        content: '';
        height: 100%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.9) 95%, #000 100%);
        opacity: 0.6;
        left: 0;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0
}

.l-picture h1 {
        color: #fff;
        margin: 0;
        text-align: center;
        line-height: 1.3
}

.l-panel {
        display: flex;
        z-index: 1
}

.l-panel__inner {
        background: #fff;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 1.5rem;
        width: 100%;
        flex-direction: column
}

.l-panel__inner::before {
        content: '';
        background: #fff;
        z-index: -1;
        border-radius: 100% 100% 50% 50%;
        position: absolute;
        left: -18.125rem;
        right: -6.875rem;
        height: 15.0625rem;
        top: 0;
        transform: translateY(-20%)
}

.l-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex: 1
}

.l-content h1 {
        align-self: stretch
}

html {
        height: -webkit-fill-available
}

body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
        display: flex;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        color: #213747;
        line-height: 1.45
}

.hide-sm {
        display: none
}

.show-sm {
        display: block
}

.o-pwd {
        text-align: center;
        margin: 0;
}

.o-pwd span {
        display: block;
        font-size: 1.75rem;
        color: #009ead
}

input[disabled="disabled"] {
    color: #9e9e9e;
    background: #f6f6f6;
}

.helpText2 {
  margin-top: 5px;
}

.helpText2 > a::before {
  content: "\A";
  white-space: pre;
}

.helpText2 > a {
  color: #009ead;
    text-decoration: underline;
}

.btnLink {
  color: #009ead;
  text-decoration: none;
  background: unset;
  border:unset;
  cursor: pointer;
}

.btn {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}

.backLink {
  text-align: left;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
        .l-footer__inner img {
                height: 5rem
        }
        .l-container {
                flex-direction: row
        }        
        .l-picture h1 {
                text-align: left
        }
        .l-panel__inner {
                margin-left: auto;
                padding: 0 4.5rem 0 1.5rem;
                width: auto;
                max-width: 30rem
        }
        .l-panel__inner::before {
                transform: translateX(-50%);
                border-radius: 100%;
                width: 10rem;
                left: 0;
                top: -9.375rem;
                bottom: -9.375rem;
                height: auto
        }
        .hide-sm {
                display: block
        }
        .show-sm {
                display: none
        }        
}      