body 
{
     
    background-color: aqua;
    background-image: url('graf/graf2.jpg');

	
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;

    font-family: Georgia, 'Times New Roman', Times, serif;
   
}
#container
{
	display:flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 100%;
	height: 100%;
	margin-top: 5rem;
}
#spisnodow
{
	padding: 0;
	color: white;
	text-align: center;
	
	

	

}
#login
{
	height: auto;
	text-align: center;
	margin-top:0px;
	color: aliceblue;
}

.inputs
{
	margin-top:1vh;
	margin-bottom: 3vh;
}



#button {
	border-style: double;
	border-radius: 50%;
	border-color: #000000;
	
	background: #000000;
	margin-top: 5px;
	width: auto;
	height: auto;
	transition: 0.1s;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	color: #B0E0E6;
	background: #00BFFF;
	box-shadow: 0 0 10px #00BFFF, 0 0 40px #00BFFF, 0 0 10px #00BFFF;
	border-color: #00BFFF;
	transition: 0.1s;
}

