body {
	background-color: #f0f0f0;
}

input[type=text], input[type=password] {
	border : 1px solid rgb(136,136,136);
	height : unset;
	width  : 300px;
	padding: 2px 5px;
}

label {
	width: 83px;
}

a#forgot-password {
	line-height: 36px;
	text-decoration: underline;
}

div.login-container, div#invalid-url {
	width           : 600px;
	border-radius   : 4px;
	margin          : 150px auto;
	padding         : 75px 105px 45px 105px;
	background-color: #fff;
	/*border        : 1px solid hsla(0, 0%, 85%, 1);
	box-shadow      : 0px 5px 5px 0 hsla(0, 0%, 0%, 0.15);*/
	border          : 1px solid hsla(0,0%,0%,0.25);
	border-bottom   : 3px solid hsla(0,0%,0%,0.25);
}

div.dc-logo {
	position: absolute;
	top     : 0;
	right   : 0;
}

div.dc-logo>img {
	height: 80px;
}