@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap')

body {background:#fff;
	background-repeat: repeat-x;
	margin:0;
	color:#585858;
}

body, td {
	font: 15px/22px 'Roboto', Arial, sans-serif;
}

a:link, a:visited, a:active {color: #0061af;}
a:hover {color:#2b497e;}
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: #666;
	font-size:22px;line-height:26px;
}
h3 {font-size:26px;line-height:35px;}
h3.abc {
	color:#0061af;
}


.main-logo img {}
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: #0061af;
	/*background-color:#2690E9;*/
	padding:3px;
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
	/*font-style:italic;*/

}

table.registration_form {
	margin-top:0px;
	border:1px solid #f4f4f4;
	background:#f4f4f4;
	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 {margin-top:25px;}
.form-wrapper > form > div {width:100% !important;}
table.registration_form td {line-height:18px;}

form div > table.registration_form:nth-child(1) {
	border-radius:6px 6px 0 0;
}

form div > table.registration_form:nth-child(3) {
	border-radius:0 0 6px 6px;
}

form div > table.registration_form:nth-child(4) {
	margin-top:15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-bottom:30px;
}


.registration_form input, .registration_form select {
	color:#707070;
	font-family: 'Roboto', Arial, sans-serif;
	font-size:14px;line-height:22px;
	background-color: #ffffff !important;
	border:0px;
	border:1px solid #b1b1b1;
}
.registration_form select {padding:6px 0px 4px 0;}
.registration_form input.DOT {border:1px solid #b1b1b1;}
.registration_form .button, a.button, .login_form input.button {
	font-size:16px;line-height:22px;
	background-color: #0061af !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 {}
.small {font-size:12px;line-height:16px;color:#818181;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;}


