@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 999px) {
	body {
		margin: 0;
		font: Arial, Helvetica, sans-serif;
	}

	#container-form {
		position: absolute;
		width: 90%;
		height: 93%;
		background-color: #fff;
		color: #3a3a3a;
		border: none;
		border-radius: 8px;
		margin-top: 6%;
		margin-left: 5%;
		margin-right: 5%;
		overflow-y: scroll;
	}

	/* Hide scrollbar for Chrome, Safari and Opera */
	#container-form::-webkit-scrollbar {
		display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	#container-form {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.logo {
		text-align: center;
		width: 100%;
		max-height: 82px;
	}

	.logo img {
		outline: none;
		width: 150px;
		height: auto;
	}

	.h2-title {
		font-weight: 400;
		margin-left: 5%;
		font-size: 22px;
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.btn-container {
		width: 90%;
		max-height: 90px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 60px;
		margin-bottom: 20px;
	}

	.btnAction {
		background-color: #191919;
		color: #ffffff;
		outline: none;
		width: 100%;
		height: 50px;
		font-size: 24px;
		font-weight: 500;
		border: none;
		border-radius: 25px;
		cursor: pointer;
	}

	.btnAction:disabled {
		background-color: #ECECEC;
		color: #C9C6C6;
		cursor: not-allowed;
	}

	label {
		margin-left: 3px;
	}

	#chooseC {
		font-size: 16px;
		color: #3A3A3A;
		margin-left: 14px;
	}

	#form_input {
		display: none;
	}

	.switch-func {
		font-size: 14px;
		text-align: center;
	}

	.switch-func span {
		color: #191919;
		font-weight: 600;
		font-size: 15px;
	}

	.lang-box {
		width: 40%;
		height: 30px;
		font-size: 14px;
		font-family: calibri;
		text-align: center;
		margin-left: 50%;
		margin-top: -20px;
	}

	.ensh {
		font-size: 16px;
		float: left;
	}

	.lang-box i {
		color: #191919;
	}

	.clearfix {
		clear: both;
		float: none;
	}

	.footer-content {
		margin-top: 20px;
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		border: none;
		border-top: 1px solid #F1F1F1;
	}

	.footer-content p {
		text-align: justify;
		font-size: 0.9em;
		font-weight: 400;
		color: #3a3a3a;
	}

	#firstbtn {
		color: inherit;
	}

	.space-bottom {
		margin-bottom: 10px;
	}

	.form-content1 {
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
	}

	.form-content1 p {
		font-size: 16px;
	}

	.input_box {
		background-color: #ECECEC;
		color: #000;
		border: none;
		border-radius: 4px;
		list-style: none;
		padding-top: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}

	.form_input {
		background-color: transparent;
		border: none !important;
		outline: none !important;
		font-size: 18px;
		width: 97%;
		padding-bottom: 3px;
	}

	.form_input option {
		font-weight: 500;
		text-indent: 5px;
	}

	.form_input_pass {
		background-color: transparent;
		border: none !important;
		outline: none !important;
		font-size: 18px;
		width: 80%;
		padding-bottom: 3px;
	}

	.passEye {
		float: right;
		width: 10%;
		font-size: 24px;
		color: #3a3a3a;
		margin-top: -30px;
	}

	#cpassInfo {
		color: #FF8200;
	}

	#emailInfo {
		color: #FF8200;
	}

	#formInfo {
		color: #FF8200;
	}

	.form-content2 {
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		display: none;
	}

	#email {
		display: none;
	}

	#pass {
		display: none;
	}

	#cpass {
		display: none;
	}

	#emmail {
		font-size: 16px;
		color: #3A3A3A;
		margin-left: 14px;
	}

	#paassword {
		font-size: 16px;
		color: #3A3A3A;
		margin-left: 14px;
	}

	#passwordcc {
		font-size: 16px;
		color: #3A3A3A;
		margin-left: 14px;
	}

	.password-verify {
		width: 100%;
	}

	.password-verify p {
		color: #3a3a3a;
		padding-bottom: -100px;
		font-size: 14px;
	}

	.password-verify ul {
		margin-left: -33px;
	}

	.password-verify li {
		float: left;
		display: inline;
		padding: 2px 5px;
		color: #FF8200;
	}

	.form-content3 {
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
		display: none;
	}

	.image-box {
		width: 100%;
		margin-top: 30px;
		height: 200px;
		text-align: center;
	}

	.image-box img {
		width: 100px;
		height: auto;
	}

	.box-text {
		font-size: 14px;
		line-height: 16px;
	}

	#shwem {
		color: #FF8200 !important;
		font-size: 14px !important;
	}

	.textcenter {
		text-align: center !important;
		margin-top: 10px;
	}
}