/*HEADER*/
#home-page .feature-region {
    background-image: url(https://education.research.utah.edu/_resources/images/campus_fall_panorama.jpg);
    background-position: top;
    background-size: cover
}

#search-form {
     margin-top: -71px
}

#feature {
    background-color: transparent !important;
}


#search-form {
    background-color: #343c44a6 !important;
}


/* FOR RED BACKGROUND REGIONS
.product-bg {
    background-color: #be0000 !important;
    color: white !important;
}

.product-bg h1,
.product-bg h2,
.product-bg h3,
.product-bg p,
.product-bg a {
    color: white !important;
}

.callout-region {
    background-color: #be0000 !important;
    color: white !important;
    padding-bottom: 40px !important; 
}

.callout-region h1,
.callout-region h2,
.callout-region h3,
.callout-region p,
.callout-region a {
    color: white !important;
}
*/



/* Registration Page Stuff */
.RegistrationHeader__AuthenticationStatus {
font-size: 21px;
color: black;
background-color:#e8e5e5;
padding: 20px;
border-radius: 10px;
margin: 20px;
margin-bottom: 0px;
}
/*
.RegistrationHeader__AuthenticationStatus > a {
color: red!important;
}

.RegistrationHeader__AuthenticationStatus > a:hover {

}

.RegistrationFooter__SubmitButton button {
background-color: lightgray!important;
}
*/