.form-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    width: 250px;
}
.login-card-body {
    background: var(--bg-outside-frame);
}
.login-page {
    background-color: #fff;
}
.logo-lg-wrapper {
    display: flex;
    flex-direction: column;
    color: var(--white);
    padding-top: 11px;
}
.message-area {
    color: var(--main-color); /*文字色*/
    font-size: 1.7rem;
}
.message-area span {
    margin:0 auto;    /*BOXの中央揃え*/
    position: absolute;
    left:0;
    right:0;
    margin-top: 3rem;
}
.login-box {
    width: 375px;
}
.message-wrapper {
    display: flex;
    justify-content: center;
}