#passkey-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .4s;
    padding: 0em;
}
#passkey-login:hover {
    color: #f07b2f;
    background: transparent !important;
}
.blue_btn {
    width: 100% !important;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    background: #00a69c !important;
    color: #fff !important;
    border: 1px solid #00a69c !important;
}
#create-passkey-link, #use-password-login, #skip-for-now  {
    color: #f07b2f;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin: 20px 0 2em 0 !important;
    display: block;
    text-decoration: none;
    font-style: italic;
}
.password-login-form {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 1000ms ease, opacity 200ms ease;
}
.password-login-form.expanded {
    max-height: 300px; /* large enough for the content */
    opacity: 1;
}
.login-create-passkey {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 1000ms ease, opacity 200ms ease;
}
.login-create-passkey.expanded {
    max-height: 600px; /* large enough for the content */
    opacity: 1;
}
.passkey-idea-img {
    width: 480px;
}
@media (max-width: 480px) {
    .passkey-idea-img {
        width: 320px;
    }
}
.container .message.error {
    margin-bottom: -1em !important;
}
@media (max-height: 800px) {
    .onionrings {
        top: 45% !important;
    }
}
@media (max-height: 712px) {
    .onionrings {
        top: 50% !important;
    }
}
h2 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
body.jpnSite h3.passkeys-subtitle {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}

body h3.passkeys-subtitle {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
  font-family: "Be Vietnam","Hiragino Kaku Gothic ProN",Meiryo,"MS PGothic",sans-serif
}
