body{
	margin:0;
	/* color: #019eff; */
	color: #204794;
	background: #204794 !important;
	//font:600 16px/18px 'Open Sans',sans-serif;
	position: relative;
	padding-bottom: 6rem;
	min-height: 100%;
}
*,:after,:before{box-sizing:border-box}
a{color:inherit;text-decoration:none}

.login-wrap{
	width:100%;
	margin-top:25px;
	margin-left: auto;
	margin-right: auto;
	//margin-bottom: auto;
	max-width:525px;
	min-height:600px;
	position:relative;
	background: #ffffff center;
	box-shadow:0 30px 45px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.logo-img{
	width:60%;
	height: 10%;
	position: relative;
	color: transparent;
}
.logo-foot{
	width: 27px;
    height: 25px;
    position: relative;
    color: transparent;
    margin-left: 4px;
	margin-right: 8px;
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	background: rgba(255, 255, 255, 0.78);
}
.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;
}
.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{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
	color: #000000;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color: rgba(157, 170, 171, 0.85);
}
.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;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display: block;
}

.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:10px;
	background:rgba(255,255,255,.1);
}
.login-form .group .input{
	border:none;
	padding:15px 20px;
	border-radius:10px;
	color: #fff;
	background: #1f448f;
}

.login-form .group .button{
	background: rgba(148, 184, 184, 0.89);
}

.hr1{
	height:2px;
	margin:20px 0 20px 0;
	background: rgb(1, 158, 255);
}
.hr2{
	height:2px;
	margin:50px 0 0px 0;
	background: rgb(1, 158, 255);
}
#user {
	background-image: url("../img/user_icon_1.png");
	background-size:48px 48px;
	background-repeat: no-repeat;
	background-position: right;
}
#pass {
	background-image: url("../img/password_img1.png");
	background-size:48px 48px;
	background-repeat: no-repeat;
	background-position: right;
}
#pass #user :focus
{

	background-color: pink;
	outline: none;
}
.foot-lnk{
	height: 65px;
	position : absolute ;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	background-color: #efefef;
	text-align: right;

}