.formStyle {
	background-color: transparent;
	dispaly: block;
	width: 20vw;
	min-width: 300px;
	padding: 10px 10px;
	border-radius: 5px;
	color: white;
	margin: auto;
	border: 0px solid #327dcc;
}
.inputText {
	position: relative;
	right: 0%;
}
.outputText {
	margin-right: 10px;
}
.panelStyle {
	margin: auto;
}
.buttonStyle {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
.loginButton {
	cursor: pointer;
	color: white; 
	-moz-appearance: none;
	-webkit-appearance: none; 
	appearance: none; 
	outline: none;
	padding: 10px; 
	background: transparent; 
	border: 1px solid white;
	border-radius: 4px; 
	display: table; 
	margin: 30px auto;
	border: none;
	
	background-color: #12223d;
	border: none;
	box-shadow: 0 3px 6px 0 #000;
	padding: 1.4vh 3vh;
}
.loginButton:hover {
	background: #003e7f;
}
.loginButton:active {
	background: #327dcc;
}
.newReg {
	margin-top: 5vh; 
	padding: 1vh 2vh;
	border: 1px solid white; 
	border-radius: 2vh; 
	color: white; 
	font-weight: 300;
	font-size: large;
	
	border: none;
	background-color: #12223d;
	box-shadow: 0 3px 6px 0 #000;
	padding: 1.4vh 3vh;
	
}