* {
    font-size: 17px;
    line-height: 1.8em;
    color: #333333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

body {
    position: relative;
    /* background: url("../img/signup/kv-bg.png") no-repeat fixed center; */
    background-size: cover;
}

body::before {
    content: url(../img/signup/bg01.png);
    overflow: hidden;
    width: 15vw;
    height: 100vh;
    display: flex;
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #050a44;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px;
}

body::after {
    content: url(../img/signup/bg02.png);
    visibility: visible;
    overflow: hidden;
    width: 15vw;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    justify-content: center;
    z-index: 3;
    background-color: #050a44;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 3px 8px;
}



@media (max-width:767px) {
    .pad-pc-only {
        display: none;
    }

    .pc-only {
        display: none;
    }

    .pad-only {
        display: none;
    }
}


.fixed_logoo_left {
    position: fixed;
    z-index: 100;
    top: 1vh;
    left: 2vw;
    margin: 0;
}

.fixed_logoo_left img {
    width: 11vw;
}

.fixed_logo_right {
    position: fixed;
    z-index: 100;
    bottom: 25vh;
    right: 1vw;
    margin: 0;
}

.fixed_logo_right img {
    width: 12vw;
}

@media screen and (max-width: 767px) {
    .fixed_logoo_left {
        background-color: #00bdec;
        width: 100%;
        height: 10vh;
        top: 0;
        left: 0;
        text-align: center;
    }

    .fixed_logoo_left img {
        width: 40vw;
    }

    body::before,
    body::after {
        display: none;
    }

    .fixed_logo_right {
        background-color: #050a44;
        width: 100%;
        height: 9vh;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .fixed_logo_right img {
        width: 40vw;
    }
}

.top-link,
.cr-title {
    text-align: right;
}


.top-link a {
    color: #00226b;
}

.top-link a:hover {
    color: #626770;
    text-decoration: none;
}

.bottom-link a {
    color: #848882;
}

.bottom-link a:hover {
    color: #4f524d;
    text-decoration: none;
}

@media screen and (max-width: 767px) {

    .signup-title,
    .top-link,
    .bottom-link,
    .cr-title {
        text-align: center;
        margin-bottom: 10px;
    }
}

.section-signup {
    width: 65%;
    margin: 0 auto;
    padding: 2em 3em;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .section-signup {
        width: 100%;
        padding-bottom: 75px;
    }
}

.signup-title {
    font-size: 1.4rem;
    padding-bottom: 20px;
}

.signup-title span {
    font-size: 16px;
    color: #CDD0CB;
}

.form-control {
    background-color: #efefef;
    border: none;
}

.custom-control-label {
    color: #848882;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-image: url(../img/signup/warning.svg)
}

.form-control:focus {
    border-color: #ff43a5;
    box-shadow: 0 0 0 0.2rem rgb(175 0 255 / 25%);
}


.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ff64a5;
    border-radius: 50%;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #ff43a5;
}


/* 報名按鈕 */
.button-signup {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 18px;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-signup {
        padding: 19px 32px;
    }
}

.button-signup:before,
.button-signup:after {
    border-radius: 80px;
}

.button-signup:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-signup:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #c745de 0, #3e41de 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-signup:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
}

.button-signup:active:not(:disabled) {
    color: #ccc;
}

.button-signup:active:not(:disabled):after {
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ffdc31 0, #de8627 100%); */
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-signup:disabled {
    cursor: default;
    opacity: .24;
}

.btn:hover {
    color: #ffdc00;
}