@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,600;1,700&display=swap');

body,html {
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color:#848484;
	background: #F8F8F8;
}

body {
	padding-bottom:20px;
	padding-left: 16px;
	padding-right: 16px;
}

* {
	font-family: 'Montserrat', sans-serif;
}


#emailform h3, #pagetitlelog {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 0;
	padding-top: 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.625rem;
	color: #F2A798;

}

#emailform h3:first-of-type {
	padding-top: 0em;
}

#emailform h3 span, #pagetitlelog span, h2 span {
	font-size: 28px;
	color:#505050;
	font-weight: 400;
	text-transform: none;
	color: #F28398;
}

#emailform h3 span {
	font-size: 12px;
	color:#848484;
}

#emailform h3 span a {
	color: #505050;
	font-weight: 400;
}

#emailform h3 span a b {
	font-weight: 400;
}

#emailform label,
#login-form label {
	float: none;
	font-size: 12px;
	color:#848484;
	display: block;
	text-align: left;
	margin-top: 0;
	padding-bottom: 3px;
	font-weight: bold;
}

#emailform div.inputbox input,
#emailform div.emailerfieldtextarea textarea,
#emailform div.emailerfieldselect select,
#login-form input,
.control-group .controls input {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 3px;
	font-size: 12px;
}

#privacynotice {
	background: url(cards.png) center top no-repeat;
	font-size: 12px;
	padding-top: 3rem;
	color:#505050;
	font-weight: 500;
	text-align: center;
	padding-bottom: 4rem;
}

#uploadbutton {
	background: #D28A79; /* Old browsers */
	box-shadow: none;
	border-radius: 0;
	float: none;
	margin: auto;
	color: #fff;
	border-radius: 15px;
}

#imagearea {
	text-align: center;
}

#emailform #imagearea label {
	text-align: center;
}

#loginbox {
	background: #F2F2F2;
	border: 1px solid #505050;
	padding: 16px;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

#emailform #submit, #emailform .btn-primary,
body #form-login-submit button.btn-primary {
	background: #D28A79; /* Old browsers */
	box-shadow: none;
	border-radius: 11px;
	border:0;
	text-shadow: none;
	box-sizing: border-box;
	min-width: inherit !important;
	margin-left: 0 !important;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

#login-form .unstyled {
	margin-left: 0;
}

#login-form .unstyled a {
	color: #505050;
}

#login-form #modlgn-remember {
	margin-top: 0;
}

#emailercontainer {
	padding: 25px 0;
	max-width: 1000px;
	overflow: hidden;
}

#emailform {
	font-family: 'Montserrat', sans-serif;
}

#privacynotice_2column,
#yourdetails_twocolumn,
body #emailform #payment_title_2column {
	display: block;
}

body .form_section_3,
body .form_section_1 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

body .form_section_3,
body .form_section_1 {
	max-width: 339px;
	box-sizing: border-box;
}

body .form_section_4,
body .form_section_2 {
	width: 50%;
	float: right;
	padding-right: 2px;
	box-sizing: border-box;
}

body .emailer_shortform .form_section_3,
body .emailer_shortform .form_section_4 {
	width: 50%;
	float: right;
	max-width: 100%;
	clear: right;
}

body .emailer_shortform .form_divider {
	display: none;
}

body #emailform .form_section_1 h3:nth-of-type(3) span,
body #emailform .form_section_1 h3:nth-of-type(1),
body #privacynotice,
body #emailform h3.paypaltitle,
body .emailerfieldselect {
	display: none;
}

.form_divider {
	clear: both;
}

body #emailform .form_section_1 h3 {
	padding-top: 0;
}

body #emailform .form_section_1 h3:before {
	content: "1 ";
	color: #D28A79;
}

body #emailform .form_section_2 h3:nth-of-type(2) {
	display: none;
}

body #emailform .form_section_2 h3:before {
	content: "2 ";
	color: #D28A79;
}

