/*-- main 
body {
    background:url(../images/f.jpg)repeat #00e7ff 0px 0px;
    background-attachment: fixed;
}--*/
.main-agile {
    padding: 2em 0 0;
} 
/*-- Styling the forms --*/ 
#w3ls_form {
    z-index: 1;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}
.signin-form {
    width: 400px;
    height:690px;
    margin: 2em auto;
    position: relative;
}
#w3ls_form form {
    width: 100%;
    height: 84%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    background: #12494f;
    padding: 2em;
	-webkit-box-shadow: 9px 9px 10px 1px rgba(12, 46, 49, 0.76);
	-moz-box-shadow: 9px 9px 10px 1px rgba(12, 46, 49, 0.76);
	-o-box-shadow: 9px 9px 10px 1px rgba(12, 46, 49, 0.76);
	-ms-box-shadow: 9px 9px 10px 1px rgba(12, 46, 49, 0.76);
    box-shadow: 9px 9px 10px 1px rgba(12, 46, 49, 0.76);
} 
 
#signin{ 
	z-index:100;
}
#signup{ 
	z-index:1;
	opacity:0;
	/* Rotating the sign up password form by default */
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg); 
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg);
} 
#w3ls_form.flipped #signin{ 
	opacity:0; 
	/**
	 * Rotating the sign in form when the
	 * flipped class is added to the container
	 */ 
	-moz-transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg); 
	-o-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
} 
#w3ls_form.flipped #signup{
	
	opacity:1; 
	/* Rotating the sign up div into view */
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg); 
	transform:rotateY(0deg);
}
/*-- //Styling the forms --*/  
/*-- sign in-form --*/
.signin-form h2, .signin-form h3 {
    font-size: 2em;
    color: #e89406;
    text-align: center;
    margin: 0 0 1em;
}
.signin-form input[type="text"], .signin-form input[type="email"], .signin-form input[type="password"] {
    outline: none;
    font-size: 1em;
    color: #e8e8e8;
    padding: .8em 1em;
    margin: 0;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    display: block;
    background: #256a71;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    border-radius: 3px; 
    font-family: 'Athiti', sans-serif;
}
.signin-form p {
    font-size: 1em;
    color: #fff;
    margin: 1em 0 .5em;
}
/*-- checkbox --*/
.signin-form input[type="checkbox"] {
    display: none;
}
.signin-form input[type="checkbox"]+label {
    position: relative;
    padding-left: 1.8em;
    border: none;
    outline: none;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    display:inline-block;
    margin: 1.5em 0;
}
.signin-form input[type="checkbox"]+label span:first-child {
    width: 18px;
    height: 18px;
    border: 2px solid #C8C8C8;
    position: absolute;
    left: 0;
	top: 3px;
}
.signin-form 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;
}
/*-- //checkbox --*/
.signin-form input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #e89406;
    border: 3px solid #e89406;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    border-radius: 3px;
}
.signin-form input[type="submit"]:hover {
    background: transparent;
    color: #e89406; 
    transition: 0.5s all ;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //sign in-form --*/ 
/*-- Buttons & Links --*/ 
#signin .flipLink,
#signup .flipLink{
	display:block;
}  
.ribbon {
  position: absolute;
  right: -5px; 
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; 
  height: 75px;
  text-align: right;
}
.ribbon a {
	font-size: 11px; 
	color: #FFF;  
	text-align: center;
	line-height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 
	width: 100px;
	display: block;
	background: #e89406; 
	-webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	-o-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	-ms-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; 
	right: -21px;
}
.ribbon a::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #8F5408;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F5408;
}
.ribbon a::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F5408;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F5408;
} 
#signup .ribbon {  
	right:inherit;
	left: -5px;
}
#signup .ribbon a { 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right:inherit;
    left: -21px;
}
/*-- //Buttons & Links --*/ 
/*-- sign in-bottom --*/
.signin-agileits-bottom p {
    text-align: center;
    margin: 1.5em 0;
}
.signin-agileits-bottom p a {
    color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.signin-agileits-bottom p a:hover {
    color: #e89406;
}
.social-icons ul li {
    background-color: #3b5998;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    display: inline-block;
    width: 48%;
    float: left;
}
.social-icons ul li a {
	display:block;
}
.social-icons ul li a span {
    vertical-align: middle;
    color: #fff;
    float: left;
    font-size: .9em;
}
.social-icons ul li a span.text {
    padding: .6em 0;
    text-align: center;
    width: 78%;
}
.social-icons ul li span.icons {
    background: url(../images/i1.png)no-repeat #2E4A84 center;
    width: 40px;
    height: 40px;
    display: inline-block;
	border-right: 1px solid #3b5998;
}
.social-icons ul li.twt {
    background-color: #55acee; 
    float: right;
}
.social-icons ul li.twt span.icons {
    background: url(../images/i2.png)no-repeat #4D9CD8 center;
    border-color: #67b0e8;
}
.social-icons ul li:hover {
    background:#2E4A84;  
}
.social-icons ul li.twt:hover{
    background:#4D9CD8; 
} 
/*-- //sign in-bottom --*/
/*-- copyright --*/
.copyright { 
    text-align: center;
	margin:2em 0 0;
}
.copyright p {
    font-size: 1em;
    color: #fff;
	line-height:1.8em;
}
.copyright p a{
    color: #ffa308; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.copyright p a:hover{
    color: #fff;	
}
/*-- //copyright --*/
/*-- responsive-design --*/ 
@media(max-width:800px){
h1 {
    font-size: 2.5em; 
}
.main-agile {
    padding: 1em 0 0;
}
.signin-form {
    width: 60%;
	height: 620px;
    margin: 1em auto;
}
} 
@media(max-width:736px){
.signin-form {
    width: 67%; 
}
#w3ls_form form { 
    padding: 1.5em 2em; 
	height: 88%;
}
.signin-form input[type="text"], .signin-form input[type="email"], .signin-form input[type="password"] { 
    padding: .6em 1em; 
} 
}
@media(max-width:667px){
.signin-form {
    width: 71%;
    height: 560px;
}
.social-icons ul li span.icons { 
    height: 41px; 
}
}
@media(max-width:640px){
.signin-form {
    width: 72%; 
}
}
@media(max-width:600px){
h1 {
    font-size: 2.2em;
}
.signin-form {
    width: 80%;
}  
}
@media(max-width:568px){  
#w3ls_form form {
    padding: 1.5em; 
	width: 88%;
}
.signin-form {
    width: 84%;
	height: 540px;
}
.signin-form h2, .signin-form h3 { 
    margin: 0;
}
}
@media(max-width:414px){
h1 {
    font-size: 1.8em;
}
.signin-form h2, .signin-form h3 {
    font-size: 1.6em;
}
#w3ls_form form { 
    width: 100%;
}
.social-icons ul li {
    width: 100%; 
}
.social-icons ul li span.icons {
    height: 35px;
}
.social-icons ul li a span.text {
    padding: .4em 0; 
}
.signin-form {
    width: 330; 
	height: 518px;
}
} 
@media(max-width:320px){
h1 {
    font-size: 1.6em;
}
.signin-form h2, .signin-form h3 {
    font-size: 1.4em;
}
#w3ls_form form {
    width: 100%;
    padding: 0.7em 1.5em;
	height: 100%;
}
.signin-form {
    width: 100%; 
	height: 440px;
}
.signin-form input[type="text"], .signin-form input[type="email"], .signin-form input[type="password"] { 
	font-size: 0.85em;
    width: 100%; 
}
.signin-form input[type="submit"] { 
    padding: .4em 1em;
}
.social-icons ul li {
    width: 100%;
}
.copyright {
    margin: 0 0 2em;
} 
}
/*-- //responsive-design --*/