#login_table{
	margin: auto;
	margin-top: 10px;
	border: 2px groove gray;
	padding: 10px;
}
#login_btn{
	margin-left: 50%;
}
#logo_div{
	margin: 0;
	margin-top: 30px;
	font-weight: normal;
	font-size: 60px;
	text-align: center;
	font-family: 'Tangerine';
	color: white;
}
#logo_img{
	width: 200px;
	height: 200px;
}
.grad{
    background: rbga(239, 56, 41, 1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(239, 56, 41, 1) 5%, white 60%, rgba(239, 56, 41, 1)); /* For Safari 5.1 to 6.0 */
    background: linear-gradient(rgba(239, 56, 41, 1) 5%, white 60%, rgba(239, 56, 41, 1)); /* Standard syntax */
}
.background_grad{
	background: -moz-linear-gradient(90deg, rgba(239,56,41,1) 0%, rgba(255,255,255,1) 48%, rgba(239,56,41,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,56,41,1)), color-stop(52%, rgba(255,255,255,1)), color-stop(100%, rgba(239,56,41,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(239,56,41,1) 0%, rgba(255,255,255,1) 48%, rgba(239,56,41,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(239,56,41,1) 0%, rgba(255,255,255,1) 48%, rgba(239,56,41,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(239,56,41,1) 0%, rgba(255,255,255,1) 48%, rgba(239,56,41,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(239,56,41,1) 0%, rgba(255,255,255,1) 48%, rgba(239,56,41,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3829', endColorstr='#ef3829',GradientType=0 ); /* ie6-9 */
}
.field_label{
	color: black;
	font-weight: bold;
	font-family: monospace;
	
}
.field_text{
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 2px solid #000000;
	padding: 2px;	
}
.rounded{
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}
.submit_btn{
	color: black;
	background: white;
	padding: 5px;
	font-weight: bold;
}
