.login-page {

	font-family: sans-serif;
	
	
}

.login-form {

	background-color: #4444bf;
	color: white;
	font-weight: bold;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	
}

.login-form label, .login-form input {

	margin-top: 10px;
	margin-bottom: 30px;
	font-size: large;
	border-radius: 5px;
	border: 0px;
	
}

 .login-form input[type=text] , .login-form input[type=password] {

	height: 35px;
	padding-left: 10px;
	
}

.login-error {
	background-color: #e6e6e6;
	padding: 20px;
	color: #000;
	height: 30px;
	width: 100px;
	border-radius: 10px;
	border: solid 2px #e80000;
	max-width: 300px;
	text-align: center;
}

.center {

	width: max-content;
	margin: auto;
	
}

.center-button {

	text-align: center;
	
}

.login-form .center-button {

	margin-top: 30px;
	
	}
	
.login-form .center-button input {
	
	width: 100px;
	height: 40px;
	font-size: large;
	margin-bottom: 0px;
}

.top-margin-big {

	margin-top: 150px;

}
