@charset 'utf-8';

/* Wrapper */
div.login-wrapper {
  margin: 0 auto;
  padding: 10px;
  max-width: 1000px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Login Form */
div.login-form-box {
  margin: -200px 0 0 0;
  padding: 10px;
  width: 500px;
  background-color: #ececec;
}
div.login-form-box h1 {
  margin-top: 10px;
  width: 100%;
  font-size: 24px;
  text-align: center;
}
div.login-msg {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
div.login-photo {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
div.login-photo svg {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  fill: #aaaaaa;
}
div.login-rows {
  margin: 10px auto;
  width: 260px;
}
a#login-button {
	margin-top: 10px;
  width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: #065fd4;
	font-size: 14px;
	color: #ffffff;
	border-radius: .25em;
	border: 1px solid #cccccc;
	display: block;
	text-decoration: none;
	text-align: center;
}
div#alert-msg {
  margin: 10px auto;
  width: 260px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fc0100;
}
div.forgot-pw {
  margin: 30px auto 30px auto;
  width: 260px;
  text-align: center;
}
div.forgot-pw a {
	color: #065fd4;
	text-decoration: none;
}
a.input-tool {
  width: 100%;
  font-size: 12px;
  display: block;
  border-radius: .2em;
  background-color: #606060;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
a.input-tool:hover {
  background-color: #008000;
}
a.login-account-button {
	margin-top: 10px;
	padding: 4px 8px;
  width: 100%;
	height: 48px;
	line-height: 20px;
	background-color: #065fd4;
	font-size: 14px;
	color: #ffffff;
	border-radius: .25em;
	border: 1px solid #cccccc;
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
}
a.login-account-button span {
  width: 100%;
  font-size: 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
  white-space: nowrap;
}
