@charset "utf-8";

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

 style_login.css

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

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

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

h2.main_title {
  text-align: center;
}
h2.main_title img {
  width: 290px;
}
h2.main_title p {
  margin: 50px 0 0;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em;
  color: #0066cc;
}

.main_box_bottom {
  width: 646px;
  margin: 0 auto;
  padding: 60px 0 140px;
}
.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: 300px;
  margin: 0 auto 40px;
}
.main_form_id {
  margin: 0 0 18px;
}
.main_form_id input,
.main_form_pw input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 50px;
  border: none;
  color: #333;
  outline: none;
}
.main_loginbtn {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  border: 0;
  border-radius: 80px;
  color: #fff;
  background: #0066cc;
  transition: .3s;
}
.main_loginbtn:hover {
  background: #333;
}
