input[type=text], input[type=password], input[type=email] {
width: 100%;
padding: 10px 10px;
margin: 5px 0;
display: inline-block;
border: 1px solid #fff;
box-sizing: border-box;
background: none;
color: #fff;
}

#page_cont {
	width: 100%;
	text-align: center;
	margin-top: 150px;
}

#system_message {
	display: none;
	height: 60px;
	padding: 10px;
	color: white;
	margin-bottom: 20px;
	text-align: center;
}

#form_cont{
	display: inline-block;
	text-align: left;
	padding: 20px;
	margin: 0 auto;
	width: 400px;
	color: white;
	background-color: rgba(25, 25, 25, .7);
}

#register_form {
	width:100%;
}

table {
	width:100%;
}

.regInput {
    width:100%;
}

#title1 {
	text-align: center;
}