.content-block {
    background-color: #00863f;
    padding-bottom: 0!important;
    margin-top: 0!important;
}
.regis-section {
    padding: 32px 24px 16px 24px;
}
.btn-register,
.btn-signin {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.period-detail {
    margin-top: 16px;
    margin-bottom: 20px;
    color: var(--System-White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}
.campaign-remark {
    margin-bottom: 48px;
    color: var(--System-White, #fff);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 156.25% */
    padding: 0 24px;
}
/* sign up */
.btn-line {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    border-color: #06c755;
    color: #06c755;
    margin-bottom: 20px;
}

.btn-line:hover {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    border-color: #06c755;
    background-color: #06c755;
    color: #fff;
    margin-bottom: 20px;
}
