/* s1 */
.section1{
    margin-top: 40px;
}
.section1 h1{
    width: 150px;
    height: 27px;
    background: url(../images/logo_red.svg) no-repeat;
    background-size: 150px 27px;
    margin-bottom: 32px;
}
.section1 p{
    color: #666666;
    margin-bottom: 88px;
}

/* s2 */
.section2 form > div{
    margin-bottom: 20px;
}
.section2 form > div:last-child{
    margin: 0;
}
.section2 form a{
    font-weight: bold;
    border: 1px solid #aa453f;
    border-radius: 10px;
    background: none;
    color: #aa453f;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2 form .confirm{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section2 form .confirm a{
    font-size: 14px;
    font-weight: normal;
    color: #424242;
    border: none;
    height: auto;
}


.input-number-password {
    -webkit-text-security: disc;
}