body {
    background-color: #C8102E;
    background-image: url('/static/img/background.png');
    background-position: center;
    background-attachment: fixed;

    font-family: 'Montserrat';
}

h1:after {
    background: none repeat scroll 0 0 #C8102E;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 35vw;

    left: 50%;
    transform: translateX(-50%);
}

.content-options,
.content-options a {
    color: #151F6D;
}

.content-container {
    background-color: #fff;
    padding-block: 5rem;

    text-align: center;
    color: #151F6D;

    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.content-container h1 {
    font-family: 'Montserrat';
    font-weight: bolder;
}


.content-options .card {
    background-color: transparent;

    box-shadow: none;

}

.content-options .card:hover {
    transform: scale(1.025);
    transition: transform 0.15s;
}

.content-options .fas {
    font-size: 4rem;
}

.content-options .card:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #C8102E;
    transform-origin: center;
    transition: transform 0.25s ease-out;
}

.content-options .card:hover:after {
    transform: scaleX(1);
    transform-origin: center;
}

.content-container {
    background-color: #fff;
    padding-block: 5rem;

    text-align: center;
    color: #151F6D;

    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.content-container h1,
.content-container h3 {
    font-family: 'Montserrat';
    font-weight: bolder;
}

.form-label {
    color: #151F6D;
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
select:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border: 1px solid rgba(21, 31, 109, 0.5);
    box-shadow: 1px 1px 5px 0px rgba(21, 31, 109, 0.5),
        -1px -1px 5px 0px rgba(21, 31, 109, 0.5);
}

.error {
    color: #C8102E;
}

.content-container .btn {
    background-color: #151F6D;
    border: none;
}

.content-container .btn:hover {
    background-color: #C8102E;
    border: none;
}



.lds-dual-ring.hidden {
    display: none;
}

.overlay {
    /* position:; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background: rgba(0, 0, 0, .8); */
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
    margin-block: 10rem;
}

/*Spinner Styles*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #151F6D;
    border-color: #151F6D transparent #151F6D transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sms-disclaimer{
    font-size: 10px !important;
    line-height: 12px !important;
    margin-bottom: 0 !important;
    opacity: .75 !important;
    letter-spacing: -.01em !important;
}

.sms-disclaimer a{
    text-decoration: underline;
}

@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    body{
        background-image: none !important;
    }

    .sms-disclaimer{
        margin-inline: 2rem;
    }
}

.privacy-policy{
    font-family: 'Arial' !important;
}
