.login-layout
{
	background: linear-gradient(-45deg, #3B841A, #3A729B, #930F2F, #3B841A);
	background-size: 400% 400%;
	animation: gradient 50s ease infinite;
	height: 100vh;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.login-container
{
	margin-top:15em;
	width:450px;	
}


.login-box, .widget-body
{
	background:none;
}

.input-icon > .ace-icon
{
	color:white !important;
}
.form-control
{
	background-color:transparent !important;
	border:1px solid white !important;
	color:white !important;
}

input::placeholder{
  color: white !important;
}

.btn, .btn-default, .btn:focus, .btn-default:focus
{
	background:none !important;
	border:1px solid white !important;
	width:100% !important;
}