.angie-auth-btn-group-2a0d8152 {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}

.angie-auth-btn-2a0d8152 {
    display: inline-block;
    background-color: #e6007e;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid #e6007e;
    text-transform: capitalize;
}

.angie-auth-btn-2a0d8152:hover {
    background-color: #c4006b;
    border-color: #c4006b;
    color: #ffffff !important;
}

.angie-auth-btn-outline-2a0d8152 {
    background-color: transparent;
    color: #e6007e !important;
}

.angie-auth-btn-outline-2a0d8152:hover {
    background-color: #e6007e;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .angie-auth-btn-group-2a0d8152 {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .angie-auth-btn-2a0d8152 {
        width: 100%;
        text-align: center;
    }
}