body {
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
    font-family: "Roboto", "Noto Sans TC", Arial, "微軟正黑體", "新細明體", Helvetica, sans-serif;
}

/* =====================================
# signup-kv
========================================*/

.signup-kv {
    color: #fff;
    position: relative;
    padding: 0 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-size: cover !important;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.65) 100%), url(../img/skv.jpg) no-repeat center center fixed;

}

.kv-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.kv-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 200px;
	transform: translateY(1px);
}

.kv-bottom .shape-fill {
    fill: #FFFFFF;
}

.signup-title {
    margin-top: 7rem;
}

.signup-title span {
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.signup-title h1 {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    background: linear-gradient(to right, #9747FF, #4BAEF5);
    background: -webkit-linear-gradient(to right, #9747FF, #4BAEF5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.signup-title h2 {
    font-size: 2.5rem;
}

/* =====================================
# sec-signup
========================================*/

.sec-signup {
    padding: 0 2rem 3rem;
    margin-top: -7rem;
}

.sec-signup span {
    color: red;
}

.sec-signup .btn-primary {
    background-color: #0072C5;
    border-radius: 25px;
}

.sec-signup h4 {
    font-weight: 400;
    margin-bottom: 3rem;
    line-height: 2;
}