@CHARSET "UTF-8";
/*-------------------------------------------------------------------------
								login/logout/error
-------------------------------------------------------------------------*/
#wrapper{
	overflow: auto;
}
div#centerbox{
	margin: 180px auto 0px;
}
div#mainbox{
	background-color: #fff;
	box-shadow:0px 2px 7px rgba(0,0,0,0.2);
	padding: 20px;
	margin:auto;
	width:360px;
}
#loginflex{
	display:flex;
	flex-direction:column;
	align-items:center;
	box-sizing:border-box;
	height:100%;
	min-width:400px;
}
#loginflex .padding{
	flex:1 0 0px;
}
#loginflex #centerbox,
#loginflex .informationbox{
	flex:0 0 auto;
	box-sizing:border-box;
	margin:auto;
	width:100%;
	padding:20px;
}
#loginflex .informationbox{
	max-width:780px;
	text-align: center;
	padding-top:0;
}
#loginflex  #comment{
	min-width:400px;
	text-align:left;
	margin: 0px auto;
	padding: 40px;
	word-wrap:break-word;
	word-break: break-all;
	background-color: #fff;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: inline-block;
}
#loginlogo{
	max-width: 360px;
	max-height: 360px;
}
#boxtitle{
	font-size: 16px;
}
.messages,
.error_message{
	padding: 24px;
	word-break: break-all;
}
.error_message{
	color: #ED6969;
}
div.box_message{
	text-align: center;
	width: 250px;
	margin: auto;
	color:#788369;
	height: 60px;
	font-size: 16px;
	margin-top: 40px
}
div.mainbutton{
	text-align: center;
}
div#proself_link{
	text-align: right;
	color: #fff;
	margin: 5px auto 0;
	width: 400px;
}
div#proself_link a{
	color: #fff;
}
div.messagefield{
	padding: 10px 20px 10px;
}
p{
	text-indent: 10px;
}
input[type="button"],
input[type="submit"]{
	width: 250px;
	height: 30px;
}
input[type="button"].boxbutton,
input[type="submit"].boxbutton{
	width:150px;
	height: 27px;
}
input[type="button"].boxbutton2,
input[type="submit"].boxbutton2{
	background-color: #f1f2f3;
	color: #444;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
input[type="button"].boxbutton2:HOVER,
input[type="button"].boxbutton2:FOCUS,
input[type="submit"].boxbutton2:HOVER,
input[type="submit"].boxbutton2:FOCUS {
	background-color: #F9F9F9;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="button"].boxbutton2:ACTIVE,
input[type="submit"].boxbutton2:ACTIVE {
	background-color: #e9eaeb;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
