body {
  font-family: verdana;
  font-size: 20px;
  background-color: #fef7e6;
}

.logo {
  width: 180px;
  height: 130px;
  display: inline;
  margin-left: 550px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.logintext {
  text-align: center;
  display: block;
  color: #627879;
  margin-top: -10px;
  margin-bottom: 0px;
  font-size: 24px;
}
.list {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 85px;
  height: 85px;
  background-color: #ffe000;
  border-radius: 50%;
  position: relative;
  border: #627879 2px solid;
  font-size: 16px;
  color: #627879;
  font-weight: bolder;
}
.list li i {
  font-size: 25px;
  color: #627879;
  margin-bottom: 6px;
}
.list li + li {
  margin-left: 80px;
}
.list li + li::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #627879;
  top: 0;
  bottom: 0;
  left: -82px;
  margin: auto;
}
.list li.active ~ li {
  background-color: white;
}
.list li.active ~ li::before {
  background-color: #627879;
}
.law {
  background-color: white;
  border: darkgrey 2px solid;
  overflow: auto;
  width: 750px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 60px 0 50px -380px;
  padding: 10px 30px 10px 30px;
}
.law h4,
.law h3 {
  color: #7e7a7a;
  margin-bottom: -10px;
  margin-top: 30px;
}
.law p {
  font-size: 16px;
  line-height: 25px;
  color: #7e7a7a;
}
.small {
  margin-top: -10px;
  padding-left: 15px;
  color: #7e7a7a;
}
#check {
  position: absolute;
  margin-top: 37.45%;
  left: 35%;
  width: 20px;
  height: 20px;
}
.check {
  text-align: center;
  margin-bottom: 50px;
}
label {
  position: absolute;
  margin-top: 37%;
  margin-left: -12%;
}
.confirm {
  width: 80px;
  height: 40px;
  position: relative;
  top: 530px;
  background-color: #ffe000;
  border: 1px;
  border-radius: 30px;
  box-shadow: 0 3px #627879;
  font-size: 15px;
  padding: 10px 10px;
  font-weight: bolder;
  color: #627879;
}

.confirm:hover {
  background-color: #ffe000;
  color: #627879;
  border: 1px solid #fef7e6;
}

.confirm:active {
  background-color: #ffe000;
  transform: translateY(4px);
}
.adjust {
  margin-top: 500px;
  height: 50px;
}
