/* CSS Document */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

html { 
  background: url(../image/ihealth_backgroud.png) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	margin:0;
	color:rgba(40,57,101,1);
	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}

.login-wrap{
    top:12%;
    width:100%;
	margin:auto;
	max-width:350px;
	min-height:580px;
    border-radius:5px;
	position:relative;
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
    border-radius:5px;
	padding:20px 30px 50px 30px;
	background:rgba(40,57,101,0.8);
}
.logo{
	min-height:68px;
    text-align:center;
}
.cms{
    color:#000; //#38b6ff;
    font-size:15px;
	min-height:40px;
    text-align:center;
}
.notification{
    color:#ff4949;
    font-size:13px;  //16px;
	text-align:center;
	margin:30px 0 20px 0;
	border-bottom:2px solid transparent;
}
.login-html .log-in,
.login-html .forgot-password,
.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:18px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-form .group{
	margin-bottom:20px;
}
.group {
    position: relative;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input{
    outline: 0;
	border:none;    
	font-size:18px;    
	padding:12px 50px;
	background:rgba(255,255,255,.0);
    border-bottom: 1px solid #191919;    
}
::-webkit-input-placeholder { /* Edge */
	color:rgba(255,255,255,.5);
}
:-ms-input-placeholder { /* Internet Explorer */
	color:rgba(255,255,255,.5);
}
::placeholder {
	color:rgba(255,255,255,.5);
}
.group .fa-user-md {
    top:5px;
    left:7px;
    position:absolute;    
    color:rgba(255,255,255,.5);
}
.group .fa-unlock-alt {
    top:5px;
    left:11px;
    position:absolute;    
    color:rgba(255,255,255,.5);
}
.group .fa-envelope {
    top:5px;
    left:5px;
    position:absolute;    
    color:rgba(255,255,255,.5);
}
.login-form .group .button{
	margin:30px 0 0 0;
	border:none;
	font-size:20px;
    cursor:pointer;
	padding:10px 20px;
    border-radius:5px;
	background:rgba(255,255,255,.1);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#fff;
	font-size:12px;
}
.login-form .group .button{
	background: linear-gradient(0deg, rgba(40,116,252,1) 0%, rgba(159,195,255,1) 100%);
}

.hr{
	height:2px;
	margin:30px 0 20px 0;
	background:rgba(255,255,255,.2);
}
.log-in-lnk {
    color:#666;
    margin:0 0 15px 0;
    letter-spacing:4px;
    text-align:center;
    position:relative;
    text-transform:uppercase;    
    font:normal 22px/1 Verdana, Helvetica;    
    text-shadow:0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);    
}
.log-in-lnk:after,
.log-in-lnk:before {
    top:15px;
    content:"";
    height:1px;
    width:80px;
    position:absolute;    
    background-color:#777;    
}
.log-in-lnk:after {      
    right:0;
}
.log-in-lnk:before {
    left:0;
    background-image:linear-gradient(right, #777, #fff);    
}
.forgot-password-lnk {
    color:#666;
    margin:0 0 15px 0;
    text-align:center;    
    position:relative;    
    letter-spacing:4px;   
    text-transform:uppercase;    
    font:normal 22px/1 Verdana, Helvetica;    
    text-shadow:0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);    
}
.foot-lnk{
	text-align:center;
}
a{
    font-size:18px;;
    text-decoration:none;
    text-transform:uppercase;
}
a:hover {
    color:#898787;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2), 0px 2px 0 rgba(0,0,0,0.19);
}
.img-foot{
	text-align:center;
	margin:20px 0px 0px 0px;
}
.img-left{
    float:left;
    text-align:left;
}
.img-right{
    float:right;
    text-align:right;
}