@media screen and (min-width: 769px) {
    html {
        background-color: #f6f6f6;
    }
}

.l-container {
    padding: 0;
}
.l-container-wrap {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .l-container {
        align-items: center;
        display: flex;
        padding: 40px 18px 0;
    }
    .l-container .l-container {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}

.l-content {
    padding: 0;
}
.l-content__inner:nth-child(n) {
    padding: 40px 18px 20px;
}
.l-content-login > [class^=m-]:first-child {
    margin-top: 55px;
}
@media screen and (min-width: 769px) {
    .l-content__inner {
        background-color: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 20px;
        margin: 0 auto;
        max-width: 790px;
    }
    .l-content__inner:nth-child(n) {
        padding: 70px 18px;
    }
    .l-content-login > [class^=m-]:first-child {
        margin-top: 50px;
    }
}

.l-footer {
    background: transparent;
    display: block;
    height: auto;
    max-height: 100%;
    min-height: auto;
    padding: 30px 18px 20px;
    position: static;
    text-align: center;
}
.l-footer__text {
    color: #707070;
    font-size: 0.7142857143rem;
}
@media screen and (min-width: 769px) {
    .l-footer {
        padding: 40px 0 20px;
    }
    .l-footer__text {
        font-size: 0.625rem;
    }
}

.l-logo {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
}
.l-logo__wrap {
    width: 100%;
}
.l-logo__image [src$=".svg"] {
    height: auto;
    width: 340px;
}