.signin_box {
    background: url(../images/logging.jpg);
    height: 1100px;
    margin-top: -45px;
    /* margin-top: -60px;; */
    padding-top: 133px;
}

.sign_info_box {
    width: 738px;
    padding: 60px 90px;
    box-shadow: 0 3px 99px rgba(0, 0, 0, .16);
    margin: 0 auto 0;
    border-radius: 15px;
    background-color: #fff;
}

.info_box_top {
    position: relative;

}

.info_left {
    margin-bottom: 68px;
}

.info_left h5 {
    color: #404040;
    font-size: 39px;
    font-weight: 400;
}

.info_left p {
    color: #404040;
    font-size: 22px;
}

.info_left p a {
    color: #186AE6;
    font-size: 22px;
}

.sign_logo {
    position: absolute;
    width: 70px;
    height: 65px;
    background: url(../images/si_logo.png);
    right: -30px;
    top: 0;
}

.sign_type {
    display: flex;
    list-style: none;
    height: 76px;
    align-items: center;

}

.sign_type li {
    margin-right: 45px;
    cursor: pointer;
}

.sign_type li i {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 22px;
    vertical-align: middle;
    margin-top: -3px;
}

.sign_type li.active i {
    background-color: #186AE6;
}

.sign_box {
    height: 80px;
    position: relative;
    width: 100%;
}

.sign_box label {
    position: absolute;
    bottom: 40px;
    color: #A9A9A9;
    font-size: 16px;
}

.sign_box input {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    line-height: 40px;
    border-bottom: 2px solid #e1e1e1;
    padding-left: 132px;
    color: #404040;
}

.sign_box input:focus {
    outline: none;
}

#subf ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #E1E1E1;
    font-size: 20px;
}

#subf ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #E1E1E1;
    font-size: 20px;
}

#subf ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #E1E1E1;
    font-size: 20px;
}

#subf ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #E1E1E1;
    font-size: 20px;
}

.getyzm {
    position: absolute;
    width: 90px;
    height: 32px;
    border: 1px solid #186AE6;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    color: #186AE6;
    font-style: normal;
    right: 0;
    top: 0;
    cursor: pointer;
}

.sign_box>span {
    margin-left: 130px;
    color: red;
}

.sign_box.agreement {
    color: #707070;
    font-size: 15px;
    margin-top: -15px;
}

.sign_box.agreement a {
    color: #186AE6;

}

.sign_box.sub {
    text-align: center;
    margin-top: 20px;
}

.sign_box.sub .qdtg_button {
    border: 1px solid #186AE6;
    color: #186AE6;
    width: 313px;
    height: 52px;
    line-height: 50px;
    border-radius: 26px;
    font-size: 20px;
    font-weight: 400;
}

.sign_box.sub .qdtg_button:hover {
    background-color: #186AE6;
    color: #fff;
}

/* 20230609 */
.my-table {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.my-table span {
    font-weight: 400;
    font-size: 22px;
    color: #212529;
    cursor: pointer;
}

.my-table span:first-child {
    margin-right: 30px;
}

.my-table .active {
    color: #186AE6;
}

.mailyzm {
    display: none;
}

.email_box {
    display: none;
}
.sign_box #togglePassword {
  position: absolute;
  right: 20px;
  top: 27%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}
.sign_box #togglePassword1 {
  position: absolute;
  right: 20px;
  top: 27%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}