﻿/*按钮大小*/
.Lay_btn_gre {
    height: 40px;
    width: 140px;
}

.Lay_btn_gray {
    height: 40px;
    width: 140px;
    margin-left: 32px;
}

.resetPwd {
    text-align: right;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

    .resetPwd a {
        text-decoration: none;
        color: #666;
    }

        .resetPwd a:hover {
            color: #333;
        }

