:root {
    --bs-border-color: #444;
}
body, html {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

.fw-900 {
    font-weight: 900;
}

.text-grey {
    color: #444;
}

.footer a, .footer * {
    color: #fff!important;
    text-decoration: none;
}

.footer a:hover {
    color: #fff!important;
    text-decoration: underline;
}

.main-body-content {
    min-height: 100vh;
    background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/5MPRO_230216_signup_bg_purple.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}


.form-block {
    background-color: #fff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.form-floating label {
    font-size: 1rem;
    font-weight: 400;
    color: #999;
}

.btn-primary {
    background-color: #665068;
    border-color: #665068;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 1rem 3rem;
    border-radius: 5rem;
}

.btn-primary:hover {
    background-color: #441f47;
    border-color: #441f47;
}












@media (max-width: 575.98px) {
    body, html {
        font-size: 16px;
    }
    .form-block {
        padding: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body, html {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {

}