

body {
    background: #F8F8F8;
    margin: 0px;
}

.container {
    text-align: center;
    width: 369.2px;
    margin: auto;
}

.title {
    font-size: 30px;
    color: #333333;
    letter-spacing: -0.39px;
    margin: auto;
    margin-top: 60px;
}

.subtitle {
    font-size: 18px;
    color: #999999;
    line-height: 32px;
    height: 32px;
    margin-top: 21px;
    margin-bottom: 27px;
}

.input-phone {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    height: 56px;
    width: 369.2px;
    text-indent: 56px;
    font-size: 20px;
    /* 去掉输入框获取焦点时的边框 */
    outline: 0;
}

.input-password {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    height: 56px;
    width: 369.2px;
    margin-top: 10px;
    text-indent: 56px;
    font-size: 20px;
    outline: 0;
}
.form-group-forget {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}

input::-webkit-input-placeholder{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}
input::-moz-placeholder{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 60px;
}
input:-ms-input-placeholder{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}

.btn-send-sms {
    background: #F5F5F5;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    font-size: 16px;
    color: #7E7E7E;
    letter-spacing: 0;
    line-height: 24px;
    height: 56px;
    width: 108.5px;
    position: relative;
    top: -58px;
    left: 132px;
}


.forget-tab {
    width: 74.8px;
    height: 24px;
    margin-right: 184px;
}

.forget-tab > a {
    color: #999999;
    text-decoration: none;
}

.smslogin-tab {
    width: 99.8px;
    height: 24px;
}

.password-tab {
    width: 74.8px;
    height: 24px;
}

.btn-login {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    background: #00CC66;
    border-radius: 8px;
    width: 369.2px;
    height: 56px;
    border: 0px;
    margin-top: 20px;
}

.btn-wechat-login {
    background: #2348cc;
    border-radius: 8px;
    width: 369.2px;
    height: 56px;
    border: 0px;
    margin-top: 20px;
}

.btn-wechat-login-a {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    text-decoration: none;
    line-height:56px;
}

.register-form {
    margin-top: 40px;
    height: 47px;
    display: inline-block;
}

.register-info {
    font-size: 16px;
    line-height: 47px;
    color: #999999;
    letter-spacing: 0;
    margin-right: 20px;
}

.btn-register {
    font-size: 16px;
    color: #999999;
    letter-spacing: -0.2px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    width: 98px;
    height: 45px;
    background-color: #F8F8F8;
    display: block;
    float: right;
    line-height: 45px;
    text-decoration: none;
}

/* 处理chrome下自动填充背景色遮挡输入框icon的问题 start */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.label-phone {
    position: absolute;
    z-index: 5;
    display: block;
    width: 48px;
    height: 59px;
    background: url("../../assets/images/auth/Phone.png") no-repeat scroll center #FFFFFF;
    border-radius: 8px;
}

.label-password {
    position: absolute;
    z-index: 5;
    display: block;
    width: 48px;
    height: 59px;
    margin-top: 10px;
    background: url("../../assets/images/auth/User.png") no-repeat scroll center #FFFFFF;
    border-radius: 8px;
}

/* 处理chrome下自动填充背景色遮挡输入框icon的问题 end */
