/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset --*/
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%;}
/*-- end reset --*/
body { 
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201709/201709099/html/images/bg.jpg')no-repeat center 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
	font-family: 'Raleway', sans-serif;
	background-attachment:fixed;
	background: linear-gradient(to right, rgb(178, 69, 146), rgb(241, 95, 121));
}
h1 {
    font-size: 2.8em;
    text-align: center;
    color: #fff;
    font-weight: 200;
    margin-bottom: 1.2em;
    letter-spacing: 1px;
}
.login-form h2, .login-form h3 {
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 0.7em; 
    font-weight: 300;
    letter-spacing: 2px;
}
/*-- main --*/
.main {
    padding: 2.5em 0 0;
	text-align: center;
}
.main-w3lsrow {
    width: 51%;
    margin: 0 auto;
}
.login-form {
    width: 38%;
    float: left;
    padding: 3em 3em;
    text-align: left;
}
.login-form.login-form-left {
    background: #fff;
}
.login-form.agileits-right {
    background:#000;
}
.input-row {
    padding: 1em 1.5em;
    border: 1px solid #c7c7c7;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;  
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
    border-radius: 15px;
}
.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"] {
    outline: none;
    font-size: 1em;
    color: #fff;
    padding: .6em 1em;
    margin: 0;
    width: 89%;
    border: 1px solid #fff;
    -webkit-appearance: none;
    display: block;
    background: transparent; 
	font-family: 'Raleway', sans-serif;
}
.login-form p {
    font-size: 0.9em;
    color: #fff;
    margin: 1.5em 0 .8em; 
    letter-spacing:1px;
}
.login-form.login-form-left h2{ 
    color: #333; 
}
.login-form.login-form-left input {
    border-color: #999 !important;
    color: #555 !important;
}
.login-form.login-form-left p {
    color: #000;
    font-weight: 500;
}
/*-- checkbox --*/
.anim {
    font-size: 0.9em;
    color: #000;
    cursor: pointer;
    position: relative;
    margin: 2em 0 0;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 2px;
}
input.checkbox {
    background: #fff;
    cursor: pointer;
    vertical-align: top;
    margin: 1px 8px 0 0; 
}
input.checkbox:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: inherit;
}
input.checkbox:after {
    content: "";
    position: absolute;
	top: 1px;
    left: 0;
    z-index: 1;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #000;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #000;
    border-top-color: transparent;
    border-right-color: transparent;
    background: transparent;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 3px;
} 
@keyframes rippling {
	50% {
		border-left-color: #000;
	}
	100% {
		border-bottom-color: #16aaea;
		border-left-color: #16aaea;
	}
}  
/*-- //checkbox --*/
.login-form input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 100%; 
    margin-top: 2em;
    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-form input[type="submit"]:hover {
    background: #FF9800;
    letter-spacing: 3px;
    color: #fff !important;
    border-color: #ff9800 !important;
} 
.login-agileits-bottom {
    margin-top:1.7em;
    text-align: center; 
}
.login-agileits-bottom h6 {
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 4px;
}
.login-agileits-bottom h6 a {
    color: #333;
    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-agileits-bottom h6 a:hover{
    color: #FF9800; 
}
/*-- //main --*/ 
/*-- copyright --*/
.copyright {
    margin: 4em 0 2em;
    text-align: center;
}
.copyright p {
    font-size: 1em;
    color: #fff;
	line-height:1.8em;
}
.copyright 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;
}
.copyright p a:hover{
    color:#000;	
}
/*-- //copyright --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.main-w3lsrow {
    width: 57%; 
} 
}
@media(max-width:1366px){
.main-w3lsrow {
    width: 62%; 
}
}  
@media(max-width:1280px){
.main-w3lsrow {
    width: 65%; 
}
}
@media(max-width:1080px){
.main-w3lsrow {
    width: 76%;
}
.login-form h2, .login-form h3 {
    font-size: 2em; 
}
h1 {
    font-size: 2.6em; 
    margin-bottom: 1em; 
}
}
@media(max-width:1024px){ 
.main-w3lsrow {
    width: 80%;
}
} 
@media(max-width:991px){
h1 {
    font-size: 2.5em; 
}
.login-form {
    padding: 2.5em;
}
.main-w3lsrow {
    width: 70%;
}  
.login-form h2, .login-form h3 {
    font-size: 1.8em; 
}
.copyright {
    margin: 3em 0 2em; 
}
.login-form input[type="text"], .login-form input[type="email"], .login-form input[type="password"] { 
    width: 87%; 
}
}
@media(max-width:800px){
.main-w3lsrow {
    width: 87%;
}
h1 {
    font-size: 2.2em;
}
.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"] {
    width: 86%;
}
.login-form p { 
    letter-spacing: 4px;
}
.login-agileits-bottom h6 { 
    letter-spacing: 4px;
}
.login-form h2, .login-form h3 {
    font-size: 1.6em;
}
.copyright {
    margin: 2em 0 2em;
}
}
@media(max-width:736px){
.login-form {
    padding: 2.5em 2em;
}
.login-form p {
    letter-spacing: 2px;
}
.login-form p { 
    font-size: .8em;
}
.login-agileits-bottom h6 {
    font-size: 0.8em; 
}
.anim {
    font-size: 0.8em; 
}
}
@media(max-width:667px){
.main-w3lsrow {
    width: 92%;
}  
.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"] {
    width: 92%;
	padding: .5em;
}
.main {
    padding: 1.5em 0 0; 
}
.login-agileits-bottom {
    margin-top: 1.4em; 
}
}
@media(max-width:600px){
.main-w3lsrow {
    width: inherit;
}
.login-form, .login-form.agileits-right {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.login-form.agileits-right { 
    margin: 1.5em auto 0;
} 
.login-form input[type="submit"] {
    margin-top: 2em;
}
.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"] {
    width: 93%; 
}
} 
@media(max-width:480px){
h1 {
    font-size: 1.9em;
}
.login-form p { 
    margin:1.2em 0 .5em; 
}
.login-form h2, .login-form h3 {
    font-size: 1.4em;
}
.login-agileits-bottom h6 {
    letter-spacing: 2px;
}
}
@media(max-width:414px){ 
h1 {
    font-size: 1.8em;
}
.login-form, .login-form.agileits-right {
    width: 60%; 
}
.copyright p { 
    padding: 0 1em;
	font-size: 0.9em;
}   
.anim { 
    margin: 1.5em 0 0; 
}
.login-form input[type="submit"] {
    font-size: 0.9em;
}
}
@media(max-width:384px){
.main {
    padding: 1.5em 0 0; 
}
.login-form h2, .login-form h3 { 
    margin-bottom: 1em; 
}
} 
@media(max-width:320px){ 
.login-form, .login-form.agileits-right {
    width: 72%;
    padding: 1.5em;
}
.login-form h2, .login-form h3 {
    font-size: 1.4em;
}   
.copyright {
    margin: 1.5em 0 1em; 
} 
h1 {
    font-size: 1.6em;
    margin-bottom: 0.8em;
}
.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"] {
    width: 92%;
}
}
/*-- //responsive-design --*/
