@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style_login.css

+++++++++++++++++++++++++++++++ */

html {
  height: auto;
  min-height: 100%;
}
.loginPage {
  height: auto;
  min-height: 100%;
  background: #F2F7F7;
}

.main_box_top {
  padding: 100px 0 60px;
  background: #fff;
}

h2.main_title {
  text-align: center;
}
h2.main_title img {
  width: 294px;
}
h2.main_title p {
  margin: 40px 0 30px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  color: #009348;
}
.main_deadline {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
}

.main_box_bottom {
  width: 646px;
  margin: 0 auto;
  padding: 80px 0 180px;
}
.main_introtxt {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.6rem;
}

.message {
  width: 400px;
  margin: 20px auto;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #c00;
  border: 1px solid #f5bebe;
  background: #faefef;
}

.main_form {
  width: 330px;
  margin: 0 auto 40px;
}
.main_form_id {
  margin: 0 0 18px;
}
.main_form_id input,
.main_form_pw input {
  width: 100%;
  padding: 0 14px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 56px;
  border: none;
  color: #333;
  outline: none;
}
.main_form_id input::placeholder,
.main_form_pw input::placeholder {
  color: #333;
}
.main_loginbtn {
  display: block;
  width: 330px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: .1em;
  border: 0;
  border-radius: 60px !important;
  color: #fff;
  background: #009348;
  transition: .3s;
}
.main_loginbtn:hover {
  background: #333;
}

#footer.commonFooter {
  margin-top: 0 !important;
}