/* ============================================================
   web-auth-register  —  帳號:登入/註冊/驗證   〔積木說明〕
   登入、註冊、忘記密碼、Email/驗證提醒頁(.register-*/.login-*/.verify-notice-page)
   （由 all.css 拆分；純樣式區塊，改這裡不影響其他積木）
   ============================================================ */



.thank-mains {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.thank-containers {
    margin-top: 60px;
    margin-bottom: 60px;
}

.thank-containers .step-block {
    text-align: center;
    margin-bottom: 45px;
    padding-right: 0px;
}

.thank-containers img {
    max-width: 800px;
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
    width: 43%;
    float: left;
}

.thank-content .thank-text p a {
    color: #3490dc
}

.thank-content {
    float: right;
    margin-left: 20px;
    width: 55%;
    margin-bottom: 20px;
    font-size: 16px;
}

.thank-content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #b95755;
}

.thank-text {
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
}

.user-content {
    background-color: #eee;
    color: #444;
    padding: 20px;
    border-radius: 5px;
    line-height: 35px;
}

.thank-btn {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.thank-btn a {
    margin: auto;
    border: 0px;
    border-radius: 3px;
    padding: 0px;
    width: 36%;
}

.thank-btn a {
    color: #fff;
    display: block;
    line-height: 49px;
}

.thank-btn a:hover {
    text-decoration: none;
}

.thank-table {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.thank-table th {
    background-color: #444;
    color: #fff;
}

.thank-table th,
.thank-table td {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.thank-table img {
    width: 150px;
}

.total {
    background-color: #eee;
}

.line-btn {
    background-color: #5bbf43;
}

.fb-btn {
    background-color: #176ba9;
}

.phone-btn {
    background-color: #b71729;
    display: none;
}

.black-btn {
    background-color: #444444;
}

.red-btn {
    background-color: #9f353a;
    color: #fff;
}

.line-btn:hover {
    background-color: #76be5b;
}

.fb-btn:hover {
    background-color: #2280bb;
}

.phone-btn:hover {
    background-color: #c02835;
}

.black-btn:hover {
    background-color: #c02835;
}

.red-btn:hover {
    background-color: #c02835;
}

.thank-btn button i {
    font-size: 18px;
    margin-right: 10px;
}

.thank-btn .pre-btn a,
.thank-btn .next-btn a {
    line-height: unset;
}



@media (max-width: 1080px) {
    .thank-containers img {
        width: 35%;
    }

    .thank-content {
        width: 62%;
    }
}

@media (max-width: 767px) {
    .thank-containers img {
        width: 100%;
        box-sizing: border-box;
    }

    .thank-content {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .thank-btn button {
        margin-top: 10px
    }

    .thank-btn .black-btn {
        width: 100%;
        margin: auto;
        margin-top: 10px;
    }

    .thank-text {
        font-size: 16px;
    }

    .phone-btn {
        display: block;
    }

}

@media (max-width: 320px) {
    .thank-btn button {
        width: 100%;
    }

    .thank-text {
        padding: 0px 10px;
        font-size: 16px;
    }
}


.thanks-main {
    padding: 70px 0px;
    text-align: center;
}

.thanks-main img {
    max-width: 100%;
    vertical-align: middle;
}

.login-main {
    max-width: 380px;
    margin: 0px auto;
    padding: 20px 0px;
}

.register-main {
    max-width: 580px;
}

.login-switch a {
    display: block;
    width: 50%;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #bababa;
    float: left;
    text-decoration: none;
    height: 60px;
    padding: 5px;
}

.login-switch .ahover {
    background: #9f353a;
}

.login-switch {
    margin-bottom: 30px;
}

.login-switch img {
    width: 17%;
    display: block;
    margin: auto;
}

.login-input input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #c6c5c5;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 16px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c1c1c1;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1c1c1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c1c1c1;
}

.login-input {
    margin: 15px 0px;
}

.text {
    font-size: 18px;
    margin: 20px 0;
    padding-left: 30px;
    width: 100%;
    font-weight: bold;
    color: #e3342f;
}

.unique-error {
    color: #e3342f;
}

.name-input {
    width: 49%;
}

/* .form-radio-input{margin-bottom: 20px;} */
.login-submit {
    -webkit-appearance: none;
    display: block;
    height: 36px;
    border-radius: 50px;
    background: #9f353a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.login-link {
    margin-bottom: 20px;
    color: #868585;
    font-size: 16px;
    text-align: center;
}

.login-link a {
    color: #444;
    padding: 3px 15px;
    border-radius: 31px;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline !important;
}

#login-fancy .login-link a {
    margin-top: 20px;
    width: auto;
    padding: 3px 15px;
}

#login-fancy .title {
    margin: 10px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#login-fancy {
    width: 570px;
}

/* 註冊/登入按鈕區塊 */
.login-button-block {
    display: inline-block;
    width: 100%;
}

.login-button {
    width: 100%;
    margin: 0px 3px;
    margin-bottom: 10px;
    display: inline-block;
    height: 40px;
    border-radius: 2rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
}

.login-button a {
    color: #fff;
}

.login-button i {
    font-size: 18px;
}

.login-button:hover {
    opacity: 0.8;
}

.line-button {
    background: #00a82d;
}

.google-button {
    background: #de4936;
}

.facebook-button {
    background: #4863a1;
}

.disabled-button {
    background-color: #ddd;
    pointer-events: none;
}

.line-button img {
    width: 20px;
    margin-right: 4px;
    vertical-align: -5px;
}

/* .login-input-block{display: none;} */
/* .general-register-block{display: none;} */
.coach-login {
    display: none;
}

.socialite-notify {
    background-color: #9f353a;
    float: right;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    z-index: -999;
}

.socialite-notify-a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.socialite-notify-button {
    background-color: #9f353a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-top: 0.8px;
    z-index: -998;
    display: inline-block;
    padding: 0 3px;
}

.socialite-notify a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.socialite-notify-button:hover {
    color: #fff !important;
}

.socialite-notify-button {
    border: 1px solid #fff;
}

#booking-fix-block.top-socialite-notify {
    top: 127px;
}

