.login_01 {
  font-size: 17px;
  margin-bottom: 10px;
}
.login_0201 {
  margin-bottom: 15px;
}
.login_check {
  margin: 15px 0;
  font-size: 14px;
  color: #333;
}

button {
  width: 100%;
  padding: 6px;
  border-radius: 8px;
  background: #4284ff;
  color: #fff;
  font-size: 16px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
}
.login_05 {
  text-align: center;
  margin: 30px 0;
}
.login_06 {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
label input {
  position: absolute;
  left: -9999px;
}
label input:checked + span {
}
label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4em #000;
}
label span {
  display: flex;
  align-items: center;
  padding: 5px 5px 2px;
  border-radius: 99em;
  transition: 0.25s ease;
  font-size: 13px;
  vertical-align: middle;
}
label span:hover {
}
label span:before {
  display: flex;
  margin-top: -4px;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-right: 0.3em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #000;
}
.check_design {
  display: flex;
  justify-content: space-between;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
button {
  position: relative;
}
button a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
