/*--
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*/
/*--start-body--*/
body{
  position:relative;
  font-family: 'Open Sans', sans-serif;

}
h1 {
 text-align: center;
    color: #fff;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Rationale', sans-serif;
}
.w3-signup-head-top h3 {
    color: #fd5c63;
    font-size: 2em;
    margin-bottom: 28px;
	font-family: 'Rationale', sans-serif;
}
.w3-agile-signup-top {
    padding: 2em 0;
	background:rgba(0, 0, 0, 0.64);
}
.w3-signup-head2-top h3 {
   color: #fff;
    background: #fd5c63;
    width: 20%;
    margin: 28px auto;
    border: 2px solid #fd5c63;
    border-radius: 12px;
	font-family: 'Rationale', sans-serif;
}
.w3-bottom-text h4 {
    color: #00acee;
}
.w3-bottom-text h4 {
   color: #00acee;
    border: 1px solid #fd5c63;
    width: 27%;
    padding: 0.5em;
	font-family: 'Rationale', sans-serif;
}
.main {
       margin: 0 auto;
    text-align: center;
    width: 35%;
}
/*-- social-icons --*/
.social_icons {
    text-align: center;
	margin: 0 0 1em 0;
}
i.facebook{
	background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/facebook.png') no-repeat 14px 12px;
    display: block;
    width: 34px;
    height: 27px;
}
i.twitter{
	background:url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/twitter.png') no-repeat 7px 11px;
    display: block;
    width: 34px;
    height: 27px;
}
.slide-social{
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 0px 0;
    width: 131px;
    height: 40px;
      background: #2f4982;
    cursor: pointer;
}
.slide-social:nth-child(2){
	    background: #089dd6;
}
.slide-social .button{
    position: absolute;
    margin: 10px 0 0 47px;
    font-size: 0.9em;
    color: #fff;
}

