#email-tips, #password-tips, #register-tips {
    font-weight: 100;
    color: white;
    margin-top: 1rem;
    line-height: 1.4;
}

#register-tips {
    margin-top: 0;
    margin-bottom: 2rem;
}

/* For merge account */
form[class$="-account"] {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

form[class$="-account"] select {
    height: 65px;
    font-family: '微軟正黑體';
    color: #ffffff;
    font-size: 1.25rem;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #ffffff;
}

form[class$="-account"] select::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] select:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] select::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] select::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] select option {
    color: #f40000;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    form[class$="-account"] select {
        height: 50px;
    }
}

form[class$="-account"] select[name="gender"] {
    width: 100%;
}

form[class$="-account"] select[name^=birthdate-] {
    width: calc((100% - 40px) / 3);
}

form[class$="-account"] select[name^=birthdate-]:nth-of-type(n + 2) {
    margin-left: 20px;
}

form[class$="-account"] input[type="text"],
form[class$="-account"] input[type="tel"],
form[class$="-account"] input[type="email"],
form[class$="-account"] input[type="password"] {
    width: 100%;
    height: 65px;
    font-family: '微軟正黑體';
    color: #ffffff;
    font-size: 1.25rem;
    padding: 0 20px 0 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #ffffff;
}

form[class$="-account"] input[type="text"]::-webkit-input-placeholder,
form[class$="-account"] input[type="tel"]::-webkit-input-placeholder,
form[class$="-account"] input[type="email"]::-webkit-input-placeholder,
form[class$="-account"] input[type="password"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] input[type="text"]:-ms-input-placeholder,
form[class$="-account"] input[type="tel"]:-ms-input-placeholder,
form[class$="-account"] input[type="email"]:-ms-input-placeholder,
form[class$="-account"] input[type="password"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] input[type="text"]::-ms-input-placeholder,
form[class$="-account"] input[type="tel"]::-ms-input-placeholder,
form[class$="-account"] input[type="email"]::-ms-input-placeholder,
form[class$="-account"] input[type="password"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

form[class$="-account"] input[type="text"]::placeholder,
form[class$="-account"] input[type="tel"]::placeholder,
form[class$="-account"] input[type="email"]::placeholder,
form[class$="-account"] input[type="password"]::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {

    form[class$="-account"] input[type="text"],
    form[class$="-account"] input[type="tel"],
    form[class$="-account"] input[type="email"],
    form[class$="-account"] input[type="password"] {
        height: 50px;
    }
}

form[class$="-account"] input[name="firstName"],
form[class$="-account"] input[name="lastName"] {
    background-image: url(../images/name.svg);
    background-size: 25px 25px;
    background-position: 14px center;
    background-repeat: no-repeat;
}

form[class$="-account"] input[name="signInEmailAddress"],
form[class$="-account"] input[name="emailAddress"] {
    background-image: url(../images/email.svg);
    background-size: 26px 18px;
    background-position: 12px center;
    background-repeat: no-repeat;
}

form[class$="-account"] input[name="emailAddress"][disabled] {
    background-image: url(../images/email_disabled.svg);
    background-size: 26px 18px;
    background-position: 12px center;
    background-repeat: no-repeat;
}

form[class$="-account"] input[name="currentPassword"],
form[class$="-account"] input[name="newPassword"],
form[class$="-account"] input[name="newPasswordConfirm"] {
    background-image: url(../images/password.svg);
    background-size: 23px 23px;
    background-position: 13.5px center;
    background-repeat: no-repeat;
}

form[class$="-account"] input[name="phone"] {
    background-image: url(../images/phone_number.svg);
    background-size: 18px 38px;
    background-position: 17px center;
    background-repeat: no-repeat;
}

form[class$="-account"] input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0;
}

form[class$="-account"] input[type="checkbox"]~label {
    width: calc(100% - 20px);
    padding-left: 10px;
    margin: 0;
    vertical-align: middle;
}

form[class$="-account"] input[disabled] {
    color: #444;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.8);
}

form[class$="-account"] .validation-error p {
    color: #ffffff;
}

form[class$="-account"] button:hover {
    opacity: 0.85;
}

form[class$="-account"] div.div-residencyCountry {
    display: none;
}

.validation-error {
    color: white;
}

#edit-tips {
    color: white;
    padding-bottom: 1rem;
}

div#merge-account-form>p {
    text-align: center;
    color: white;
}

