body {
	background: #d8e6f4;
}
body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(
		-45deg,
		#97cc3d 0%,
		#97cc3d 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		#97cc3d 0%,
		#97cc3d 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		#97cc3d 0%,
		#97cc3d 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#wrapper {
	padding: 0;
}

.login_container {
	min-height: 100vh;
}
.login_container label {
	width: 100%;
}
.login_container label input {
	font-weight: normal;
}
.login_container .box-white {
	margin: 0;
	background: linear-gradient(135deg, #06679b 0%, #0f8699 100%);
	background: #f2f2f2;
}
.login-logo {
	max-height: 60px;
}

body img {
	pointer-events: none;
}

.login-bg {
	position: fixed;
	top: 50%;
	margin-top: -375px;
	left: 50%;
	margin-left: -394px;
}
.login-bg2 {
	animation: pulse_slow 20s ease-in-out infinite;
}
.login-img04 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -612px;
	width: 254px;
}
.login-img05 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -115px;
	margin-left: 360px;
	width: 250px;
}

.form-group {
	position: relative;
}
.form-group i {
	position: absolute;
	pointer-events: none;
}
.form-group label .form-control {
	background: transparent;
	box-shadow: none;
	color: #444;
	border: 2px solid #444;
	border-radius: 100px;
	height: 45px;
	padding-left: 50px;
}
.form-group label .form-control::placeholder {
	color: #777;
}

.ico-login-user {
	background-position: -3px -80px;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 20px;
	margin-top: -20px;
}
.ico-login-password {
	height: 24px;
	width: 16px;
	background-position: -31px -78px;
	top: 11px;
	left: 22px;
}
.ico-login-user,
.ico-login-password {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

#btn-login {
	background-color: #fbd256;
	border: #fbd256;
	color: #333;
	font-size: 15px;
}

@keyframes pulse_slow {
	0% {
		transform: scale(1);
	}
	50% {
		transform: rotate(10deg) scale(1.04);
	}
	100% {
		transform: scale(1);
	}
}

#message-box {
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	color: #ffffff;
	max-width: 320px;
}

@media screen and (max-width: 768px) {
	#login_form .ico-login-user,
	#login_form .ico-login-password {
		display: none;
	}
	#login_form .form-group label .form-control {
		padding-left: 20px;
	}

	#login_form .error_msg {
		margin-left: 10%;
		left: 0;
		top: -25px;
		width: 80%;
		opacity: 0.95;
	}

	#login_form .error_msg::before {
		border-right: 0;
	}
}
