.banner-login-booktime-style {
    padding: 0 2.08rem;
    position: relative;
    height: 17.36rem;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.banner-login-booktime-style .page-banner {
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    gap: 0;
    z-index: 1;
}
.banner-login-booktime-style .page-banner__content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    -webkit-box-pack: center;
    flex-direction: column;
    -webkit-box-align: start;
    justify-content: center;
    flex: 1;
}
.banner-login-booktime-style .page-banner__content h1 {
    margin-bottom: .83rem;
    font-size: 1.81rem;
    font-weight: 700;
    text-align: start;
    color: #333;
    position: relative;
    font-family: "Noto Sans", sans-serif;
    line-height: 2.43rem;
}
.banner-login-booktime-style .page-banner__content h1:before {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-text-stroke: .42rem #fff;
    font-size: 1.81rem;
    font-family: "Noto Sans", sans-serif;
    content: "Booktime";
}
.banner-login-booktime-style .page-banner__content h1:after {
    content: "Booktime";
    position: absolute;
    color: #333;
    top: 0;
    right: 0;
    font-size: 1.81rem;
    font-family: "Noto Sans", sans-serif;
}
.banner-login-booktime-style .page-banner__content .page-banner__text p {
    margin: 0;
}
.banner-login-booktime-style .page-banner__content .page-banner__text {
    max-width: 90%;
    font-size: .97rem;
    text-align: start;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.67rem;
}
.banner-login-booktime-style .page-banner__content .login-btns {
    margin-top: .69rem;
}
.banner-login-booktime-style .page-banner__content .login-btns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1.04rem;
}
.banner-login-booktime-style .login-btns li {
    width: auto;
    min-width: 7.22rem;
    height: 2.78rem;
}
.banner-login-booktime-style .login-btns .sign-up_btn a {
    background-color: #af3eff;
    color: #fff;
}
.banner-login-booktime-style .login-btns li a {
    padding: 0 1.53rem;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: .42rem;
    font-size: 1.11rem;
    font-weight: 700;
    font-family: "Noto Sans", sans-serif;
    transition: all .3s;
}
.banner-login-booktime-style .login-btns .sign-in_btn a {
    color: #333;
    background-color: transparent;
    border: .07rem solid #333;
}
.banner-login-booktime-style .login-btns .sign-up_btn a:hover {
    background: #9a0bff;
}
.banner-login-booktime-style .login-btns .sign-in_btn a:hover {
    border-color: #af3eff;
    color: #af3eff;
}
.banner-login-booktime-style .page-banner__img {
    max-width: 30.56rem;
    flex: 1;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    max-height: 33%;
}
.banner-login-booktime-style .page-banner__img img {
    transition: .5s;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767.9px) {
    .banner-login-booktime-style {
        height: auto;
        padding: 5.12rem 5.12rem 7.68rem 5.12rem;
    }
    .banner-login-booktime-style .page-banner__img {
        display: none;
    }
    .banner-login-booktime-style .page-banner__content {
        align-items: center;
    }
    .banner-login-booktime-style .page-banner__content h1 {
        margin-bottom: .51rem;
        font-size: 6.66rem;
        line-height: 8.97rem;
    }
    .banner-login-booktime-style .page-banner__content h1:before {
        font-size: 6.66rem;
        -webkit-text-stroke: 1.54rem #fff;
    }
    .banner-login-booktime-style .page-banner__content h1:after {
        font-size: 6.66rem;
    }
    .banner-login-booktime-style .page-banner__content .page-banner__text {
        font-size: 3.59rem;
        line-height: 6.15rem;
    }
    .banner-login-booktime-style .page-banner__content .login-btns {
        margin-top: 5.12rem;
    }
    .banner-login-booktime-style .page-banner__content .login-btns ul {
        gap: 3.84rem;
    }
    .banner-login-booktime-style .login-btns li {
        min-width: 26.64rem;
        height: 10.25rem;
    }
    .banner-login-booktime-style .login-btns li a {
        border-radius: 1.54rem;
        font-size: 4.1rem;
        padding: 0 5.64rem;
    }
    .banner-login-booktime-style .login-btns .sign-in_btn a {
        border: .26rem solid #333;
    }
}