.responsivegrid .home .title .content_wrapper h1 {
    background: #00532e;
	background: -moz-linear-gradient(left, rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
	background: -webkit-linear-gradient(left,  rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
	background: linear-gradient(to right,  rgba(0, 83, 46, .93) 0%, rgba(57, 164, 107, .96) 100%);
	backdrop-filter:blur(0.25em);
}
.userAuth-container label {
	width: auto !important;
}
main{
	padding-top: 1.5em;
}
.content_wrapper h1 {
	background: #00532e;
    font-family: inherit;
}
.rv7-userAuth-container .userAuth-button, .rv7-button, .rv7-back-button{
    background: #991366;
    border: 1px solid #991366;
	border-radius: 3px;
}
.rv7-userAuth-container .userAuth-button:hover, .rv7-button:hover, .rv7-back-button:hover,[type="submit"]:hover {
	background: #991366;
	filter:brightness(0.9) contrast(1.2);
}
.rv7-userAuth-container .link-text{
	color: #991366 !important;
}
.rv7-userAuth-container .twofa-success-message{
	color: #468847;
}
@media only screen and (max-width: 600px) {
	.userAuth-container input{
		width: 100%;
	}
	.responsivegrid .home .title .content_wrapper h1{
		font-size: 1.5em;
		text-align: center;
	}
}