﻿

.logoncontent {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%
}

.divicon {
    margin: 0px auto;
    width: 120px
}

    .divicon img {
        border: 0px;
        width: 100%;
        margin: 6vh 0px
    }

.divname {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    font-size: x-large;
    text-align: center
}

.divput {
    float: left;
    display: inline;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 6vh
}

.divputone {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-top: 15px
}

    .divputone i, .divputone input {
        float: left;
        display: inline;
        overflow: hidden;
    }

        .divputone i.icon {
            width: 35px;
            height: 35px;
            border: none;
            background-repeat: no-repeat;
        }

.icon-phone {
    background-image: url('../Images/username.png');
    background-size: 15px 16px;
    background-position: 10px 10px
}

.icon-password {
    background-image: url('../Images/passwrod.png');
    background-size: 15px 15px;
    background-position: 10px 10px
}

.icon-code {
    background-image: url('../Images/code.png');
    background-size: 15px 15px;
    background-position: 10px 10px
}

.thisput {
    width: calc(100% - 35px);
    border: 0px;
    background-color: #f2f2f2;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-indent: 10px
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

.aui-code {
    position: absolute;
    right: 10px;
    background-color: #f2f2f2;
    top: 5px
}

.aui-sign-login {
    width: 100%;
    color: #fff;
    font-size: 0.98rem;
    border-radius: 22px;
    background-color: #5f8cd0;
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 15px
}

.divregis{float:left;width:100%;text-align:center;height:30px;line-height:30px;color:#666;font-size:13px;margin-top:30px}
