﻿/*login css*/

.login_contain {
    width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_box {
    background: #fff;
}

.login_text {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    text-indent: 0;
}

.login_row {
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 5px 0;
}

.login_row_text {
    float: left;
    position: relative;
    width: 100%;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    text-indent: 0;
    margin: 10px 0 3px 0;
    padding: 0;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 15px;
    color: #888;
}

    .login_row_text a {
        color: #387eff;
    }

.login_rowmin_text {
    float: left;
    width: 100%;
    line-height: 20px;
    text-indent: 0;
    margin: 10px 0 3px 0;
    padding: 0;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 13px;
    color: #aaa;
}

.login_stayword {
    position: absolute;
    padding-left: 25px;
    height: 22px;
    line-height: 22px;
    top: 0;
    left: 0;
}

.login_row_welcometext {
    font-size: 9px;
    color: #888;
}

.account_form_body {
    font-size: 11px;
    color: #333;
    text-indent: 0;
}

.account_form_row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    height: auto;
    padding: 5px 0 5px 0;
    text-indent: 0;
}

.account_form_rowbottom {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 5px 0 5px 0;
    text-indent: 0;
}

.margininfo {
    margin: 3px 10px 2px 10px;
}
