@charset "UTF-8";

body {
	background-color: grey;
	font-size: 20px;
}

input {
	font-size: 20px;
	color: rgb(3, 9, 88);
}

.Login {
	color: rgb(3, 9, 88);
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	padding: 15px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.9);

}

#submit {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 40px;
	color: white;
	background-color: rgb(3, 9, 88);
	font-size: 20px;
	border-radius: 20px;
	text-align: center;
}

.denied {
	background-color: black;
}