*{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

body{
	background: #c8d8e4;
}

form{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vh;
	border: 2px solid #2b6777;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 5px 5px 10px #555;
	background: #DFE9EC;
}

a.neve{
	font-weight: bold;
	font-size: 30px;
}

input[type=text]{
	padding: 10px;
}

input[type=password]{
	padding: 10px;
	margin-bottom: 20px;
}

input[type=submit]{
	padding: 10px;
	border: none;
	font-weight: bold;
	color: white;
	background: #2b6777;
	border-radius: 10px;
	font-size: 20px;
	cursor: pointer;
}

input{
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	margin-bottom: 20px;
}

div.leiras{
	text-align: center;
	font-weight: bold;
}