.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 dashed #4800ff;
  background: #4800ff;
  color: #fff;
}

.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: #fff;
}
.list--styleB li:nth-child(n+2) {
  margin-left: 40px;
}
.list--styleB li:first-child {
  width: 10px;
  height: 100%;
  color: #fff;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
}
.btn_group a {
  display: inline-block;
  padding: 1em 3em;
  text-align: center;
  background: #36D278;
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 10px;
}
.btn_group a:hover {
  background: rgb(10, 3, 109);
  color: #fff;
  text-decoration: none;
}

.form--styleA input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px;
  float: left;
}

.form--styleA label {
  line-height: 30px;
  font-size: 12px;
  color: #393232;
}
.form--styleA label a {
  font-size: 12px;
  color: #2cb867;
}