body{
	margin:0;
	color:#6a6f8c;
	background:url(../../bg.jpg) repeat center;
	/* font:600 16px/18px 'Open Sans',sans-serif; */
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{/* color:inherit; */text-decoration:none;}
 
.aseuro {
z-index: -1;
	 
    left: 5%;
	right:0;	
	bottom:0;
	position:absolute;	 
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	 
     
}

.login-wrap{
	width: 178%;
	margin-top: -104px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 1100px;
	min-height: 660px;
	position: relative;
	background: url(../shi2.jpg) repeat center;
	box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
	border-top-right-radius: 0px;
	 
}
 .login-html{
	/* width: 92%; */
	height: 100%;
	/* position: absolute; */
	/* padding-top: 56px; */
	padding-right: 0px;
	/* padding-left: 70px; */
	padding-bottom: 50px;
	background: #ffffff;
}



.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;	
	bottom:0;
	position:absolute;
	-webkit-transform:rotateY(180deg);
	        transform:rotateY(180deg);
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

 .buttongo {
     width: 100%;
    cursor: pointer;
    color: #fff;
    display: block;
    border: none;
    font-size: 14px;
    padding: 0px 22px;
    border-radius: 5px;
    width: 1px;
    height: 43px;
    background: #dd4b39 url(../imageprocessor/logos/gplus.png) no-repeat 6px center;
    outline: none;
}
 
.buttongo:hover {
	color:#fff;
	background-color: #E06C5E;
   
}

 
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}



/*
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	 
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color: #fff;
	font-style: normal;
	font-weight: 400;
	padding-left: 285px;
	font-family: 'Italianno', cursive;
	font-size: 68px;
	padding-top: 0px;
}

*/


.login-form{
	min-height:345px;
	position:relative;
	-webkit-perspective:1000px;
	        perspective:1000px;
	-webkit-transform-style:preserve-3d;
	        transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom: 15px;
	width: 371px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	 
}
.login-form .group .input,
.login-form .group .button{	 
	padding: 15px 20px;
	 
	color: #282828;
	background: rgba(255,255,255,.1);
	width: 298px;
	height: 43px;
	font-family: raleway;
    	font-weight: 400;
    	 
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#aaa;
	font-size:12px;
}
.login-form .group .button{
	background: rgba(0, 173, 239, 0.69); 
}

..button:hover {
	color:#fff;
	background-color: #5f77ad;   
}

.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	-webkit-transition:all .2s ease-in-out 0s;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	-webkit-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	-webkit-transform:scale(0) rotate(0);
	        transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	-webkit-transform:scale(1) rotate(45deg);
	        transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	-webkit-transform:scale(1) rotate(-45deg);
	        transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	-webkit-transform:rotate(0);
	        transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	-webkit-transform:rotate(0);
	        transform:rotate(0);
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}

.inp {
	    width: 95%;
	color: #282828;
	display: block;	
	padding: 15px 20px;
	border-radius: 5px;
	background: rgba(255,255,255,.1);
	 border-left: 3px solid #00adef;
	font-size: 14px;    
    line-height: 20px;
    font-family: 'raleway', serif;
    font-weight: 400;
    border-color:rgba(110, 203, 243, 0.42);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    outline: none;
}
 
 
.buttonfb {
     /* width: 10%; */
    /* cursor: pointer; */
    color: #fff;
    display: block;
    border: none;
    font-size: 14px;
    padding: 0px 22px;
    border-radius: 5px;
    /* width: 1px; */
    height: 43px;
    background: #4867aa url(../imageprocessor/logos/fb.png) no-repeat 10px center;
    outline: none;
		
}

.buttonfb:hover {
	color:#fff;
	background-color: #5f77ad;   
}



.button45 {
	width: 100%;
	cursor: pointer;
	color: #fff;
	display: block;
	border: none;
	font-size: 14px;
	/*padding: 15px 70px;*/
	border-radius: 7px;
	width: 150px;
	height: 43px;
	background: #429bb9;
	border-radius:2px;
    outline: none;
		
}

 .button45:hover {
	color:#fff;
	background-color: #8ab2bf;   
}

 


.opxd {
	font-family: raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 46px;
	color: #fff;
	text-align: center;
}
