.body-gradient {
    background: #C2B759;
    background: linear-gradient(90deg, rgba(194, 183, 89, 1) 0%, rgba(181, 9, 101, 1) 50%, rgba(194, 183, 89, 1) 100%);
}

.form-gradient {
    background: linear-gradient(to right, #ffffff, #ffffff);
    color: black;
}

.footer-gradient {
    background: #C2B759;
    background: linear-gradient(90deg, rgba(1, 1, 1, 1) 0%, rgba(181, 9, 101, 1) 50%, rgba(1, 1, 1, 1) 100%);
}

.btn-gradient {
    background: linear-gradient(90deg, rgba(194, 183, 89, 1) 0%, rgba(181, 9, 101, 1) 50%, rgba(194, 183, 89, 1) 100%);
    color: #fff;
    border: 2px solid transparent; /* default */
    transition: 0.3s ease;
    border: 2px solid #fff !important;
}

.btn-gradient:hover {
    background: #000 !important;
    color: #fff !important;
}

.navbar.white-shadow {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8) !important;
}