.signInLogo {
  width: 100%;
}
.signInLogo img {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}

.form {
  width: 80%;
  margin: 5px auto;
}

.form--styleA input[type=text], .form--styleA input[type=password], .form--styleA input[type=email], .form--styleA input[type=number] {
  width: 98%;
  height: 2.5em;
  padding-left: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin: 5px auto;
}

.box {
  width: 82%;
  margin: 10px auto;
  padding: 5px;
}

.box--styleB {
  border: 1px solid #FF0004;
  color: #333;
}

.list {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  display: inline-block;
}

/*listStyle--A*/
.list--styleA li {
  margin-left: 50px;
}

/*listStyle--B*/
.list--styleB li {
  list-style: none;
  font-size: 15px;
  color: #FF0004;
}
.list--styleB li:nth-child(n+2) {
  margin-left: 40px;
}
.list--styleB li:first-child {
  width: 10px;
  height: 100%;
  color: #FF0004;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn__group {
  width: 80%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.btn__group a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background-color: #7c7c7c;
  border-radius: 6px;
}
.btn__group a:hover {
  background-color: #ff7f7f;
}

.form--styleA input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px;
  float: left;
}

.form--styleA label {
  line-height: 30px;
  font-size: 12px;
  color: #333;
}
.form--styleA label a {
  font-size: 12px;
  color: #189408;
}