.register {
    max-width: 800px;
    padding: 40px 15px;
}

.register .register-header {
    border: 1px solid #ca689e;
    border-radius: 10px;
    text-align: center;
    padding: 14px 0 28px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 60px;
}

.register .register-bold {
    font-size: 15px;
    font-weight: bold;
}

.register .register-header .register-pink {
    font-size: 32px;
    line-height: 43px;
    color: #ca689e;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 4px;
}

.register .register-header .register-pink img {
    width: 20px;
    height: 20px;
}

.register .register-content {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0, 0, 0, 10%);
    padding: 28px 26px 45px 22px;
}

.register .register-description {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 22px;
}

.register .label {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

.register .generate-link {
    display: flex;
    align-items: center;
    flex-grow: row wrap;
}

.register .generate-link .form-control {
    max-width: 318px;
}

.register .generate-link span {
    font-weight: bold;
    margin-left: 11px;
}

.register .btn-submit-register.btn {
    max-width: 300px;
    margin: 42px auto 0;
    min-height: 45px;
}

.register .table-register.table th,
.register .table-register.table td {
    border-top: 0;
    border-bottom: 1px solid #707070;
    padding: 15px 0;
    font-size: 16px;
}

.register .table-register.table {
    margin-bottom: 94px;
}

.register-step-2 .register .register-content {
    padding: 75px 15px;
    text-align: center;
}

.register .register-success-description {
    margin: 38px auto 50px;
}

.register .td-title {
    min-width: 170px;
}

.register .td-content {
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    .register .register-header {
        font-size: 12px;
        padding: 14px 5px 28px;
    }

    .register .generate-link .form-control {
        max-width: 55%;
    }

    .register .generate-link span {
        font-size: 12px;
    }

    .register {
        padding: 40px 15px 70px;
    }

    .register-step-1 .register .register-content {
        padding: 28px 10px 45px;
    }
    .register .register-header .register-pink img {
        border-radius: 0 !important;
    }
}

.checkbox-faq-register {
    text-align: center;
}

.checkbox-faq-register label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.checkbox-faq-register label input {
    margin-right: 10px;
    visibility: hidden;
}

.checkbox-faq-register label span {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #dba3c8;
}

.checkbox-faq-register label input:checked ~ span {
    background-color: #dba3c8;
}

.checkbox-faq-register label span:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    bottom: 2px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox-faq-register label input:checked ~ span:after {
    display: block;
}

.checkbox-faq-register a {
    text-decoration: underline;
    color: #dba3c8;
    margin-right: 2px;
}
.notice {
    display: block;
    flex-basis: 100%;
    margin-top: 10px;
}
