body{
	height:100%;
}
.container{
	border-style:dashed;
	margin:0 auto;
	border-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	text-align:center;
	width:1090px;
}
#logo{
	margin-top: 50px;
	margin-bottom: 50px;
	height: 100px;
}
.sub_form{
	border-style:dashed;
	border-width:1px;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	padding-top:12px;
}

.btn-primary, a.list-group-item.active{
	background-color:#be4339;
	border-color:#be4339;
}
.btn-primary:hover, a.list-group-item.active:hover{
	background-color:#be4339;
	border-color:#be4339;
}



#language{
	position:fixed;
	left:0;
	width:100%;
	text-align:right;
	z-index:8;
}
#language_panel{
	float:right;
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
#language_panel a{
	color:#be4339;
}
