body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

.base-container {
  height: calc(100% - 0px);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  overflow-y: auto;
}

.logo-container {
  font-size: 30px;
  font-weight: bold;
  color: #6d6e6f;
  text-align: center;
  padding-bottom: 20px;
}

.logo-container > span {
  color: #3098ff;
}

.base-container > div {
  min-width: 500px;
  width: 35%;
}

h1 {
  font-size: 2rem !important;
  text-align: center;
  margin-bottom: 30px !important;
  font-weight: bold !important;
}

.base-container > div > p:nth-child(2) {
  text-align: center;
  padding: 15px 0px;
}

.base-container button {
  color: #ffffff;
  background-color: #0061ff;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
  padding: 20px 45px;
  border: 0px solid;
  border-radius: 5px;
  cursor: pointer;
  width: 230px;
  font-size: 15px;
  font-weight: bold;
}

form#signup_form {
  margin-top: 45px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  padding-bottom: 30px;
}

form#signup_form > p > input {
  flex-grow: 1;
  display: block;
  width: 100%;
  padding: 16px 24px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
  color: #030303;
  background-color: #ffffff;
  border: 1px solid #b8b8b8;
  border-radius: 1px;
  outline: 0;
  background-clip: padding-box;
  line-height: 1.3333333333;
  outline: none !important;
}

form#signup_form > p > input::placeholder {
  color: transparent;
}

form#signup_form > p > input:focus {
  border: 1px solid #007bff;
}

form#signup_form > p > label {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #6d6e6f;
  position: absolute;
  top: -25px;
  left: 0px;
}

form#signup_form > p {
  position: relative;
  display: flex;
  gap: 15px;
  width: 100%;
  text-align: right;
}

form#signup_form > p::after {
  content: '・必要';
  color: #ff564e;
  position: absolute;
  right: 0;
  top: -25px;
}

input#id_email {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}

.password-reset-button {
  font-size: 14px !important;
  height: 40px;
  margin-bottom: 15px;
}
