.login-page .card {background: linear-gradient(to right bottom, #fff 59.6%, #212531 50%); }
.login-page .input {
	border:none;
	border-radius:2px;
	height: 2.6em;
	font-size: 1.1em;
	color: #34495e;
	border: 1px solid #34495e;
}
.login-page button {
	border:1px solid  #ecf0f1;
	border-radius:2px;
	height: 2.6em;
	font-size: 1.1em;
	color: #ecf0f1;
	margin-top: .5em;
	margin-bottom: 1em;
}

.login-page button:hover {
	color: #34495e;
	background-color: #ecf0f1 !important;
}