.form-control:focus {
    border-color: black;
    box-shadow: none !important;
    outline-width: 1px;
}

.bg-dark-blue {
    background-color: #1A5B8D;
}

.bg-hover-dark-blue:hover {
    background-color: #2277b8;
}

h1,
.description {
    padding: 1.25rem;
}

.email-heroimg-mobile {
    display: none;
}

@media only screen and (max-width: 1219.98px) {

    .email-heroimg-desktop {
        display: none;
    }

    .email-heroimg-mobile {
        display: block;
    }
}