#loginForm {
	margin-left: -150px;
	left: 50%;

	width: 300px;
	top: 20%;
	/*display: none;*/
}

#loginForm p {
	width: 300px;
}

#loginForm input {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 0.2em;
	width: 100%;
	text-align: center;
}

#loginForm input:focus {
	border: 1px solid #006600;
	transition-delay: 0s;
	transition-duration: 0.15s;
	transition-property: all;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