body #emailform .form_section_3 h3:before {
	content: "3 ";
	color: #D28A79;
}

body #emailform .form_section_3 h3,
body #emailform .form_section_4 > h3 {
	margin-top: 40px;
}

body #emailform .form_section_4 > h3:before {
	content: "4 ";
	color: #D28A79;
}

#emailform #privacynotice_2column h3 {
	font-size: 12px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 0;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 10px;
}

#privacynotice_2column p {
	margin-top: 0;
}


body #emailform div.emailerfieldtextarea,
body #emailform div.emailerfieldselect,
body #login-form .input-prepend,
body #emailform div.inputbox {
	padding-left: 0;
}

.yourdetails_twocolumn_top a {
	display: inline-block;
	background: #D28A79;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	width: 213px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0 40px 0;


	background: rgb(242,131,152); /* Old browsers */
	background: url(button_back.svg), -moz-linear-gradient(45deg, rgba(242,131,152,1) 0%, rgba(242,167,152,1) 100%); /* FF3.6-15 */
	background: url(button_back.svg), -webkit-linear-gradient(45deg, rgba(242,131,152,1) 0%,rgba(242,167,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(button_back.svg), linear-gradient(45deg, rgba(242,131,152,1) 0%,rgba(242,167,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: auto 52px;
	background-position: right -2px top, right top;
	background-repeat: no-repeat;
	display: inline-block;
	min-width: 315px;
	box-sizing: border-box;
	padding: 0 8px;
	border-radius: 11px;
	line-height: 52px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}


@media screen and (max-width : 400px) {
	.yourdetails_twocolumn_top a {
		min-width: auto;
		width: 100%;
	}
	.yourdetails_twocolumn_top a {
		width: 100%;
	}
}

body #emailform #submit {
	background: #FFC33A url(paypal.png) center center no-repeat;
	font-size: 0px;
	max-width: 315px;
	margin-top: 0;
	padding: 8px;
	font-weight: bold;
	box-sizing: border-box;
	height: 52px;
}

#yourdetails_twocolumn {
	margin-bottom: 10px;
}

body #emailform #imagearea label,
body #imagearea {
	text-align: left;
}

body #emailform #uploadbutton {
	margin: 0;
}

body #uploadbutton_styled {
	display: block;
}

#image_icon_styled {
	background: #D28A79;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	width: 237px;
	text-decoration: none;
	text-align: center;
	margin: 10px 0 3px 0;
	box-shadow: none;
	border-radius: 0;
	border: 0px;

	background: rgb(242,131,152); /* Old browsers */
	background: url(button_back.svg), -moz-linear-gradient(45deg, rgba(242,131,152,1) 0%, rgba(242,167,152,1) 100%); /* FF3.6-15 */
	background: url(button_back.svg), -webkit-linear-gradient(45deg, rgba(242,131,152,1) 0%,rgba(242,167,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(button_back.svg), linear-gradient(45deg, rgba(242,131,152,1) 0%,rgba(242,167,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: auto 52px;
	background-position: right -2px top, right top;
	background-repeat: no-repeat;
	display: inline-block;
	min-width: 315px;
	box-sizing: border-box;
	padding: 0 8px;
	border-radius: 11px;
	line-height: 52px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

@media screen and (max-width : 400px) {
	#image_icon_styled {
		min-width: auto;
		width: 100%;
	}
}

body #uploadbutton {
	display: none;
}

body #uploadingmessage {
	margin-right: 2px;
}

@media screen and (max-width : 800px) {
	body .form_section_3,
	body .form_section_1,
	body .form_section_4,
	body .form_section_2,
	body .emailer_shortform .form_section_3,
	body .emailer_shortform .form_section_4 {
		width: auto;
		float: none;
		max-width: 100%;
		clear: both;
	}
	body #emailform #submit {
		max-width: 100%;
	}
	body #emailform .form_section_2 h3 {
		margin-top: 40px;
	}
}
