@charset "UTF-8";

/* ログインページをカスタマイズするスタイル */

#main {
    display: flex;
    justify-content: center;
}

#main .page {
    max-width: 500px;
}