.icon{
    float: left;
/*-- agileits --*/
    padding-top:0px;
    width: 25%;
    height: 100%;
    text-align: center;
}
.slide{
    position: relative;
    float: left;
    width: 75%;
    height: 100%;
}
.slide p{
    position: relative;
    top:10px;
    margin: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    color:#FFF !important;
    text-align: center;
	 font-family: 'Rationale', sans-serif;
}
/* Brand Colours */
.facebook{
    background: #3b5998;
}
.twitter{
    background: #00acee;
}
.slide{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
/* Example Media Queries */
@media only screen and (max-width : 30em) { /* 480px/16px = 30em */
/*-- w3layouts --*/
    .slide-social{
        width: 100%;
    }
    .slide-social .button{
        position: absolute;
        margin-left: 50%;
    }
}
/*-- social-icons --*/
/*-- /login --*/
.login-top.left{
	padding:2em;
	margin: 1em 0;
	border: 1px solid rgba(238, 238, 238, 0.09);
}
.login-bottom {
        margin: 2em 0 3em 0;
}
.login-bottom a {
      float: left;
    color: #fff;
    font-size: 0.95em;
    line-height: 43px;
}
.login-bottom a:hover{
	    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-decoration: underline;
}
.login-top input[type="text"], .login-top input[type="password"] {
    outline: none;
    font-size:0.9em;
    color: #999;
    padding: 12px 12px 12px 40px;
    margin: 0;
    width: 89%;
    border:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-appearance: none;
    margin-bottom: 28px;
    font-family: 'Rationale', sans-serif;
}
.login-top.left input[type="submit"] {
    font-size: 1em;
    color: #fff;
   background:#2dde98;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 15px 10px;
    -webkit-appearance: none;
    width: 100%;
      font-weight: 400;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-transform: uppercase;
	    margin-top: 1.3em;
		font-family: 'Rationale', sans-serif;
}
.login-top.left input[type="submit"]:hover{
	background:#fd5c63;
}
.login-bottom input[type="submit"] {
        font-size: 0.9em;
    color: #fff;
    background: #cb1217;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px 10px;
    -webkit-appearance: none;
    width: 35%;
    font-weight: 400;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-transform: uppercase;
    float: right;
}
.w3-bottom-text h3 a {
    color: #fff;
	font-family: 'Rationale', sans-serif;
}
.login-bottom input[type="submit"]:hover{
	background:#227279;
}
.w3-bottom-text h4 a {
    color: #fff;
}

.login-top input[type="text"]:focus, .login-top input[type="password"]:focus{
	
}
.login-top input.name {
    background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/1.png') no-repeat 2% 51%;
}
.login-top input.email {
    background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/3.png') no-repeat 2% 51%;
}
.login-top input.password {
    background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/2.png') no-repeat 2% 51%;
}
.login-top input.email1 {
    background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/3.png') no-repeat 4% 51%;
}
.login-top input.password1 {
    background:#fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/2.png') no-repeat 4% 51%;
}
.login-top input[type="text"]:hover, ..login-top input[type="password"]:hover{
    border-bottom-color:rgba(132, 141, 215, 0.52);
}
.w3-bottom-text h3 {
    float: left;
}
.w3-bottom-text h4 {
    float: right;
}
.w3-bottom-text {
    margin-top: 28px;
}
.copy-right {
     text-align: center;
	 margin: 1em 0 0 0;
}
.copy-right p {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Rationale', sans-serif;
    letter-spacing: 2px;
    margin-top: 30px;
	}
.copy-right p a {
	  color:#2dde98;
}
.copy-right p a:hover {
	text-decoration: underline;
}
.copy-right p a:hover {
    color:#fff;
}
/*--/responsive--*/
@media (max-width:1920px){
	.w3-agile-signup-top {
    padding: 7em 0;
	}

}
@media (max-width:1600px){
	.w3-agile-signup-top {
    padding: 2em 0;
	}

}
@media (max-width:1440px){
	.main {
		text-align: center;
		width: 35%;
	}
}
@media (max-width:1366px){
	.main {
		text-align: center;
		width: 35%;
	}
}
@media (max-width:1280px){
	.main {
		text-align: center;
		width: 35%;
	}
	.login-top input[type="text"], .login-top input[type="password"] {
    width: 86%;
	}

	@media (max-width:1280px){
	.main {
		text-align: center;
		width: 45%;
	}
	.login-top input[type="text"], .login-top input[type="password"] {
    width: 86%;
	}
}
@media (max-width:1028px){
	
	.main {
		text-align: center;
		width:45%;
	}
}
@media (max-width:991px){
	.main {
		text-align: center;
		width:45%;
	}
	
}
@media (max-width:800px){
	.login-top.left {
		float: left;
		    width: 88%;
		padding: 2em;
	}
	.login-top.right {
		    width: 88%;
		float: left;
		    padding: 2em 2em;
	}
	.main {
		text-align: center;
		width:45%;
	}
	.login-bottom {
		margin: 2em 0 1em 0;
	}
	.login-top input[type="text"], .login-top input[type="password"] {
    width: 83%;
	}
	.main {
    margin-left: 12em;
	}
}
@media (max-width:768px){
	.main {
		text-align: center;
		width: 45%;
	}
	.login-top.left {
		width: 90%;
	}
	
	.login-top.right input[type="text"], .login-top.right input[type="password"] {
    outline: none;
    font-size: 0.9em;
    color: #999;
    padding: 12px 12px 12px 40px;
    width:83%;
	}	
}
@media (max-width:736px){
	.main {
    margin-left: 11em;
	}
}
@media (max-width:667px){
.login-top.left {
    width: 100%;
}
.main {
    margin-left: 9em;
}
}
@media (max-width:640px){
	.login-top.right input[type="text"], .login-top.right input[type="password"] {
		padding: 12px 12px 12px 40px;
		width: 88%;
	}
	.slide-social {
    width: 122px;
	}
	.login-top input.password1 {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/2.png') no-repeat 3% 51%;
	}
	.login-top input.email1 {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/3.png') no-repeat 3% 51%;
	}
}
@media (max-width:600px){
	.slide-social {
    width: 118px;
	}
	.login-top input[type="text"], .login-top input[type="password"] {
    width: 81%;
	}
	.main {
    margin-left: 8em;
	}
	
}
@media (max-width:568px){
	.copy-right p {
		font-size: 0.85em;
		line-height: 1.8em;
	}
	.login-top.left {
    width: 100%;
	}
	.login-top input[type="text"], .login-top input[type="password"] {
    width: 79%;
	}
	.slide-social {
    width: 111px;
	}
	.main {
    margin-left: 7.5em;
	}
	
}
@media (max-width:480px){
	
	.copy-right p {
		font-size: 0.85em;
		line-height: 1.8em;
		padding: 0 2px;
	}
	.main {
    text-align: center;
    width: 64%;
	}
	h1 {
    font-size: 2.5em;
	}
	.main {
    text-align: center;
    width: 64%;
    margin-left: 3em;
	}
	
	
}
@media (max-width:414px){
	.copy-right {
		margin: 1em 0 1em 0;
	}
	
	.login-top input.name {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/1.png') no-repeat 4% 51%;
	}
	.login-top input.email {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/3.png') no-repeat 4% 51%;
	}
	.login-top input.password {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/2.png') no-repeat 4% 51%;
	}
	h1 {
    font-size: 2.2em;
	}
	.main {
    text-align: center;
    width: 68%;
    margin-left: 2em;
	}
}
@media (max-width:384px){
	.login-top.left {
    width: 100%;
	}
	.login-top input[type="text"], .login-top input[type="password"], .login-top.right input[type="text"], .login-top.right input[type="password"] {
		width: 81%;
		    margin-bottom: 10px;
	}
	.slide-social {
    width: 104px;
	}
	.main {
    margin-left: 2em;
	}
	h1 {
    font-size: 2em;
	}
	.main {
    margin-left: 1.5em;
	}
}
@media (max-width:375px){
	.login-top.left, .login-top.right {
    width: 100%;
	}
}
@media (max-width:320px){
	.login-top.left, .login-top.right {
		width:100%;
	}
	.main {
    width:80%;
	}
	.slide-social {
    width: 113px;
	}
	h1 {
    font-size: 1.7em;
	}
	.login-top input.email1 {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/3.png') no-repeat 4% 51%;
	}
	.login-top input.password1 {
		background: #fff url('/newmoban/_external/demo.mobanwang.com/mb/lo201710/201710020/html/images/2.png') no-repeat 4% 51%;
	}
	.login-top input[type="text"], .login-top input[type="password"], .login-top.right input[type="text"], .login-top.right input[type="password"] {
    width: 73%;
	}
	.w3-bottom-text h4 {
    float: left;
    margin-left: 5em;
    margin-top: 2em;
	}
	.w3-bottom-text h3 {
    float: none;
	}
	.slide-social {
    width:93px;
	margin: 0 5px 0px 0;
	}
	.main {
    margin-left: 0.8em;
	}
	.login-top.left {
    padding: 1em;
`	}
	.slide-social {
    width: 111px;
	}
	.w3-signup-head-top h3 {
    font-size: 1.5em;
	}
	.login-top.left input[type="submit"] {
    width: 81%;
	}
	
}
/*--//responsive--*/