
/*-- Reset Code --*/

	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
	article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
	ol,ul{list-style:none;padding:0;margin:0;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}
	a{text-decoration:none;}
	.txt-rt{text-align:right;}
	.txt-lt{text-align:left;}
	.txt-center{text-align:center;}
	.float-rt{float:right;}
	.float-lt{float:left;}
	.clear{clear:both;}
	.pos-relative{position:relative;}
	.pos-absolute{position:absolute;}
	.vertical-base{vertical-align:baseline;}
	.vertical-top{vertical-align:top;}
	.underline{	padding-bottom:5px;	border-bottom:1px solid #eee;margin:0 0 20px 0;}
	nav.vertical ul li{display:block;}
	nav.horizontal ul li{display: inline-block;}
	img{max-width:100%;}

/*-- Reset Code --*/



/*-- Index-Page-Styling --*/
body {
	background: #999999;
	background-size:cover;
	background-attachment: fixed;
	font-size: 100%;
	font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	}
.banner {
	color: #FFF;
	text-align: center;
	width: 100%;
	/* min-height: 100vh; */
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.login_logo {
    position: relative;
    height: 35%;
    padding-bottom: 100px;
    text-align: center;
    background-color: #ffee5d;
    border-radius: 0% 0% 50% 50%/0% 0% 20% 20%;
    -webkit-border-radius: 0% 0% 50% 50%/0% 0% 20% 20%;
    -moz-border-radius: 0% 0% 50% 50%/0% 0% 20% 20%;
}
.login_check {
    width: 50%;
    text-align: center;
	margin: 0 auto;
}
.login-form {
    width: 30%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    background: none;
    padding: 30px 30px 0;
    top: -100px;
    position: relative;
    height: 60%;
}

h2 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

input[type="text"], input[type="password"], input[type="Username"] {
    width: calc(100% - 72px);
    padding: 16px 10px 15px 60px;
    font-size: 14px;
    background: transparent;
    border: none;
    border: 1px solid #ffffff;
    outline: none;
    margin-bottom: 20px;
    color: #fff;
    border-radius:25px;
}
input[type="text"]{
	background: url("../images/user.png") no-repeat 20px 12px;
	background-size: 24px;
}
input[type="Username"] {
	background: url("../images/e-mail.png") no-repeat 20px 12px;
	background-size: 24px;
}

input[type="password"] {
	background: url("../images/password.png") no-repeat 20px 12px;
	background-size: 24px;
}


input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}


.login_submit {
	width: 97%;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.8);
	background: #353435;
	font-size: 1.2rem;
	border-radius: 3rem;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
	transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
	border: none;
	outline: none;
	float:none;
	cursor: pointer;
	padding: 16px 0;
}
.login_submit:hover {
	color: #f54950;
    background-color: #ce8c8f;
}

.aitssendbuttonw3ls p {
    text-align: center;
    margin-top: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.aitssendbuttonw3ls p a {
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    border: 1px solid #fff;
}

.aitssendbuttonw3ls p a span {
	font-size: 18px;
}

.aitssendbuttonw3ls p a:hover {
	color: #537b35;
    border: 1px solid #537b35;
}

::-webkit-input-placeholder {
	color: #FFF;
}

::-moz-placeholder {
	color: #FFF;
}

::-moz-placeholder {
	color: #FFF;
}

::-ms-input-placeholder {
	color: #FFF;
}

.w3footeragile {
	margin: 80px 0px 20px;
}

.w3footeragile p a {
	color: #000;
	font-weight:700;
}

.w3footeragile p {
    letter-spacing: 2px;
    color: #fff;
}

.w3footeragile p a:hover {
	color: #fff;
}



.contact-form1 {
    padding: 60px 40px;
    background: #537b35;
}

label.checkbox {
    display: block;
    margin: 5px 0px 0px 23px;
    text-align: left;
}

label {
    color: #000;
    font-size: 15px;
}
input[type="checkbox"] {
    margin: 3px 13px 3px 4px;
}
.submit-w3l {
    margin-top: 30px;
}
.contact-w3-agileits h3 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

/* pop-up-box-styling */

.agileinfo-dot {
    /* background: url(../images/dott.png)repeat 0px 0px; */
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    /* padding: 0em 0 0em; */
    /* min-height: calc(100vh); */
    width: 100%;
}
/*--- Responsive Code ---*/





@media screen and (max-width: 768px) {
	html, body {
    font-size: 100%;
}
	.login-form {
		width: 60%;
	}

}








@media screen and (max-width: 414px) {
	.login-form {
		width: 70%;
	}
.login_check {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

	.aitssendbuttonw3ls p {
		font-size: 13px;
	}
	.aitssendbuttonw3ls p a {
		font-weight: 500;
		padding: 6px 5px;
	}

	.contact-w3-agileits h3 {
		font-size: 32px;
		margin-bottom: 37px;
		letter-spacing: 4px;
	}
	.contact-form1 {
		padding: 60px 33px;
	}
	h2 {
		font-size: 28px;
	}
	.w3footeragile {
		margin: 20px 10px;
	}
	.login-form {
		width: 84%;
	}
	input[type="Username"]{
		background: url(../images/e-mail.png) no-repeat 15px 11px;
		background-size: 24px;
		padding: 15px 53px;
		width: 70%;
	}
	input[type="password"] {
		background: url(../images/password.png) no-repeat 15px 11px;
		background-size: 24px;
		padding: 15px 53px;
		width: 70%;
	}
	.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="Username"] {
    padding: 15px 50px;
    width: 70%;
    width: calc(100% - 100px);
 }

	
}







/*--- Responsive Code ---*/
.RadioStyle {
	    width: 90%;
	    overflow: hidden;
	    margin: 0px auto 30px;
	}


.RadioStyle input {
	display: none
	}
.RadioStyle label {
	    border: 1px solid #fff;
	    color: #4f4f4f;
	    padding: 20px 0px;
	    line-height: 28px;
	    min-width: 80px;
	    text-align: center;
	    float: left;
	    margin: 5px;
	    border-radius: 10px;
	    width: calc(33.33% - 12px);
	    background-color: #ffffff;
	    border-radius: 50% / 15%;
	    /* box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1); */
	}

.RadioStyle input:checked + label {
	background: url(../images/ico_checkon.svg) no-repeat bottom;
	border: 1px solid #ffffff;
	background-size: 150%;
	color: #ffffff;
	box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.1);
	background-color: #d16fe2;
	}
.RadioStyle input:disabled + label {
	opacity: 0.7;
	}