body {
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    height: 100%;
    background: no-repeat;
    background-image: url("../img/login_back2.png");
    background-size: 100% 100%;
    position: relative;
}

p {
    margin: 0 0;
    padding: 0 0;
}

.title {
    text-align: center;
    margin: 0 0;
    padding: 0 0;
    font-size: 4.0625rem;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
}

.form_login {

    /*width: 540px;*/
    /*height: 449px;*/
    /*margin-left: 690px;*/
    /*margin-top: 43px;*/
    /*background: white;*/
    width: 24.3%;
    height: 52%;
    margin-left: 13%;
    /*padding-top: 29%;*/
    position: relative;
    /*position: absolute;*/
    /*bottom: 22.3%;*/
    /*left: 36%;*/
}

.form_content {
    display: inline-block;
    width: 100%;
    /*margin: 0 auto;*/
    height: 100%;
}

.login_p {
    height: 35%;
    font-size: 1.375rem;
    font-family: BigruixianBlackGBV1 .0, BigruixianBlackGBV1 .0 -Regular;
    font-weight: 400;
    text-align: left;
    color: #707070;
    letter-spacing: 1px;
}
input{ outline:medium;}
input:focus{ border:0px solid #708d96; }
.login_input {
    width: 100%;
    background: #C1D9DA;
    height: 35%;
    border: 0px solid #b4b4b4;
    border-radius: 0.625rem;
}
