
.btn-purple {
    color: #fff !important;
    background-color: #930483 !important;
    border-color: #930483 !important;
}

.text-purple {
    --bs-text-opacity: 1;
    color: #930483 !important;
}

.text-dark-purple {
    --bs-text-opacity: 1;
    color: #1f008e !important;
}

.text-dark-red {
    --bs-text-opacity: 1;
    color: #970303 !important;
}

.text-bold-goi {
    font-weight: 700 !important;
}

.btn-green-goi {
    color: #fff !important;
    background-color: #5A8259 !important;
    border-color: #5A8259 !important;
}
/*5A8259*/
/*#2c774d*/
.text-green-goi {
    --bs-text-opacity: 1;
    color: #5A8259 !important;
}

.text-green-goi-head {
    --bs-text-opacity: 1;
    border-color: #dcdcca !important;
    color: #5A8259 !important;
}

@media(max-width: 576px){
    .auth-form {
        width: 100% !important;
    }
}