@media (max-width: 768px) {
    .socialite-notify-button {
        display: inline-block;
    }

    .head-person-fix.top-socialite-notify {
        top: 77px;
    }
}

@media (max-width: 450px) {
    .login-button {
        font-size: 10px;
        line-height: 37px;
        height: 37px;
    }

    .login-button i {
        font-size: 18px;
    }

    .login-switch a {
        height: 55px;
        padding: 5px;
    }

    .login-switch img {
        width: 14%;
        margin-top: unset;
    }

    .login-input .fa-info-circle {
        line-height: 21px;
    }

    .booking-fix-block-phone .booking-fix-select.top-socialite-notify {
        top: 77px;
    }

    .head-person-fix.top-socialite-notify {
        top: 78px;
    }
}

@media (max-width: 350px) {
    .head-person-fix {
        top: 50px;
    }

    .top-socialite-notify .profile-right-block {
        margin-top: 62px;
    }

    .head-person-fix.top-socialite-notify {
        top: 97px;
    }
}

/* 註冊/登入按鈕區塊 END */
.forget-text {
    color: #AA3D4E;
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}

.send-submit {
    display: block;
    border-radius: 5px;
    background: #9f353a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    padding: 10px 20px;
}

.register-btn {
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    height: 36px;
    border-radius: 50px;
    background: #9f353a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: none;
    color: #fff;
}

.register-main .information-block {
    background-color: #fbf0f0;
    float: left;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: justify;
    border: 1px solid #9f353a;
    color: #9f353a;
    line-height: 15px;
    display: none;
}

.form-names {
    font-size: 16px;
    color: #231815;
    line-height: 42px;
    text-align: right;
}

.login-input .fa-info-circle {
    font-size: 12px;
    color: #9f353a;
    float: left;
    line-height: 44px;
    margin-left: 5px;
    cursor: pointer;
}

.form-star {
    color: #A71F2A;
    font-size: 16px;
}

.form-inputs {
    margin-left: 84px;
}

