#authContainer {
	
	width: 500px;
	height: 300px;
/* 	background-color: aqua; */
	border: solid 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	
}

.authContainerView {
	
	width: 500px;
	height: 300px;
	position: absolute;
/*

	border: solid 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
*/
	
}

.authContainerView > div:nth-child(1) {
	
	width: 100%;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #003976;
	margin-bottom: 10px;
	
}

.authContainerView > div:nth-child(2) {
	
	width: 400px;
	margin: 0 auto;
	text-align: left;
	font-size: 12;	
	
}

.authContainerView > div:nth-child(3) {
	
	width: 50%;
	margin: 0 auto;
	height: 50px;
	
}

.authContainerView input {
	
	margin: 0 auto;
	width: 100%;
	height: 35px;
	border: solid 1px black;
	line-height: 35px;
	font-size: 18px;
	margin-top: 20px;
	border-radius: 5px;
	text-align: center;
	
}