@import url(../global/global.css?ver=1.06);



.page-title {
    color: #692b8c;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
}

.page-title::before {
    content: " ";
    width: 300px;
    display: inline-block;
    position: absolute;
    bottom: -17px;
    height: 4px;
    background-color: #692b8c;
    right: 0;
}

.group {
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 20px;
    transition: all 0.3s;
    border: 1px solid #FDB913;
}

.group-title {
    font-weight: 500;
    color: #222;
    font-size: 30px;
}

.group-img img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.group-btn {
    background-color: #692b8c;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    transition: all 0.3s;
}

.group-btn:hover {
    box-shadow: 0 6px 50px #692b8c80;
    color: #fff;
}

.group div {
    width: 50%;
    height: 100%;
}

.group:hover {
    box-shadow: 0px 15px 30px #D9D9D9;
}

@media only screen and (max-width:768px) {
    .group-btn {
        font-size: var(--font-size-1);
    }

    .page-title {
        font-size: var(--font-size-3);
    }

    .page-title::before {
        width: 200px;
    }
}

@media only screen and (max-width:576px) {
    .group {
        border-radius: 20px;
        padding: 16px;
    }

    .group-img img {
        border-radius: 16px;
    }

    .group-title {
        font-size: 18px;
    }

    .group-btn {
        font-size: var(--font-size-small);
    }
}

.captch-label {
    direction: ltr;
    display: flex;
    width: fit-content;
    margin-inline: auto;
    font-size: 1.3rem;
    font-weight: 700;
}

.alert-success_1 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success_2 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}