/*登录注册样式*/
.div-row {
    text-align: center;
    height: 50px;
}

.login_title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
}

 .sp-info {
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: left;
}

 .sp-text {
    display: block;
    float: left;
}

 .sp-text input{
    width: 300px;
    height: 35px;
    padding-left: 10px;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.login-button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1791f0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: #1791f0;
    cursor: pointer;
    font-size: 16px;
}

.login-button:hover {
    background: #0f0ff0;
}

