.frontend-background {
    background: url("../images/frontend-bg.b4bc21285f4a.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}

.frontend-pane {
	background: -moz-linear-gradient(top, rgba(232,232,232,0.38) 48%, rgba(232,232,232,0.26) 94%, rgba(232,232,232,0.1) 97%, rgba(247,247,247,0) 99%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(232,232,232,0.38) 48%,rgba(232,232,232,0.26) 94%,rgba(232,232,232,0.1) 97%,rgba(247,247,247,0) 99%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(232,232,232,0.32) 48%,rgba(232,232,232,0.26) 94%,rgba(232,232,232,0.22) 97%,rgba(247,247,247,0.20) 99%,rgba(255,255,255,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61e8e8e8', endColorstr='#00ffffff',GradientType=0 );
}

.frontend-pane-heading {
    background-image: url("../images/valid-insight-logo.3aa2bb96a9f6.png");
    background-size: 75% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.frontend-pane-appendage {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 30%, rgba(255,255,255,0) 74%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 30%, rgba(255,255,255,0) 74%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.15) 30%, rgba(255,255,255,0) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.frontend-pane-appendage p, .frontend-pane-appendage a {
    letter-spacing: 1px;
    font-size: 12px;
    color: #ffffff;
}

.frontend-pane-appendage a {
    text-decoration: none;
}
.frontend-pane-appendage a:hover {
    text-decoration: underline;
}
