/* html,
body {
  height: 100%;
} */

body {
  /*
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  */
  /* padding-top: 20px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  text-align: center; */
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0082BD;
  font-weight: bold;
  margin-bottom: 0;
}
.logo .main-title {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.logo .sub-title {
  font-size: 24px;
  margin-top: 5px;
}
html[lang="en"] .logo .sub-title {
  display: none;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.form-signin .btn {
  width: 100%;
}

.signin-info {
  max-width: 820px;
  margin: auto;
}
.signin-info .include_info_contents {
	display: block;
	max-height: initial;
	overflow-y: auto;
}

.signin-copy {
  padding-bottom: 20px;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
}
/*
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#message {
  text-align: left;
} */

/* INFO */
/* .info-contents {
	background: none;
} */
