body.login {
	text-align: center;
	width: 100%
	font-family: "Open Sans", sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;

	background: url(/design/theme/img/bg.login.02.1600.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
}
body.login .his-login {
	font-family: "Open Sans", sans-serif !important;
	min-height:100% !important;
	position:absolute;
	text-align: center;
	width: 100%;
	background-color: rgba(26,170,248,0.75);
}

	body.login.env-production {
		background: url(/design/theme/img/bg.login.02.1600.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		background-attachment: fixed;
		background-size: cover;
	}
	body.login.env-test {
		background: url(/design/theme/img/bg.login.01.1600.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		background-attachment: fixed;
		background-size: cover;
	}
	body.login.env-dev {
		background: url(/design/theme/img/bg.login.03.1600.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center bottom;
		background-attachment: fixed;
		background-size: cover;
	}
		body.env-production .his-login {
			background-color: rgba(26,170,248,0.75);
		}
		body.env-test .his-login {
			background-color: rgba(153,0,0,0.77);
		}
		body.env-dev .his-login {
			background-color: rgba(236,41,41,0.80);
		}

.his-login.lock {
	left: 0;
	min-height: 100%;
	overflow-y: auto;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100000;
	height: 100%;
}

.his-login header {
	margin-top: 7%;
	margin-bottom: 55px;
}
@media (orientation: portrait) and (min-height: 700px) {
	.his-login header {
		margin-top: 25%;
	}
}
.his-login .row-brand {
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.his-login > header img.logo {
    max-width: 100%;
    width: 100px;
    margin-bottom: 0;
}
.his-login img.brand-logo {
	width: auto;
	padding-right: 20px;
    margin-right: 15px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.his-login > header h2 {
	color: rgba(255,255,255,0.8);
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Open Sans", sans-serif !important;
	margin-bottom: 0px;
	height: 34px;
}
.his-login > header p {
	color: rgba(255,255,255,0.6);
	font-size: 1.18em;
	margin-top: 0px;
}

@media (max-width: 600px) {
	.his-login > header img.logo {
		width: 65px;
	}
	.his-login > header h2 {
		font-size: 1.2em;
	}
	.his-login > header p {
		font-size: 1.0em;
	}	
}

.his-login > footer {
	margin-bottom: 30px;
	margin-top: 75px;
	bottom: 0;
	width: 100%;
}

	.his-login > footer span {
		color: white;
		font-size: 0.8em;
		margin-right: 3px;
	}
	
	.his-login > footer img.logo {
	    max-width: 100%;
	    width: 70px;
	    margin-bottom: 5px;
	    opacity: 0.65;
	}

@media (min-height: 600px) {
	.his-login footer {
		position: fixed;
	}
}

.his-login .container { 
	width: 360px;
	position: relative;
	perspective: 800px;
	margin-top: 30px;
}

@media (max-width: 380px) {
	
	.his-login .container {
		width: 80%;
	}
}

@media (max-width: 600px) {
	
	.his-login .container {
		width: 80%;
	}
}

.his-login .container > h2 { 
	display: none;
}

.his-login .container > .alert { 
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-shadow: none;
	top: -35px;
}

	.his-login .container > .alert .close {
	    position: relative;
	    top: 7px;
	    right: 10px;
	    color: rgba(255,255,255,0.5);
	}
	.his-login .container > .alert ul { 
		list-style: none;
		padding: 7px 10px !important;
		margin: 0;
	}
	.his-login .container > .alert ul { 
	}

	.his-login .container > .alert.alert-error { 
		background-color: #ef4a53;
		color: white;
	}

	.his-login .container > footer {
		padding: 25px 0 10px 0;
		text-align: center !important;
		width: 100%;
	}
		.his-login .container > footer span,
		.his-login .container > footer a {
			color: #FFF;
			font-family: "Open Sans", sans-serif !important;
			font-size: 13px;
			font-weight: normal;
		}
		.his-login .container > footer span {
			
		}
		.his-login .container > footer a {
			font-weight: bold;
			font-size: 14px;
		}
		.his-login .container > footer a:hover {
			color: #9cb9e0;
		}

.his-login form,
.his-login .form  {
	margin-top: 15px;
	margin: 0 auto;
}
	.his-login form .error-message,
	.his-login .form .error-message {
		background-color: #ef4a53;
		padding: 5px;
		margin-bottom: 40px;
		margin-top: -15px;
	}

.his-login .control-group { 
	position: relative; 
	margin-bottom: 35px; 
}

.his-login input {
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	-webkit-appearance: none;
	display: block;
	background: transparent;
	color: #fff;
	width: 100%;
	box-shadow: none !important;
	border-radius: 0;
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	font-family: "Open Sans", sans-serif !important;
	margin: 0;
}
.his-login input:-webkit-autofill,
.his-login input:-webkit-autofill:hover,
.his-login input:-webkit-autofill:focus,
.his-login input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}

.his-login p.input {
	text-align: left;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	display: block;
	color: #fff;
	width: 100%;
	font-family: "Open Sans", sans-serif !important;
}

.his-login input:focus { outline: none !important; }

.his-login .wgcommandcontainer {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}


/* Label */

.his-login label {
	color: #ddd; 
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}
	.his-login label.fixed {
		top: -20px;
		transform: scale(0.8438); left: -6px;
		color: #ccc;
	}

/* active */

.his-login input:focus ~ label, 
.his-login input.used ~ label {
	top: -20px;
	transform: scale(0.8438); left: -6px;
	color: #ccc;
}


/* Underline */

.his-login .bar {
	position: relative;
	display: block;
	width: 100%;
}

.his-login .bar:before, 
.his-login .bar:after {
	content: "";
	height: 2px; 
	width: 0;
	bottom: 0px; 
	position: absolute;
	background: #eee; 
	transition: all 0.4s ease;
}

.his-login .bar:before .error, 
.his-login .bar:after .error {
	background: red !important;
}

.his-login .bar:before { left: 50%; }

.his-login .bar:after { right: 50%; }


/* active */

.his-login input:focus ~ .bar:before, 
.his-login input:focus ~ .bar:after 
{ width: 50%; }


/* Highlight */

.his-login .highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.his-login input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}

.his-login .form-horizontal .controls {
	margin-left: 0;
}

.his-login .form-horizontal .control-label {
    clear: both;
    width: auto;
    padding-top: 0;
    text-align: left;
}

/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.his-login .wgcommandlogin {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  width: 43%;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-weight: bold;
  background: transparent;
  border: 0;
  border-bottom: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 3px;

  background: #FFFFFF;
  color: #4a89dc;
}
.his-login .wgcommandlogin:focus { outline: 0; }
.his-login .wgcommandlogin:hover { background: #EEEEEE; }

	.his-login .wgcommandlogin img {
		display: none;
	}

/* Button modifiers */

.his-login .wgcommandlogin-blue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
  color: #fff;
}

.his-login .wgcommandlogin-blue:hover { background: #357bd8; }

.his-login .wgcommandlogin-white {
  background: #FFFFFF;
  color: #4a89dc;
}

.his-login .wgcommandlogin-white:hover { background: #EEEEEE; }


/* Ripples container */

.his-login .ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.his-login .ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.his-login .ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}


/**
 * Lock behavior
 */

.his-login.lock .container > .alert.alert-error { 
	background-color: #d6353e !important;
	color: white;
}

.his-login.lock {
	-webkit-animation: background-color 0.5s ease-in-out;
	-moz-animation: background-color 0.5s ease-in-out;
	-ms-animation: background-color 0.5s ease-in-out;
	-o-animation: background-color 0.5s ease-in-out;
	animation: background-color 0.5s ease-in-out;
}