.sign-in-booktime-style {
    max-width: 88.33rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
}
.sign-in-booktime-style .sign-in__logo {
    margin-bottom: 2.43rem;
}
.sign-in-booktime-style .sign-in__logo img {
    width: auto;
    height: 5.56rem;
    display: block;
    margin: 0 auto;
}
.sign-in-booktime-style .sign-in__panel {
    background: #f5f5f5;
    border-radius: 1.39rem;
    padding: 1.39rem;
    width: 31.25rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .69rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.11rem;
}
.sign-in-booktime-style .sign-in__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    border: .07rem solid transparent;
    border-radius: .69rem;
    padding: .69rem 3.33rem;
    min-height: 3.89rem;
    height: auto;
    font-size: 1.11rem;
    font-weight: 700;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    gap: 1.11rem;
}
.sign-in-booktime-style .sign-in__btn:focus,
.sign-in-booktime-style .sign-in__btn:hover {
    background: #fff;
    border: .07rem solid #ccc;
    -webkit-transition: none;
    transition: none;
    color: #333;
}
.sign-in-booktime-style .sign-in__icon {
    font-size: 1.39rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    right: auto;
    left: 1.39rem;
    height: 1.39rem;
}
.sign-in-booktime-style .sign-in__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 1.11rem;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}
.sign-in-booktime-style .sign-in__divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31.25rem;
    max-width: 100%;
    margin: 2.08rem 0;
    color: #e5e4e5;
    font-size: .68rem;
}
.sign-in-booktime-style .sign-in__divider span {
    padding: 0 1.39rem;
    background: #fff;
    color: #8a8a8a;
    z-index: 1;
    font-size: .97rem;
}
.sign-in-booktime-style .sign-in__divider::after,
.sign-in-booktime-style .sign-in__divider::before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .07rem;
    background: #e5e5e5;
    display: block;
}
.sign-in-booktime-style .sign-in__terms {
    margin-top: 1.11rem;
    text-align: center;
    color: #aaa;
    font-size: .97rem;
    width: 31.25rem;
    max-width: 100%;
}
.sign-in-booktime-style .sign-in__terms a {
    color: #af3eff;
    text-decoration: underline;
    white-space: nowrap
}
.copyrights {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 3.4rem;
    background-color: #171717;
    font-size: .97rem;
    font-weight: 400;
    color: #bfbfbf;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
}
.copyrights p {
    margin: 0;
}
.page-sign-in {
    min-height: calc(100vh - 0px);
}
@media screen and (max-width: 767.9px) {
    .sign-in-booktime-style {
        max-width: 100%;
        padding: 5.89rem 5.12rem 0;
    }
    .sign-in-booktime-style .sign-in__logo {
        margin-bottom: 8.97rem;
    }
    .sign-in-booktime-style .sign-in__logo img {
        width: auto;
        height: 20.49rem;
    }
    .sign-in-booktime-style .sign-in__panel {
        border-radius: 5.12rem;
        padding: 5.12rem;
        width: 100%;
        gap: 2.56rem;
        font-size: 4.1rem;
    }
    .sign-in-booktime-style .sign-in__btn {
        border: .26rem solid transparent;
        border-radius: 2.56rem;
        padding: 2.56rem 12.3rem;
        min-height: 14.34rem;
        font-size: 4.1rem;
        gap: 4.1rem;
    }
    .sign-in-booktime-style .sign-in__icon {
        font-size: 5.12rem;
        left: 5.12rem;
        height: 5.12rem;
    }
    .sign-in-booktime-style .sign-in__text {
        font-size: 4.1rem;
    }
    .sign-in-booktime-style .sign-in__divider {
        width: 100%;
        margin: 7.68rem 0;
        font-size: 2.51rem;
    }
    .sign-in-booktime-style .sign-in__divider::after, 
    .sign-in-booktime-style .sign-in__divider::before {
        height: .26rem;
    }
    .sign-in-booktime-style .sign-in__terms {
        width: 100%;
        margin-top: 4.1rem;
        font-size: 3.59rem;
    }
    .copyrights {
        height: 12.55rem;
        font-size: 3.59rem;
    }
    .page-sign-in {
        min-height: calc(100vh - 0px);
    }
    .sign-in-booktime-style .sign-in__divider span {
        padding: 0 5.12rem;
        font-size: 3.59rem;
    }
}