
.ao_terms p, .ao_wrap p {
	padding: 0 5px;
}

.ao_logo {
	margin: 30px auto;
	display: block;
}

.ao_wrap {
	margin: 0 auto;
	width: 500px;
}

.ao_content , .ao_content p, .ao_terms p, .ao_terms li {
	font-family: Helvetica, serif;
	letter-spacing: normal;
	font-size: 13px;
	font-weight: bold;
}

.ao_content {
	margin: 22px auto;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ao_content a:hover {
	text-decoration: none;
}

.ao_terms {
	margin: 5px auto;
	width: 400px;
	height: 200px;
	text-align: justify;
	padding: 5px;
	overflow: auto;
	font-size: 11px;
}

.ao_terms p:first-child {
	margin-top: 0;
}

.ao_terms p, .ao_terms li  {
	font-size: 11px;
	line-height: 16px;
}

.ao_terms li {
	padding: 5px 10px;
}

fieldset {
	border: 0;
}

.ao_form, .ao_links, .ao_error {
	text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ao_field input[type="text"],
.ao_field input[type="number"] {
	/*width: 35px;
	margin: 5px;*/
	width: 130px; 
	padding: 5px 0px 5px 0px;
	margin: 0; 
	background: transparent; 
	border: 1px solid #fff;
	color: #fff;
	font-size: 45px;
	text-align: center; 
}

.ao_field input[type="text"]:focus,
.ao_field input[type="number"]:focus {
	color: black;
    background-color: white;
}

.ao_field input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.ao_field input[type="date"]::-webkit-calendar-picker-indicator{
    color: #fff;
}

.ao_fields {
	width: 99%;
	margin: 0;
	padding-bottom: 30px;
}

.ao_field {
	margin-right: 10px !important;
}

.ao_fields_submit {
	width: 25%;
	margin: 0;
	padding-bottom: 30px;
}

.ao_fields_select {
	margin-top: -25px;
	margin-bottom: 3px;
}

.ao_fields_check {
	margin-top: 5px;
	margin-bottom: 3px;
}

.ao_field input[type="checkbox"] {
	width: 20px;
	height: 20px;
	background: #fff;
	margin: 5px auto;
	margin-right: 10px;
	position: relative;
}

label.rememberme input[type="checkbox"] {
	vertical-align: middle;
	bottom: 1px;
}

.ao_field span {
	text-transform: uppercase;
	letter-spacing: 2px
}

.ao_form select {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	text-decoration: none;
	padding: .5em 1em;
	font-size: 30px;
	font-weight: bold;	
	cursor: pointer;
	cursor: hand;
	width: 510px;
}

.ao_form select option { 
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4; 
	color: #000000;
}

.ao_form select option:checked { color: white; }

.ao_form input[type="submit"] {
	border: 0 rgba(0,0,0,0);
	background-color: #fff;
	text-decoration: none;
	padding: .5em 1em;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	cursor: pointer;
	cursor: hand;
}

.ao_user_agreement {
	margin-top: -20px !important;
	width: 80%;
}

.ao_user_agreement p {
	font-size: 13px !important;
	letter-spacing: 2px !important;
}

.ao_field {
	display: inline;
}

.ao_links a {
	text-decoration: underline;
	font-size: 25px;
	padding: 15px;
}

.ao_footer {
	color: #414141;
	float: right;
	font-size: 10px;
	margin: -15px 0;
}

.ao_field input[type="date"] {
	width: 74%;
	padding: 5px 0px 5px 32px;
	margin: 0;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 35px;
	height: 40px;
}

@media screen and ( max-width: 670px ){

	.ao_wrap{
		width: 95%;
	}

	.ao_logo {
		width: 100%;
	}

	.ao_terms{
			width: 90%;
	}

	.ao_lay{
		overflow: scroll;
	}

	.ao_terms::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	
	.ao_terms::-webkit-scrollbar-track {
		background-color: rgba(113,112,107,0.3);
		-webkit-border-radius: 5px;
	}
	.ao_terms::-webkit-scrollbar-thumb:vertical {
		background-color: rgba(255,255,255,.2);
		-webkit-border-radius: 6px;
	}

	.ao_field {
		clear: both;
		margin-top: 10px;
		display: inline;
		width: 150px;
	}

	.ao_fields_select {
		margin-bottom: 45px;
	}

	.ao_field, .ao_field label, .ao_field select, .ao_field input[type="submit"] {
		margin: 0 auto;
	}

	.ao_field label {
		float: left;
	}

	.ao_field select, .ao_field input[type="text"],
	.ao_field select, .ao_field input[type="number"] {
		float: left;
		margin: 0 14px 10px 0;
	}

	.ao_links a {
		display: block;
	}

	fieldset.ao_fields {
		width: 175px;
		margin: 0 auto;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 479px) and (orientation : portrait) {
	.ao_content {
		margin-top: 5% !important;
		padding-left: 14px !important;
	}
	.ao_field input[type="text"],
	.ao_field input[type="number"] {
		font-size: 30px;
	}
	.ao_field input[type="date"] {
		width: 91%;
		padding: 5px 0px 5px 10px;
		font-size: 25px;
	}
	.ao_content p {
		font-size: 15px;
		letter-spacing: 5px !important;
	}
	.ao_field input.ao_month, .ao_field input.ao_day {
		width: 65px;
	}
	.ao_field input.ao_year {
		width: 95px;
	}
	.ao_field input[type="text"] {
		
	}
	.ao_field {
	 	margin-right: 0px; 
	}
	.ao_form select {
		padding: .5em .1em .3em .2em;
		font-size: 20px;
		font-weight: normal; 
		width: 94%;
		/* update layout */
		border: 1px solid transparent;
		text-decoration: underline;
		-webkit-appearance: none;
	    -moz-appearance: none;
	    text-indent: 1px;
	    text-overflow: '';
	}
	.ao_fields_submit {
		width: 75%;
		padding-bottom: 10px;
	}
	.ao_field input[type="submit"] {
		padding: .5em 2.5em;
		font-size: 25px;
	}
	.ao_user_agreement {
		margin-top: -10px;
		width: 100%;
	}
	.ao_user_agreement p {
		font-size: 11px;
	}
	.ao_footer {
		margin-top: 30%;
	}
	.ao_footer p {
		width: 100%;
	}
}

@media only screen and (min-width : 480px) and (max-width : 767px) { 
	.ao_content {
		margin-top: 5% !important;
		padding-left: 15% !important;
	}
	.ao_user_agreement {
		margin-top: -10px;
	}
	.ao_user_agreement p {
		font-size: 11px;
	}
	.ao_footer {
		margin-top: 31%	;
	}
	.ao_field input[type="date"] {
		width: 74% !important;
		padding: 5px 0px 5px 20px !important;
		font-size: 20px !important;
	}
	.ao_field select {
		font-size: 20px !important;
		width: 365px !important;
		font-weight: normal;
		/* update layout */
		border: 1px solid transparent;
		text-decoration: underline;
		-webkit-appearance: none;
	    -moz-appearance: none;
	    text-indent: 1px;
	    text-overflow: '';
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.ao_content {
		margin-top: 16% !important;
		padding-left: 10% !important;
	}
	.ao_user_agreement {
		margin-top: -10px;
	}
	.ao_user_agreement p {
		font-size: 11px;
	}
	.ao_footer {
		margin-top: 40%;
	}
	.ao_field input[type="date"] {
		width: 69% !important;
		padding: 5px 0px 5px 20px !important;
	}
	.ao_form select {
		font-size: 20px !important;
		width: 496px !important;
		font-weight: normal;
		/* update layout */
		border: 1px solid transparent;
		text-decoration: underline;
		-webkit-appearance: none;
	    -moz-appearance: none;
	    text-indent: 1px;
	    text-overflow: '';
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1060px) {
	.ao_form select {
		font-size: 20px !important;
		width: 496px !important;
		font-weight: normal;
		/* update layout */
		border: 1px solid transparent;
		text-decoration: underline;
		-webkit-appearance: none;
	    -moz-appearance: none;
	    text-indent: 1px;
	    text-overflow: '';
	    padding-left: 30px;
	}
}