@charset "UTF-8";

/* Common Style */
.text_bold {
  font-weight: bold;
}
.text_red {
  color: #BE0004;
}
.text_size90 {
  font-size: 90%;
}
.text_margin20px {
  margin: 0 20px;
}
.margin_bottom_20px {
  margin-bottom: 20px;
}
.margin_bottom_40px {
  margin-bottom: 40px;
}
a {
  color: #2F60CF;
}
.link_common {
  text-align: center;
}

/* Header */
header {
  background: #234198;
}
.logo_area {
  height: 57px;
  padding-right: 20px;
  line-height: 57px;
  text-align: right;
  color: #FFF;
  background: url(../img/logo_scouter_white.png) no-repeat 20px 15px;
}

/* Login Area */
.login_area {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

/* Login Box - Left Area - */
.login_box {
  width: 350px;
  margin-right: 40px;
  padding: 30px 0;
  background: #EEEEEE;
  border: solid 1px #CCC;
}
.message_box {
  width: 460px;
  margin-right: 40px;
  padding: 30px 0;
}
.label_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}
.btn_login_back {
  width: 60%;
  margin: 20px auto;
  line-height: 2;
  font-size: 120%;
  text-align: center;
  background: #2F60CF;
  cursor: pointer;
}
.btn_login_back a {
  color: #FFF;
  text-decoration: none;
}

/* Login Box Form */
form {
  margin: 0 20px;
}
form p {
  margin: 10px 0;
}
input[type="email"],[type="password"] {
  width: 100%;
  height: 30px;
  padding: 0 5%;
  font-size: 100%;
}
input[type="submit"] {
  width: 100%;
  margin: 20px 0;
  line-height: 2;
  color: #FFF;
  font-size: 120%;
  background: #2F60CF;
  cursor: pointer;
}
.password_reset {
  width: 240px;
  margin: 0 auto;
}
.password_reset a {
  display: inline-block;
  text-align: center;
}

/* Caution Box - Right Area - */
.caution_box p {
  font-size: 130%;
  font-weight: bold;
}
.caution_box ul {
  margin-top: 30px;
  line-height: 1.8;
}
.caution_box ul p {
  font-size: 90%;
  font-weight: normal;
}
.caution_box ul li {
  margin-left: 1em;
  list-style: disc;
}

/* Caution Box - Yellow - */
.caution_box_yellow {
  margin: 20px 0;
  padding: 20px;
  color: #000;
  font-size: 90%;
  font-weight: bold;
  background: #F1D90B;
  border: solid 1px #000;
}

.message.error{
  color: red;
}

/* IEの削除ボタンを削除 */
input::-ms-clear {
  visibility:hidden;
}
