.form-control,
.btn {
    border-radius: 0;
    box-shadow: none !important;
}

.input-group-text {
    border-radius: 0;
    background: none;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #f6d365;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right bottom, rgba(246, 211, 101, 1), rgba(253, 160, 133, 1))
}

.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8;
}

.profile-button {
    background: #BA68C8;
    box-shadow: none;
    border: none;
}

    .profile-button:hover {
        background: #682773;
    }

    .profile-button:focus {
        background: #682773;
        box-shadow: none;
    }

    .profile-button:active {
        background: #682773;
        box-shadow: none;
    }

.back:hover {
    color: #682773;
    cursor: pointer;
}

.bg-group-input {
    background: var(--bs-dark-bg-subtle);
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

.input-required:after {
    content: '*';
    position: relative;
    display: inline-block;
    color: red;
    margin: 0;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
    line-height: 0;
    font-size: 1.25rem;
}

::-webkit-validation-bubble-message {
    display: none !important;
}
