@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: 'Comfortaa', cursive;
	text-align:center;
}

input[type="text"], input[type="password"]{
	outline:none;
	padding:10px;
	display:block;
	width:300px;
	border-radius:3px;
	border:1px solid #ccc;
	margin:40px auto;
}

input[type="submit"]{
	padding:10px;
	color:#fff;
	background:#06357a;
	width:320px;
	margin:20px;
	margin-top:0px;
	border:0px;
	border-radius:3px;
	cursor:pointer;
}

input[type="submit"]:hover{
	background:#47b3cc;
}