body {
	font-size: 12pt;
	font-family: Arial, sans-serif;
    color: #595a5c;
}

button#submit_btn {
	color:white;
	background-color:#0e7ac0;
	font-weight: bold;
}

button#apply_btn{
	color:white;
	background-color:#0e7ac0;
	width: 80px;
	height: 40px;
	max-width: 100%;
	border: none;
	cursor: pointer;
}

ul{
	padding-inline-start: 20px;
}

.title{
	padding-top:0;
}

.form_title{
	color: white;
	background-color: #0e7ac0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	font-size: 1.1em;
}

.red_fee{
	color: red;
}

.page .fieldname, .page .input_field{
	padding-right: 0;
}

input#reg_promo_code{
	width: 250px;
}

#reg_reg_cate div{
	padding: 5px 0
}

::placeholder{
	color:#d1d3d4
}

li{
	margin: 10px 0;
}

@media screen and (max-width: 767px) {
	input#reg_promo_code{
		width: 100%;
	}

	button#apply_btn{
		margin-top: 10px;
	}

	.mobile_half_font{
		font-size: 0.6em;
	}
}
