:root {
    --bs-btn-disabled-bg: rgb(225, 36, 142);
}

body {
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
}

.landing-img{
    object-fit: cover;
    object-position: 50% 40%;
    max-width: none;
    position: absolute;
    width: 100%;
    height: 53%;
    top: 10%;
}

.body-card{
    top: 20%;
}

.success-card{
    top: 160%!important;
}

.br-25{
    border-radius: 25px;
}

.pink-brand{
    background-color: rgb(225, 36, 142);
}

.pink-brand:hover{
    background-color: rgb(225, 36, 142);
}

.blue-brand{
    color: rgb(0, 50, 160);
}

label, p, h2, h4 {
    color: rgb(0, 50, 160);
}

label {
    padding-top: 10px!important;
    font-size: 13px!important;
    font-weight: bold!important;
}

.form-control{
    font-size: 1rem!important;
}

.form-control-lg{
    min-height: calc(2.5em + 1rem + 2px);
}

.height-190{
    height: 230vh!important;
}

.StripeElement {
    box-sizing: border-box;

    height: 2.5rem;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;}
