/* Add your custom styles here */
.internal_hero #hero_overlay {
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 2px 2px;
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, .4) 51%, rgba(0, 0, 0, 0.2) 55%);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, .4) 51%, rgba(0, 0, 0, 0.2) 55%);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 0.2) 55%);
}

.form-group {
        margin-bottom: 0.75rem;
}
.form_subtitle {
    text-shadow: 2px 2px black;
    filter: drop-shadow(0 0 30px #333);
}

.internal_hero .form_subtitle { 
    filter: drop-shadow(0 0 30px #333);
}

#hero_right form {
    background-color: rgba(0, 0, 0, 0.8 ) !important;
}

.internal_hero {
    opacity: 0.9;
}