@charset "UTF-8";

.logindiv {
	width: 100%;
	max-width:500px;
	margin:3em auto;
	min-height:180px;
	padding:1.5em;
	border:2px solid #ccf;
	border-radius:1em;
	box-shadow:0 0 6px 2px #ddf;
}