#merge-account-cancel {
    margin-top: 10px;
}

@media (max-width: 575px) {
    .draw__banner-bottombar {
        height: 19.4vw;
    }
}

.overflow-hidden {
    overflow: hidden;
}

#janrainAuthReturnExperience {
    left: 50% !important;
    transform: translateX(-50%);
}

#response-error.validation-error {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#response-error.validation-error p {
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
}

#response-error.validation-error p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 13px;
    background-image: url(../images/error_white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* form[class$="-form"] select {
    padding: 0 20px 0 50px !important;
} */
/* form[class$="-form"] select[name=gender] {
    -webkit-appearance: menulist;
    padding: 0 20px 0 50px !important;
    background-image: url(../images/gender.svg);
    background-size: 25px 25px;
    background-position: 14px center;
    background-repeat: no-repeat;
}

form[class$="-form"] select[name=birthdate-month] {
    -webkit-appearance: menulist;
    padding: 0 20px 0 50px !important;
    background-image: url(../images/birthday.svg);
    background-size: 25px 25px;
    background-position: 14px center;
    background-repeat: no-repeat;
} */
.common__selectbox-birth::before {
    content: '';
    position: absolute;
    top: calc(50% - 12.5px);
    left: 14px;
    width: 25px;
    height: 25px;
    background-image: url(../images/birthday.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.common__selectbox-gender::before {
    content: '';
    position: absolute;
    top: calc(50% - 12.5px);
    left: 14px;
    width: 25px;
    height: 25px;
    background-image: url(../images/gender.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.draw .common__titlebox {
    max-width: 800px;
    margin: 0 auto 20px;
}

/* form[class$="-form"] select,
form[class$="-form"] input[type="text"],
form[class$="-form"] input[type="tel"],
form[class$="-form"] input[type="email"],
form[class$="-form"] input[type="password"],
div[class^="div-"] label,
button[class$="-submit"] {
  font-family: 'Noto Sans TC', '微軟正黑體';
} */
#birthdate-tips {
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
}

#birthdate-tips::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 13px;
    background-image: url(../images/error_white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lightbox__titlebox h3 {
    font-size: 2rem;
}

.lightbox__main {
    max-width: 600px;
}

.lightbox__text {
    font-size: 1rem;
}

.loading__main {
    margin: 0 2rem;
}

.loginRedir .loading {
    display: flex !important;
}

.resultpage__imgbox-fireworks {
    background-size: contain;
}

#gotop {
    opacity: 0;
}

#gotop.active {
    opacity: 1;
}

.gotop {
    bottom: 65px
}

/* @media only screen and (max-width: 767px){
    select.date-field.form-field.form-field-dateselect{
      padding: 0 20px;
    }
} */
form[class$="-form"] select {
    padding: 0 20px;
}

form[class$="-form"] select[name=birthdate-month], form[class$="-form"] select[name=gender] {
    padding: 0 20px 0 50px;
}

.landing__banner, .landing__activity-firework2 {
    z-index: 10;
}

.draw__banner-bottombar, .topbar {
    margin-bottom: -2px;
}

.landing__activity, .bottombar {
    margin-top: -2px;
}

@supports (-ms-ime-align:auto) {
    .landing__prize-item {
        margin-right: 49px;
    }
}

.disable_browser {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/Loading_background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.disable_browser::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f40000;
    opacity: 0.58;
}

.disable_browser__main {
    position: relative;
    z-index: 2;
}

.disable_browser__main+.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: transparent;
}

.disable_browser__text {
    font-size: 3rem;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#merge-account-form #janrainEngageEmbed {
    padding: 15px 0;
}

#merge-account-form #janrainEngageEmbed .janrainContent {
    margin: 0 auto;
}

.loading__main.loading__gif::before {
    display: none;
}

.loading__main.loading__gif {
    text-align: center;
}

.loading__main.loading__gif img {
    width: 85%;
}

.footer table {
    width: 100%;
}

.footer table tr td {
    padding: 0;
}

.footer table tr td:last-child {
    text-align: right;
}

.footer table tr td .footer__desktop {
    display: block;
}

.footer table tr td.footer__mobile {
    display: none;
}

.footer table tr td.footer__mobile:last-child {
    text-align: left;
}

@media (max-width: 768px) {
    .footer table tr td .footer__desktop {
        display: none;
    }

    .footer table tr td.footer__mobile {
        display: table-cell;
    }

    .footer table tr td:last-child {
        width: 45%;
    }

    .footer table tr td.footer__mobile:last-child {
        width: 100%;
    }
}

.footer table tr td p {
    margin-bottom: 0;
}

.common__input {
    color: rgba(0, 0, 0, 0.8);
}

.common__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.common__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.common__input::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] select {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] select::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] input[type="text"],
form[class$="-form"] input[type="tel"],
form[class$="-form"] input[type="email"],
form[class$="-form"] input[type="password"] {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] input[type="text"]::-webkit-input-placeholder,
form[class$="-form"] input[type="tel"]::-webkit-input-placeholder,
form[class$="-form"] input[type="email"]::-webkit-input-placeholder,
form[class$="-form"] input[type="password"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] input[type="text"]:-ms-input-placeholder,
form[class$="-form"] input[type="tel"]:-ms-input-placeholder,
form[class$="-form"] input[type="email"]:-ms-input-placeholder,
form[class$="-form"] input[type="password"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] input[type="text"]::-ms-input-placeholder,
form[class$="-form"] input[type="tel"]::-ms-input-placeholder,
form[class$="-form"] input[type="email"]::-ms-input-placeholder,
form[class$="-form"] input[type="password"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

form[class$="-form"] input[type="text"]::placeholder,
form[class$="-form"] input[type="tel"]::placeholder,
form[class$="-form"] input[type="email"]::placeholder,
form[class$="-form"] input[type="password"]::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__select {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__select::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__input {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.registration__form-red .common__input::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.draw__agree label {
    padding-left: 25px;
}

.draw__agree label::before {
    top: 0;
    width: 15px;
    height: 15px;
}

.draw__agree input:checked+label::before {
    background-color: none !important;
}

.draw__agree label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    opacity: 0;
    background: no-repeat 80%/80% 100%;
    border: 1px solid #f40000;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.draw__agree input:checked+label::after {
    opacity: 1;
    background-image: url("../images/checkbox-tick.svg");
    transition-delay: 0.2s !important;
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

/* @media (max-width: 767px) { */
.common__btn p {
    font-size: 1.3rem !important;
}

/* } */
@media (max-width: 479px) {
    .common__btn p {
        font-size: 1rem !important;
    }
}

#registration-form select[name="birthdate-years"] {
    margin-left: 9px;
}

@media (min-width: 767px) {
    .resultpage__content-text {
        padding: 0 10rem;
    }
}

.resultpage__container {
    display: none;
}

.common__selectbox-store~.notice {
    color: #f40000;
    font-size: 1.125rem;
    text-align: left;
    margin-top: 5px;
    display: none;
}

@media (max-width: 767px) {
    .common__selectbox-store~.notice {
        font-size: 1rem;
    }
}

.common__inputbox-disabled.common__inputbox-name::before {
    background-image: url(../images/name_disabled.svg);
}

.common__inputbox-disabled.common__inputbox-phone::before {
    background-image: url(../images/phone_number_disabled.svg);
}

form[class$="-form"] input[name="firstName"][disabled],
form[class$="-form"] input[name="lastName"][disabled] {
    background-image: url(../images/name_disabled.svg);
}

form[class$="-form"] input[name="phone"][disabled] {
    background-image: url(../images/phone_number_disabled.svg);
}

@media (max-width: 575px) {
    .bottombar {
        background-color: #f40000;
        margin-bottom: -1px;
    }
}

.get-started-btn {
    animation: heartbeat 0.6s infinite;
}

@keyframes heartbeat {
    50% {
        transform: scale(1.1);
    }
}

.landing__banner .click-area {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 45%;
    background-color: transparent;
    height: 80%;
    transform: translate(-50%, 0);
}

.click-area:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    .landing__banner .click-area {
        top: 18%;
        left: 0%;
        width: 100%;
        transform: translate(0, 0);
    }
}

.get_started {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 500;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .get_started {
        display: none;
    }
}

.landing__register {
    border: 7px solid white;
    width: 100%;
    padding: .5rem;
    margin: 3rem auto;
    box-shadow: 7px 7px white;
    max-width: 500px;
    font-size:
}

.landing__register p {
    margin: 0;
}

.landing__step-title {
    font-weight: normal;
}

.expiry-reminder {
    text-align: center;
    color: white;
    font-size: 1.5rem;
}

.expiry-reminder a {
    text-decoration: underline;
}