.form-names-input input {
    width: 100%;
}

.form-radio-input input {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.form-radio-input label {
    margin-right: 10px;
}

.form-radio-input {
    line-height: 42px;
}

.radio-group {
    font-size: 16px;
    margin-right: 10px;
    text-align: left;
}

.form-birthday-text {
    display: block;
    width: 32px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
}

.form-birthday-inputs {
    margin-right: 32px;
}

.form-birthday-inputs select {
    text-align-last: center;
    height: 42px;
    width: 100%;
    background: #e4e4e3;
    width: 100%;
    font-size: 16px;
    border: none;
    box-sizing: border-box;
    padding: 0px 10px;
}

.form-birthday-group {
    width: 33.33%;
}

.form-password-input-text {
    display: block;
    line-height: 42px;
    border-radius: 50px;
    background: #9f353a;
    color: #fff;
    width: 49%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.register-agree input {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.register-agree {
    color: #231815;
    margin-top: 25px;
    line-height: 20px;
    text-align: center;
}

.register-agree label {
    display: block;
    margin-left: 25px;
    font-size: 12px;
}

.register-agree a {
    font-weight: bold;
}

#recaptchaClient {
    display: inline-block;
}

.recaptchaClient-block {
    text-align: center;
}

.login-switch {
    position: relative;
}

.login-switch input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.login-switch label {
    display: block;
    width: 100%;
    cursor: pointer;
    margin: 0;
}

#user-name {
    font-weight: bold;
}

@media (max-width: 450px) {
    .login-input .fa-info-circle {
        line-height: 21px;
    }
}

/* 提醒驗證頁 */
.verify-notice-page {
    font-size: 20px;
    margin: 60px auto;
    color: #444;
    width: 85%;
}

.verify-notice-page p {
    margin: 30px 0;
}

.verify-notice-page h1 {
    font-size: 30px;
    font-weight: bold;
}

.verify-notice-page h2 {
    font-size: 25px;
    font-weight: bold;
}

.verify-notice-page .email {
    background-color: #eee;
    padding: 20px 0;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    width: 40%;
    font-weight: bold;
}

.verify-notice-page .text {
    font-size: 16px;
}

.verify-notice-page span {
    color: red;
    font-size: 16px;
}

@media (max-width: 768px) {
    .verify-notice-page .email {
        width: 100%;
    }

    .verify-notice-page p {
        margin: 18px 0;
    }
}

/* 提醒驗證頁 END */


/* === 登入/註冊(原 news-video.css 切檔溢出,歸位) === */

.login-submit:hover,
    .send-submit:hover {
        opacity: 0.8;
        color: #fff;
        text-decoration: none;
    }

.thanks-main {
        padding: 10px 0px;
    }

.login-switch a {
        font-size: 17px;
        line-height: 28px;
    }

.login-main {
        padding: 10px 0px;
    }

.login-switch {
        margin-bottom: 20px;
    }

.login-input input {
        line-height: 30px;
        padding: 0 5px;
        font-size: 15px;
    }

.login-input {
        margin-bottom: 8px;
    }

.form-radio-input {
        margin-bottom: 8px;
    }

.login-submit {
        margin-top: 15px;
    }

.login-submit {
        height: 28px;
        line-height: 28px;
    }

.login-link {
        padding: 15px 0px;
        font-size: 15px;
    }

.send-submit {
        margin-top: 15px;
    }

.register-main .login-input .form-inputs {
        margin-left: 0;
        float: left;
        width: 100%;
    }

.register-main .login-input .form-names {
        line-height: normal;
        margin-bottom: 10px;
    }

.register-main .form-names {
        text-align: left;
    }

.register-main .form-radio-input .form-names {
        width: auto;
    }

.register-main .form-radio-input .form-inputs {
        margin-left: 55px;
    }

.form-birthday-text {
        width: 20px;
    }

.form-birthday-inputs {
        margin-right: 20px;
    }

.form-birthday-inputs select {
        font-size: 14px;
        padding: 0px;
    }

.password-input {
        width: 100%;
    }

