
	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: url(../images/bg_corporate.jpg);
	background-size: cover;
    background-position: center center;
	font-size: 100%;
	font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	}
	.by {
    background: #fff;
	}
.banner {
	
-webkit-background-size: cover;
	
-moz-background-size: cover;
	
-o-background-size: cover;
	
color: #FFF;
	
'Quicksand', sans-serif;
	
text-align: center;
	
height: 100%;
}

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_check {
        width: calc(100% - 60px);
        text-align: left;
        margin: 0 auto;
        background-color: #000000;
        padding: 60px 30px 30px;
}
.login_check img{
   max-width: 20%;
}
.login-form {
    width: 50%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    background: none;
    padding: 80px 50px;
}
.login-form  .slogan{
margin-bottom: 30px;
font-size: 1rem;
}
.login-form  .slogan h3{

font-size: 2rem;
}

input[type="text"], input[type="password"], input[type="Username"] {
    width: 84%;
    padding: 16px 10px 15px 60px;
    font-size: 14px;
    background: transparent;
    border: none;
    border: 1px solid #ffffff;
    outline: none;
    margin-bottom: 26px;
    color: #fff;
	border-radius:25px;
     'Quicksand', sans-serif;
}
input[type="text"]{
	background: url("../images/e-mail.png") no-repeat 20px 12px;
	background-size: 24px;
}
input[type="Username"] {
	background: url("../images/password.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: #c20808;
	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;
	text-align: center;
}
.login_submit:hover {
	color: #fff;
	background-color: #000;
}

.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: 1em 0 6em; */
    min-height: calc(100vh - 0em);
    width: 100%;
}
/*--- Responsive Code ---*/





@media screen and (max-width: 768px) {
	.login-form {
		width: 61%;
	}
	.agileinfo-dot {
		padding: 1em 0 17.4em;
	}
.login_check img{
   max-width: 70%;
}
}








@media screen and (max-width: 414px) {
	.login-form {
		width: 70%;
	}
.login_check {
    width: calc(100% - 4em);
    margin: 0 auto;
    background-color: #000;
    padding: 3em 2em 1.5em;
}

	.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: calc(100% - 60px);
		    padding: 80px 30px;
	}
	input[type="Username"]{
		background-size: 24px;
		padding: 15px 13px 15px 53px;
		width: 70%;
	}
	input[type="password"] {
		background-size: 24px;
		padding: 15px 13px 15px 53px;
		width: 70%;
	}
	.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="Username"] {
    
		padding: 15px 13px 15px 53px;
		width: 70%;
	}

	.agileinfo-dot {
		padding: 0em 0 0;
	}
}

