.fs-login-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 60px;
    margin: 0 auto 180px;
}
.fs-login-wrapper::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #EDEDED;
}
.fs-column--left {
    width: 45%;
}
.fs-column--right {
    width: 45%;
}

.fs-c-inputInformation__field {
    margin-bottom: 0;
}
.fs-c-subSection__title {
    font-family: "YuGothic-B";
    font-size: 1.8rem;
    padding: 11px 18px;
    background-color: #E8EAEA;
    margin-bottom: 20px;
}
.fs-c-inputInformation__link {
    text-align: center;
    margin: 10px 0;
}
.fs-c-subSection__message {
    margin-bottom: 20px;
}
.fs-c-anotherLogin__button {
    width: 100% !important;
    text-align: center;
}
.fs-c-anotherLogin__message {
    margin: 80px 0 30px;
}
.fs-c-linkedServiceLogin__title {
    font-family: "YuGothic-B";
    font-size: 1.8rem;
    padding: 11px 18px;
    background-color: #E8EAEA;
    margin-top: 80px;
    margin-bottom: 20px;
}
.fs-c-button--plain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    background-color: #000;
    transition: background-color 0.2s;
    border-radius: 5px;
}
.fs-c-button--plain:hover {
    background-color: #9A9A9A;
}
@media screen and (max-width:768px) {
    .fs-login-wrapper {
        flex-flow: column;
        padding: 0 20px;
        margin-bottom: 140px;
    }
    .fs-login-wrapper::after {
        content: none;
    }
    .fs-column--left {
        width: 100%;
        padding-bottom: 50px;
        border-bottom: 1px solid #EDEDED;
        margin-bottom: 50px;
    }
    .fs-column--right {
        width: 100%;
    }
    .fs-c-subSection__title {
        padding: 11px 15px;
        font-size: 1.6rem;
    }
}
