/* -----------------------------
    ログイン画面
----------------------------- */
.login-container {
    display: flex;
    height: 80vh;
    align-items: center;
    justify-content: center;
}
.signin-alert{
    color:#e03854;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    display: none;
}
.skeil_style {
    text-align: center;
    padding-top: 1%;
    font-family: din-2014, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.06em;
}

/* -----------------------------
    ダッシュボード
----------------------------- */
.app-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1%;
}
.app {
    flex-grow: 1;
    width: 400px;
    padding: 10px;
}
.app-icon {
    font-size: 50px;
    margin: 0px 3% 0px 1%;
}
.app-name {
    font-weight: bold;
    font-size: 15px;
}
.app a {
    display: block;
}