/* Copyright 2021 ADB Scouting LLC */

body {
	font-family: Verdana, Helvetica, Arial;
	background-color: #0a203b;
	color: white;

	/*
	background-image: url("../images/BaseballStadiumBackground.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;*/
}

#errors {
	margin-top: 10px;
	color: red;
}

#logo {
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#user, #pass {
	height: 30px;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	background-color: white;
	border: 1px solid #ccc
}

#user:focus, #pass:focus {
    box-shadow: 0 0 7px rgb(153, 233, 255);
    outline: none;
}

#submit {
	font-size: 16px;
	padding: 10px 20px;
	z-index: 5;
}