body {
	text-align: center;
	transition: opacity 1s;
	opacity: 0;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
}

.hidden-data {
	display: none;
}

.page-back {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}

.page-back img {
  position: absolute; 
  top: 0px; 
  left: 0px; 
  right: 0px; 
  bottom: 0px; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
	transition: opacity 0.5s ease-in-out;
	z-index: -1;
}

.page-back .opaque {
	opacity: 1;
}

.page-back .transparent {
	opacity: 0;
}

.login-box {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	background-color: rgba(255, 255, 255, 1);
	border-radius: 6px;
	padding: 18px 6px;
	width: 400px;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
}

.login-logo {
	max-width: 180px;
	opacity: 0.8;
}

.login-input {
	display: inline-block;
	background-size: 280px 1px;
}

.login-input>div {
	margin-bottom: 5px;
}

.input-group {
	padding-left: 0px !important;
	margin-top: 30px;
	border-bottom: 1px solid #c0c0c0;
	margin-left: 40px;
	margin-right: 40px;
}

.input-group-focus {
	border-bottom: 1px solid #337AB7;
	transform-origin: center;
}

.input-group-addon {
	border: none;
	background-color: transparent;
	color: #777;
	padding: 6px 2px;
}

.input-label {
	display: block;
	color: #c0c0c0;
	font-size: 15px;
	width: 100%;
	text-align: left;
	position: absolute;
	margin: 7px 0px 0px 23px;
	transition: font-size 0.2s cubic-bezier(0.4, 0, 0.2, 1), bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-label-focus {
	color: #337ab7;
}

.input-label-filled {
	bottom: 80% !important;
	opacity: 1 !important;
}

.input-group i {
	font-size: 18px;
}

#passwordfield i {
	padding-left: 1px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: none;
	-webkit-box-shadow: none;
	transition: background-color 5000s ease-in-out 0s;
}

.user-passw-input {
	border: none !important;
	background: none;
	outline: none !important;
	padding: 0px 0px 0px 6px;
	font-size: 15px;
	box-shadow: none;
}

.user-passw-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login-message {	
  background: #f7f7f7;
  border: 1px solid #eee;
  min-height: 40px;
  margin: 20px 50px 0px;
	text-align: justify;
	padding: 8px;
}

.login-btn, .login-btn:active, .login-btn:hover, .login-btn:focus, .login-btn:visited {
	background: linear-gradient(to right, #00a3d7 0%, #015fd0 100%);
	background: -webkit-linear-gradient(left, #00a3d7 0%, #015fd0 100%);
	background: -moz-linear-gradient(left, #00a3d7 0%, #015fd0 100%);
	border-radius: 20px !important;
	border: none !important;
	outline: none !important;
	width: 120px;
}

#loginform {
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
}

#logo {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 85%, rgb(255, 255, 255) 97%);
	backdrop-filter: blur(2px) grayscale(.1);
	-ms-backdrop-filter: blur(2px) grayscale(.1);
	-moz-backdrop-filter: blur(2px) grayscale(.1);
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
	text-align: right;
	padding: 6px 8px;
}

#logo .company {
	width: auto;
	height: 100%;
	float: left;
}

#logo .dropdown {
	top: 50%;
	transform: translateY(-50%);
}

#logo .dropdown>a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

#logo .dropdown a>img {
	margin-top: -2px;
	margin-right: 1px;
	width: 20px;
}

#logo .dropdown>ul {
	min-width: 85px;
}

#info {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #fff;
	font: 12px "RobotoRegular";
	padding: 3px;
	right: 8px;
	bottom: 8px;
}