

/*-- 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;margin:0px;padding:0px;}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}
	/* start editing from here */
	a{text-decoration:none;}
	.txt-rt{text-align:right;}/* text align right */
	.txt-lt{text-align:left;}/* text align left */
	.txt-center{text-align:center;}/* text align center */
	.float-rt{float:right;}/* float right */
	.float-lt{float:left;}/* float left */
	.clear{clear:both;}/* clear float */
	.pos-relative{position:relative;}/* Position Relative */
	.pos-absolute{position:absolute;}/* Position Absolute */
	.vertical-base{vertical-align:baseline;}/* vertical align baseline */
	.vertical-top{vertical-align:top;}/* vertical align top */
	nav.vertical ul li{display:block;}/* vertical menu */
	nav.horizontal ul li{display: inline-block;}/* horizontal menu */
	img{max-width:100%;}
/*-- //Reset-Code --*/
body {
font-family:Verdana;
	background:#999 url('../images/1.jpg') no-repeat 0px 0px;
	background-size: cover;
	
	background-attachment: fixed;
    background-position: center;
}
h1,h2,h3,h4,h5,h6{
	
	
}
h1{
	font-size:40px;
	color:#fff!important;
	padding:50px 0px 80px 0px;
	text-align:center;
}
.w3layouts{
	width:70%;
	margin:0 auto;
}
.signin-agile,.signup-agileinfo {
    width: 50%;
    float: left;
	background:#fff;
	padding:80px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	height:430px;
}

.signin-agile h2,.signup-agileinfo h3{
	font-size:25px;
	color:#7d7d7d;
	margin-bottom:20px;
}
.signup-agileinfo h3{color:#fff;}
.signup-agileinfo{
	background: rgba(0, 165, 168, 0.76);
}p
.signup-agileinfo h3{
	color:#fff;
}
.signup-agileinfo p{
	color:#fff;
	font-size:14px;
	line-height:30px;
}
input[type="text"],input[type="password"]{
	width:93.5%;
	padding: 15px;
	border:1px solid #7d7d7d;
	outline:none;
	font-size:14px;
	margin-bottom:20px;
	border-radius:25px;
}
form ul {
	float: left;
}
ul li {
	list-style: none;
	display: inline-block;
}
ul li input[type="checkbox"] {
	display: none;
}
ul li input[type="checkbox"]+label {
	position: relative;
	padding-left: 25px;
	border: #F0F8FF;
	color: #7d7d7d;
	display: inline-block;
	font-size: 14px;

}
ul li input[type="checkbox"]+label span:first-child {
	width: 13px;
	height: 13px;
	display: inline-block;
	border: 1px solid #7d7d7d;
	position: absolute;
	top: 1px;
	left: 4px;
	bottom: 4px;
}
ul li input[type="checkbox"]:checked+label span:first-child:before {
	content: "";
	background: url(../images/tick.png)no-repeat;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 10px;
	width: 10px;
	height: 10px;
}

form a {
	color: #7d7d7d;
	float: right;
	font-size: 14px;

}
input[type="submit"]{
	background:#00A5A8;
	padding:13px 0;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	outline:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width:100%;
	border:none;
	margin-top:25px;
	border-radius:25px;
}

input[type="submit"]:hover{
	background:#081148;
}
.footer-w3l {
    margin: 120px 0 15px 0;
}
.footer-w3l p{
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:27px;
}
.footer-w3l p a{
	color:#fff;
}
.footer-w3l p a:hover{
	text-decoration:underline;
}

/*--pop-up--*/
.pop-up{}
a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
   border:1px solid #fff;
    padding: 8px 34px;
    color:#fff;
	display:inline-block;
	margin-top:35px;
	border-radius: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	outline:none;
}
a.book.popup-with-zoom-anim.button-isi.zoomIn.animated:hover{
	border:1px solid #0c1558;
	color:#fff;
	background:#0c1558;
}
.book-form {
    padding: 2em;
}
.book-form h3 {
    font-size: 1.8em;
    text-align: left;
    color: #7d7d7d;
    margin-bottom: 1.5em;
}
/*-- //pop-up --*/


/*-- Responsive --*/
@media (max-width:1000px) { 
.w3layouts {width: 95%;}	
	.signin-agile, .signup-agileinfo{width: 100%; float: none;padding: 20px; height: auto;}
	h1 {
    font-size: 36px!important;
    color: #fff!important;
    padding: 30px 0px 10px 0px;
    text-align: center;
}
	.footer-w3l{    margin: 0; padding: 25px 15px; line-height: 150%!important;}
	.footer-w3l p{    margin: 0; padding: 0; line-height: 150%!important;}
	.my-mfp-zoom-in.mfp-ready #small-dialog{    padding:10px!important;}
	.book-form h3 {
    font-size: 1.8em;
    text-align: left;
    color: #7d7d7d;
    margin-bottom:0;
		padding:10px 0 20px 0; font-size: 16px;
}
	.signin-agile h2, .signup-agileinfo h3{font-size: 16px!important; font-weight: bold;}
}
#canvas{
	width:100%;
	height:100%;
	overflow: hidden;
	top:0;
	left:0;
	background-color: #1a1724;               
}
.canvas-wrap{ width:100%; height:100%; position:fixed; left:0; top:0;

	
}
div.canvas-content{
	position:relative;
	z-index:2000;
	color:#fff;
	text-align:center;
	padding-top:30px;
}

