.aaaaa {
    position: absolute;
    color: #f2564d;
    visibility: visible;
    opacity: 1;
    font-size: 35px;
    right: 25px;
    bottom: 1px;
}

.errorBorder {
    border-bottom: solid 2px #f2564d !important;
}

body {
    background-size: cover;
    color: white;
    overflow: hidden;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* .container.desktop login .login .title, .container.desktop login .signup .title, .container.desktop signup .login .title, .container.desktop signup .signup .title { */
.login-container .title {
    text-align: center;
    font-size: 72px;
    margin-bottom: 5px !important;
    font-family: 'Helvetica 35 Thin';
    color: #20303c;
}
.login-container .new-user {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px !important;
    font-family: 'Helvetica 35 Thin';
    color: #20303c;
}

.login-container {
    width: 450px !important; /* 例: 350px などを 450px 等に広げる */
}

.signin-with-email {
    width: 100%;
}
.new-user {
    margin-bottom: 5px;
}

/* 全体のテキストセンタリングと文字サイズ指定 */
.sso-login {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    /* 左右の幅を広げる記述を追加 */
    font-weight: normal;
    color: #ff0000;
    /* margin-left: -10%; 中央配置を維持するため左に引く */
    box-sizing: border-box;
}

/* ログインリンク（青文字部分） */
.sso-login a {
    display: block;
    margin-top: 5px;
    color: #0099e6; /* 明るい青色 */
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline; /* 下線を表示 */
    text-decoration-thickness: 2px;
    text-underline-offset: 4px; /* 下線と文字の隙間を調整 */
}

/* 注意書き（下の黒い小さな文字） */
.sso-login .sso-note {
    display: block;
    margin-top: 6px;
    margin-bottom: 35px;
    color: #000000; /* 黒色 */
    font-size: 16px; /* 小さめのフォントサイズ */
}