#title{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;	
}

#body_container{
	margin-left: 100px;
	margin-top: 60px;
	width: 600px;
}

.user_input{
	margin-top: 15px;
}


#id_username, #id_password{
	width : 470px;
	height: 28px;
	border: 1px solid grey;
	border-radius: 2px;
}

#login_button{
	width: 200px;
	line-height: 2.5;
	background-color: rgba(205,66,39,1); 
	border: none;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

#login_button_div{
	margin-top: 40px;
}

.input_header{
	font-size: 15px;
}

.link{
	color: #f6c507;
}

#other_links{
	margin: 25px 0 45px 0;
}