body { 
    background:#EDF2F6 url('../images/bg-loop.png') repeat; 
    background-size: 30px 30px; 
    position: relative;
}
#ie-msg, #ie-modal { display:none }
#login-container { padding-top:50px; margin-bottom:100px; }

.login-card { width: 400px; min-height:450px; padding-bottom:30px; background:#fff; margin:40px auto 0 auto;  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);  position:relative; }
.login-card .card-info{ padding:20px; }
.login-card header h3 { border-bottom:1px solid #eee; width:100%; position:absolute; height:35px; top:0; left:0; padding:5px; text-align:center; font-weight:700; }
.login-card header.title { padding-top:45px; }
.login-card .logo { width:200px; height:60px; background:url('../images/logo.png') no-repeat; background-size:contain; margin:0 auto; display:block; }
.login-card .login-message { margin:25px 0; font-size:13px; overflow:hidden; position:relative; min-height:30px; }
.login-card .login-message .icon { font-size:25px; position:absolute; top:0; left:0; right:auto; bottom:0; margin: auto; height:25px; text-align:center; color:#03559D; width:45px; }
.login-card .login-message .text { margin-left:45px; }
.login-card .login-message.alert .icon { color:#cc5956; top:0; }
.login-card .login-message.alert .text { padding-top:5px; }
.login-card footer { margin-top:15px; border-top:1px solid #EDF2F6; position:absolute; height:40px; bottom:0; left:0; width:100%; background:#EDF2F6; padding-top:10px;}
.login-card footer .login-help { float: right; width:400px; }
.login-card footer ul { list-style: none; overflow:hidden }
.login-card footer ul li { float:left; text-align:center; width:33%; width: -moz-calc(100%/3); width: -webkit-calc(100%/3); width: calc(100%/3); }
.login-card footer ul li.last { float:right }
.login-card input[type=submit] 
{
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family:  'Open Sans', Arial, sans-serif;
}

.login-card .row.padded { margin-bottom:5px }
.login-card .row.padded .dropdown { width:100% }

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-submit 
{
	text-align: center;
	font-size: 14px;
	font-family:  'Open Sans', Arial, sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #03559D;
	background: -moz-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03559D), color-stop(100%, #02325C));
	background: -webkit-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: -o-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: -ms-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: linear-gradient(to bottom, #03559D 0%, #02325C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03559D', endColorstr='#02325C', GradientType=0 );
}

.login-submit:hover {
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #03559D;
	background: -moz-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #03559D), color-stop(100%, #02325C));
	background: -webkit-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: -o-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: -ms-linear-gradient(top, #03559D 0%, #02325C 100%);
	background: linear-gradient(to bottom, #03559D 0%, #02325C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03559D', endColorstr='#02325C', GradientType=0 );
}

#tip-help { padding:10px; 
	background:#03559D; 
	position:absolute; 
	width:400px; 
	z-index:10;
	border:1px solid #eee; 
	color:#fff;
	margin-top:115px;
	display:none;
}

#tip-help::after
{
	  position: absolute;
	  right:50px;
	  top:-8px;
	  display: inline-block;
	  border-right: 8px solid transparent;
	  border-bottom: 8px solid #03559D;
	  border-left:8px solid transparent;
	  content: '';
	
}


/* high-res/retina-specific */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi) 
{
	.login-card .logo { background:url('../images/logo2x.png') no-repeat; background-size:contain; }
}

/* Use x3 images for iPhone 6 plus / Samsung S5 and similar devices */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-resolution: 3dppx), /* Default way */
only screen and (min-resolution: 350dpi) /* dppx fallback */ {
	.login-card .logo { background:url('../images/logo3x.png') no-repeat; background-size:contain; }
}

/* responsive */
@media only screen and (max-width: 800px)
{
	.login-card { width:90%;  }
	.login-card .image { width:260px; background-position:top right; }
	.login-card footer .login-help { float: none; width:auto; }
}

/*body { background: url('../images/login/1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/