form .invalid-feedback {
    color: #dc3545!important;
}

form .form-control.is-invalid {
    border-color: #dc3545 !important;
}

form .alert-danger {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.alert {
    border-radius: 0.75rem;
}

.profile .profile-details .profile-name * {
    text-align: center !important;
}

@media (min-width: 576px) {
    .profile .profile-details .profile-name * {
        text-align: left !important;
    }
}

#modal-terms ul {
    margin: 0.5rem 0;
}

#modal-terms ul li {
    list-style: disc;
    margin-left: 20px;
}

#modal-terms ul li p:last-child {
    margin-bottom: 0;
}
