@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@font-face{font-family:SairaExtraCondensed-Bold;src:url(/_includes/fonts/fortune/SairaExtraCondensed-Bold.291b3e17.ttf)}
@font-face{font-family:SairaExtraCondensed-SemiBold;src:url(/_includes/fonts/fortune/SairaExtraCondensed-SemiBold.303f89d4.ttf)}

body {background:#fff;
	background-repeat: repeat-x;
	margin:0;
	color:#26292C;
}

body, td {
	
	font: 16px/24px 'Roboto', Arial, sans-serif;
}

a {color: #EC0000;}
a#anchor_customer_dateofsale {font-size:11px;padding:3px;border-radius:3px;padding-left:5px;padding-right:5px;}
.error {
    background-color: #F2F0F0;
    color: red;
    margin: 0;
    padding: 1px;
}
.content {
	margin:25px auto;
	width:800px;
	padding:15px;
	/*border: 1px solid gray;*/
	background-color: #f8f8f8;
/*-webkit-box-shadow: 0px 0px 26px 14px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 26px 14px rgba(0,0,0,0.45);
box-shadow: 0px 0px 26px 14px rgba(0,0,0,0.45);*/


}
h2, h3 {font-family: SairaExtraCondensed-Bold!important;letter-spacing:.01em;}
h2 {
	color: #000;
	font-size:26px;line-height:30px;
}
h3 {font-size:30px;line-height:35px;}
h3.abc {
	color:#0255AF;
}


.main-logo img {max-width:400px;}
h3.welcome {
	border:5px solid #26292C;
	background-color: #26292C;
	color:#fff;
	padding:5px;
	text-align:center;
	border-radius:6px;
}

.highlight {
	/*border:1px solid #141618;*/
}

.registration_form h3 {
	color: #fff;
	/*background-color:#2690E9;*/
	padding:3px;
	width:300px;
	/*font-style:italic;*/

}

table.registration_form {
	border:1px solid #0255AF;
	background:#0255AF;
	border-radius:6px;
	width:100%;
	/*
	-webkit-box-shadow: inset 4px 4px 11px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: inset 4px 4px 11px 0px rgba(0,0,0,0.34);
	box-shadow: inset 4px 4px 11px 0px rgba(0,0,0,0.34);
	*/
}


.form-wrapper > form > div {width:80% !important;}
table.registration_form td {	}

form div > table.registration_form:nth-child(4) {
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding-bottom:50px;
	
}


.registration_form input, .registration_form select {
	font-family: 'Roboto', Arial, sans-serif;
	font-size:15px;line-height:18px;
	background-color: #ffffff !important;
	border:0px;
}
.registration_form input.DOT {border:1px solid #0358ac;}
.registration_form .button, a.button, .login_form input.button {
	font-size:16px;line-height:22px;
	background-color: #0096E0 !important;
	color:#fff;
	text-transform: uppercase;
	border:0;
	border-radius:6px;
}
.registration_form input.button {border:0;height:auto;padding:7px 10px;}
table.registration_form td {color:#ffffff;}
.small {font-size:12px;line-height:16px;color:#87cef1;font-style:italic;}

.thank_you {
	background-color: #f2f0f0;
	border:1px solid black;
}

.thank_you a {
	color: red;
}

div table.registration_form:nth-child(4) {background:none !important;}


