.custom-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 110px;
}

.custom-masthead {
    background-size: cover;
    background-position: center;
    height: 742px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.custom-inner-container {
    border: 1px solid #DCDCDC;
    border-radius: 0px;
    padding: 35px;
}

.grecaptcha-badge {
    display:none;
}

@media (max-width: 768px) {
    .custom-masthead {
        height: 842px;
    }
}