#wrapper {
    background      : var(--color-grey-default) url(../../../assets/img/duck-bg.jpg) no-repeat;
    background-size : cover;
}

.wrapper__inner {
    position  : relative;
    width     : 100%;
    max-width : var(--container-max-width-primary);
    margin    : 0 auto;
}

#main {
    max-width       : 100%;
    min-height      : 50vh;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    align-items     : center;
    padding         : .75rem 0;
}

#main > * {
    width     : 100%;
    margin    : 0;
    max-width : 600px;
}

.page-header h1 {
    padding        : 1em 1.5em;
    text-align     : center;
    border-bottom  : 1px solid #C1C1C2;

    font-family    : var(--typo-primary);
    font-size      : var(--font-size-400);

    text-transform : uppercase;
}

.page-content {
    padding : 20px 8.5%;
}

.form-footer {
    text-align : center;
}

.forgot-password {
    font-size   : var(--font-size-200);
    font-weight : 300;
    color       : #848485;
    padding-top : 2em;
}

.have-account a,
.forgot-password a,
.no-account a {
    color : currentColor;
}

.page-footer {
    text-align : center;
    background : white;
    padding    : 1em;
    border-top : 1px solid #C1C1C2;
}

.s-main-order{
    display: none;
}

#authentication #content{
    background: white;
}
