/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2025 | 13:03:29 */
#affwp-login-form legend,
#affwp-register-form legend {
	display: none !important;
}
#affwp-login-form input[type="submit"],
#affwp-register-form input[type="submit"] {
	font-size: 17px !important;
    fill: #1a7880 !important;
    color: #fff !important;
    background-color: #1a7880 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #1a7880 !important;
    border-radius: 5px !important;
    padding: 12px 22px !important;
    line-height: 1 !important;
}
#affwp-login-form input[type="submit"]:hover,
#affwp-register-form input[type="submit"]:hover {
	background-color: #fff !important;
    fill: #fff !important;
    color: #1a7880 !important;
}

.page-id-54971 .affwp-notice {
	max-width: 900px;
    margin: 50px auto;
}
@media only screen and (max-width: 900px) {
	.page-id-54971 .affwp-notice {
		margin: 50px 10px;
	}
}