* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

body {
	font: 12pt "Arial Narrow, Arial", sans-serif;
	color: #333;
	/*
	background: #e8e8e8;

	 */
}

html body a:hover {
	text-decoration: underline;
	color: #439400;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a img {
	border: none;
}
a:link, a:visited {
	color: #333;
}

#header {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10%;
	background-color: white;
	border-bottom: 2px solid #d8d8d8;
}

#header img {
	float: left;
	margin-right: 3em;
}

.page_title {
	font-size: 4em;
	color: #5D7389;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	border-top: 2px solid #d8d8d8;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer a {
	text-decoration: none;
	color: #c0c0c0;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}

#footer a:hover {
	color:#888
}

#footer .link_devider {
	float: right;
	color: #c0c0c0;
}

#main_container {
	display: flex;
	justify-content: center;
	align-items: center;

}

.form_box {
	border: 1px solid #c0c0c0;
	padding: 30px;
	margin-top: 30px;
	border-radius: 8px;
	width: 300px;
}

.form_box label {
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

.form_box input {
	width: 100%;
	border: 1px solid #d8d8d8;
	padding: 6px;
	border-radius: 3px;
	margin-bottom: 20px;
}

input.input_highlight {
	border: 1px solid #e54f59;
}

.form_box button {
	width: 100%;
	border-radius: 3px;
	background-color: #b51f29;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	padding: 6px;
	cursor: pointer;
	margin-top: 10px;
}

.form_box button:hover {
	background-color: #57423f;
}

#login_box #reset_password {
	font-size: 9pt;
	color: #b51f29;
	float: right;
	margin-top: 10px;
}

#login_box #reset_password:hover {
	text-decoration: none;
	color: #57423f;
}

#login_message {
	color: #e54f59;
	font-size: 9pt;
	visibility: hidden;
	margin-top: -10px;
}

/* make sure the spacing is still there, even when there is no text  */
#login_message:empty:after {
	content: "&nbsp;";
	visibility: hidden;
}

#reset_link_warning {
	color: #e54f59;
	font-size: 9pt;
	visibility: hidden;
	margin-top: -10px;
}

#reset_link_message {
	color: #0067e3;
	font-size: 9pt;
	display: none;
}

#checkmark {
	font-size: 26pt;
	border: 3px solid #0067e3;
	height: 40px;
	width: 40px;
	padding: 5px;
	line-height: 40px;
	border-radius: 30px;
	text-align: center;
	float: left;
	margin-right: 10px;
}


#password_info_container {
	position: relative;
}

#password_safety_info {
	display : none;
	border-radius: 8px;
	background-color: white;
	padding: 10px 20px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	font-size: 11pt;
}

#password_safety_info ul {
	list-style-position: inside;
}

#password_safety_info li {
	margin-bottom: 5px;
	margin-top: 5px;
}

#info_hover {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 10px;
	display: inline-block;
	background-color: #c0c0c0;
	color: white;
	cursor: help;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding: 3px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

#info_hover:hover {
	background-color: #8d8d8d;
	border: 1px solid #8d8d8d;
	text-decoration: none;
}

#reset_password_panel {
	display: none;
	margin-top: 40px;
}


#password_check {
	display: flex;
	justify-content: center;
	align-items: center;
}

#password_check ul {
	list-style: none;
	cursor: default;
	padding: 0;
}

#password_check ul li {
	font-size: 9pt;
	display: inline-block;
	color: #8d8d8d;
	width: 40px;
	height: 25px;
	line-height: 25px;

}


#password_check ul li:hover {
	color: #666;
}

#password_check ul li.passed_pw_check {
	color: #0067e3;
	font-weight: bold;
}

#password_check ul li.passed_pw_check:after {
	content: " ✔"
}

#password_check ul li.passed_pw_check:hover {
	color: #164975;
}

#password_reset_button.disabled {
	background-color: #8d8d8d;
	color: #d8d8d8;
	cursor:default;
}

#password_reset_button.disabled:hover {
	background-color: #8d8d8d;
	color: #d8d8d8;
	cursor:default;
}

#reset_password_message_warning {
	visibility: hidden;
	font-size: 9pt;
	color: #e54f59;
}

#reset_password_message_ok {
	color: #0067e3;
	font-size: 9pt;
	display: none;
	text-decoration: none;
}

#reset_password_message_ok:hover span{
	color: #164975;
}

#reset_password_message_ok span {
	margin-top: 10px;
	font-size: 18pt;
	font-weight: bold;
	display: block;
	float: right;
}

div.loading {
	background-color: #8d8d8d;
	color: #c0c0c0;
	width: 100%;
	border-radius: 3px;
	font-weight: bold;
	padding: 8px 0;
	margin-top: 10px;
	text-align: center;
}


div.loading img {
	vertical-align: middle;
	margin-right: 10px;
	height: 14px;
	width: 14px;
}

#invalid_hash {
	margin-top: 20px;
	font-weight: bold;
	color: #e54f59;
}


.ds {
	margin: 3em;
}

.ds_title {
	color: rgb(68, 114, 196);
}

.ds_address {
	margin-left: 5em;
}

.ds p {
	margin-bottom: 1em;
}

.ds h4 {
	margin-bottom: 1em;
	margin-top: 3em;
}

.ds ul, .ds ol {
	margin-left: 3em;
}

.ds li {
	margin-bottom: 0.5em;
}













