/*
* Local Style Sheet used by all Members Pages
*/

/* 1. Colours */
:root {
	--pulse-colour1: #2BA3E1;
	--pulse-colour1-hover: #3BB3F1;
	--pulse-colour2: #000083;
	--pulse-text: #616161;
}

/* 2. Fonts */

/* 3. Text */
h1 {font-size: 40px;font-weight:800;color:var(--pulse-colour2)}
h2 {font-size: 20px;font-weight:300}
h4, legend {font-size: 1.5rem;}

.page-login h4,.page-login p,.page-login legend,.page-login label.form-check-label {color:#666}

a {color:var(--pulse-colour1)}
a:hover {color:var(--pulse-colour1-hover)}

label {color:#999}

.input-note {font-size: .8rem;color:#999}

@media (max-width:767px) {
	h1 {font-size: 35px}
}

/* 4. Buttons */

/* 5. Structure */
.page-login .container,.page-washclub-complete .container,.page-offers .container {background-color:#FFFFFF;color:#333;padding:20px 30px;border-radius:10px;margin-top:3rem;max-width:500px;margin-top:3rem}

/* 6. Page Background & Overlay */
.page-bg {background: url(/export/shared/washer/img/bg.jpg);background-size: cover;background-position: center;}