﻿/*密码重置*/
/*确认重置按钮样式*/
.button_sty {
    margin-top: 40px;
    height: 52px;
    width: 100%;
}

/*获取验证码按钮样式*/
.button_sty1 {
    height: 50px;
    width: 167px;
    font-size: 16px;
    margin-left: 10px;
}

/*点击后的获取验证码按钮*/
.button_sty2 {
    height: 52px;
    width: 166px;
    font-size: 16px;
    margin-left: 10px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #999;
}
