@charset "utf-8";

html {
  font-size: 15px;
}
.page_top {
  width: 100%;
  margin: 30px auto 0 auto;
}

main {
  color: #333333;
  background-color: #ffffff;
  width: 960px;
  margin: 0 auto;
}

h1 {
  background-color: #ececec;
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 1.5vw;
  padding: 0.75rem;
}

.description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.yellow {
  color: #ffc000;
}

.ed7d31 {
  color: #ed7d31;
}

.form_item_title {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #00449e;
}

.form_item_wrapper {
  margin-top: 1rem;
}
.error_message {
  color: red;
  font-weight: bold;
  margin-top: 2px;
}

.ml-3 {
  display: block;
  position: relative;
  margin: 3rem auto 0.5rem auto;
  padding: 1rem;
  width: 50%;
  background-color: #45cc82;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.75rem;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 2px #ffffff;
}
.login_wrapper {
  padding: 0 0 2rem 0;
}
.forgot_password {
  display: block;
  text-align: right;
}
.mail_address_class {
  width: 70%;
}
.password_class {
  width: 70%;
}
.remember_me_wrapper {
  margin-top: 1rem;
}

.wrapper {
  padding: 20px 0;
}

.description {
  font-size: 1rem;
}

.button_registration-yellow {
  display: block;
  position: relative;
  margin: 3rem auto 0 auto;
  padding: 1rem;
  width: 50%;
  background-color: #f0ad4e;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.75rem;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 2px red;
  text-decoration: none;
}
