#login_wrap{
    width: 100%;
    height: 100%;
    background: url("../image/login_bg.png") center center no-repeat;
    background-size: cover;
    position: fixed;
}
#login_area {
    width: 520px;
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 60px 40px;
    text-align: center;
    box-sizing: border-box;
    box-shadow:0px 26px 36px 0px rgba(0,0,0,0.36);
}
#system_logo_img {
    height: 90px;
    width: 90px;
    vertical-align: middle;
}
.login_title {
    font-size: 30px;
    font-weight: bolder;
    color: #000000;
    margin-top: 24px;
}
#login_sms_phone {
    font-size: 16px;
    color: #A8A8A8;
    text-align: left;
    margin-top: 40px;
    display: none;
}
#moblie-content {
    color: #0281F0;
    font-size: 16px;
}
#short_message_verification_code_wrap {
    margin-top:20px;
    position: relative;
    height: 56px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    display: none;
}
#short_message_verification_code_input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 200px;
    border-radius: 10px;
}
#get_short_message_verification_code_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0281F0;
    font-size: 16px;
    cursor: pointer;
}
#login_commit_btn1 {
    margin-top: 48px;
    height: 56px;
    background: #0281F0;
    border-radius: 10px;
    text-align: center;
    line-height: 56px;
    width: 100%;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
#login_commit_btn2 {
    margin-top: 70px;
    height: 56px;
    background: #0281F0;
    border-radius: 10px;
    text-align: center;
    line-height: 56px;
    width: 100%;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}
.retrieve{
    color:rgba(170,170,170,1) !important;
}
.login_input{
    height:56px;
    width: 100%;
    background:#fff;
    border: 0;
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:48px;
    text-indent: 16px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}
.login_input:focus{
    border-color: #0281F0;
}
.login_input::-webkit-input-placeholder{
    color:#e5e5e5;
}
.account_content {
    margin-top: 24px;
}
.password_content {
    margin-top: 24px;
}
.hide_element {
    display: none;
}