.sigBox {
  margin: 80px auto;
}

.title {
  text-align: center;
  font-family: SofiaPro-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 30px;
}

.title p {
  font-family: SofiaPro-ExtraLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b1b1b;
  margin: 40px 0 0;
}

.sheet {
  max-width: 400px;
  margin: 0 auto;
}

.sheet div {
  width: 100%;
  box-sizing: border-box;
  height: 43px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}

.sheet input {
  height: 100%;
  width: calc(100% - 30px);
  border: none;
}

.sheet .iconfont {
  font-size: 20px;
  color: #A3A3A3;
}

.sheet button {
  display: block;
  width: 100%;
  height: 43px;
  background-color: #1b1b1b;
  border-radius: 4px;
  border: none;
  font-family: SofiaPro-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.sigTips {
  text-align: center;
  font-family: SofiaPro-ExtraLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b1b1b;
  margin: 30px 0 0;
}

.sigTips a {
  text-decoration: underline;
  color: #94780e;
}

.otherFont {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 15px auto;
}

.otherFont a {
  /* width: 48%; */
  height: 40px;
  display: flex;
  align-items: center;
  font-family: SofiaPro-Light;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 4px;
  width:100%;
  margin-right: 10px;
}

.otherFont a:last-child{
    margin: 0;
}

.otherFont a .iconfont {
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 40px;
}

.otherFont a span {
  width: calc(100% - 40px);
  text-align: center;
}

.facebok {
  background: #6274B3;
}

.facebok .iconfont {
  background: #4C5D98;
}

/* .gogle {
  background: #C35646;
}

.gogle .iconfont {
  background: #AF4738;
} */

@media screen and (max-width:1020px) {

  .sigBox {
    margin: 40px auto;
  }

}


@media screen and (max-width:768px) {

  .title {
    font-size: 24px;
  }

  .title p {
    font-size: 15px;
    margin: 10px 0 0;
  }

  .otherFont a .iconfont {
    font-size: 16px;
    padding: 0 5px;
    line-height: 40px;
  }

  .otherFont a span {
    width: calc(100% - 30px);
  }
  
  .otherFont a{
    font-size: 13px;
  }

}
