 .login-heading-top{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 120%;
    margin: 0;
    color: white;
}

@media (max-width: 500px)
{
 .login-heading-top{
    font-size: 1.1em;
}

}

@media (max-width: 991px)
{
	
.hero-copy {
    width: 100%;
    text-align: center;
    padding-bottom: 0px !important;
}
.home-splash,.hero-copy-title {
    margin-bottom: 0px !important;
}
}

@media (max-width: 1200px)
{
 #hero-section.hero-flexed-style.hero-form .site-form {
        min-height: 328px;
    height: auto;
    padding-bottom: 10px;
} 
	.alert {
    padding: 4px;
}

}


