auth.scss 708 Bytes
.app_container {
  padding: 10px;
}
.auth_wrap {
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  color: #333333;
  padding-bottom: 100px;
  .auth_bg {
    width: 40%;
    font-size: 0;
    margin: 100px auto 20px;
    display: block;
  }
  .auth_result {
    font-size: 17px;
    font-weight: 400;
    padding-top: 30px;
  }
  .result_dsc {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    padding: 30px;
  }
  .phone_wrap {
    margin: 0px 20px;
    padding: 10px 30px;
    border-top: 1px #E9E9E9 solid;
    border-bottom: 1px #E9E9E9 solid;
    text-align: left;
    .phone_num {
      text-align: right;
    }
  }
}