.form-signin {
  margin: 0 auto;
  margin-top: 40px;
  padding: 3em;
  width: 50%;

  background-color: #F7F7F9;
}

.intro {
  padding: 100px 0px 30px 0px;
}
.intro p.desp{
  margin-top: 40px;
}

.form-signin input {
  display: block;

  margin: 1em 0 0;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
  width: 100%;

  font-size: 14px;
  line-height: inherit;

  color: #999999;

  outline: none;
}

h2 {
  font-size: 2.5em;
}

.btn-regist {
  display: block;

  margin: 3em 0 0;
  border: none;
  border-radius: 0;
  padding: 10px 0;
  width: 100%;

  font-size: 1em;

  color: #000000;
  background: #FFE600;

  outline: none;
}

.btn-regist:hover {
  color: #FFFFFF;
  background: #1B1B1B;
}


.btn-get {
  display: block;

  margin-top: 12px;
  border: none;
  border-radius: 0;
  width: 112px;
  height: auto;

  font-size: 1em;

  color: #000000;
  background: #FFE600;

  outline: none;
}

.btn-get:hover {
  color: #FFFFFF;
  background: #1B1B1B;
}


.label-right {
  float: right;

  margin: 0px 10px 10px;
}

.label-right a {
  margin: 0;

  font-size: 12px;
  font-weight: 700;
  text-decoration: none;

  color: #7D3A3A;
}

.label-right a:hover {
  color: #D8703F;
}

.label-left {
  float: left;

  margin: 0px 10px 10px;

  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.label-left label.will-label{
  margin-right: 30px;
  font-weight: normal;
  cursor: pointer;
}
.w120{
  width: 120px;
}
#opinion{
  resize: none;
  height: 120px;
  overflow-y: auto;
}
.form-group {
  position: relative;
}

.form-item {
  display: flex;

  margin: 0;
  width: 100%;
}

.form-item-center {
  margin: 0;

  text-align: center;

  flex-grow: 1;
}

.form-item-left {
  width: 60%;
}

.form-item-right img {
  float: right;

  margin-top: 12px;
  max-width: 80%;
  height: auto;
}

.valicode {
  margin-bottom: 0;
}

.form-group label.error {
  position: absolute;
  top: 0px;
  right: 0px;
  color: red;
  background-color: #F7F7F9;
}
.form-group label#will-error.error{
  top: 45px;
}
.form-signin-heading {
  letter-spacing: inherit;
}
.footer-row{
  justify-content: space-around;
  flex-wrap: nowrap;
  gap:20px;
}
.footer-row .wow{
  white-space: nowrap;
}