* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font:
		14px "Open Sans",
		Roboto,
		Arial,
		sans-serif;
	line-height: normal;
	min-height: 100%;
	width: 100%;
	overflow-y: scroll;
}
.wrapper {
	max-width: 225px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 5px #969696;
	background-color: #ffffff;
}
.content {
	padding-bottom: 0px;
}
.header {
	height: 45px;
	background: #efefef url("/dskin/images/logo/logo.png") no-repeat center center;
}
.pattern {
	background:
		url("../img/pattern.png") repeat-x left bottom,
		#ebebeb;
	height: 10px;
}
#auth-form,
#login_status {
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
}
#login_status {
	padding-top: 4px;
}
input {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 5px;
	margin: 0 0 12px;
	box-sizing: border-box;
	border: 1px solid #999;
	background-color: #fff;
}
input[type="submit"],
input[type="button"] {
	color: #fff;
	background-color: #009aff;
	font-size: 1.3em;
	border: none;
	width: 100%;
}
.two-factor-back-button {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 5px;
	margin: 0 0 12px;
	box-sizing: border-box;
	color: #009aff;
	background-color: #ffffff;
	border: 1px solid #009aff;
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: center;
}
.two-factor-back-button:hover {
	text-decoration: none;
}
input.verification-code.invalid-code {
	color: red;
}
form > p {
	margin-bottom: 15px;
}
.title {
	font-size: 1em;
	font-weight: normal;
	color: #616161;
	margin: 0;
	margin-top: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow-x: hidden;
}
a,
a:visited {
	text-decoration: none;
	color: #009aff;
	white-space: nowrap;
}
a:hover {
	text-decoration: underline;
}
a.no-underline:hover {
	text-decoration: none;
}
#login_status .title {
	text-align: left;
}
#auth-form .err {
	color: #ed2252;
	font-size: 0.7em;
	padding-bottom: 8px;
}

.tooltip {
	position: absolute;
	cursor: pointer;
}
.tooltip:hover:after {
	content: attr(data-title);
	position: absolute;
	white-space: nowrap;
	/*background: #ebebeb;*/
	background: #fff;
	padding: 3px 7px;
	color: #616161;
	cursor: default;
	/*border: 1px solid #ebebeb;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	top: -24px;
	left: 0;
	box-shadow: 0 0 3px #969696;
}
