﻿/* body, html {
    height: 100%;
}

.brand-img, .verify-code {
    height: 60px;
} */

.login {
    height: 100%;
}

.s-skin-container {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-width: 1000px;
    z-index: -10;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    background-image: url(../img/login-bg.png);
}

.logo {
/*    width: 659px;
    height: 119px;*/
width: 298px;
margin: 0 auto;
}

.logo>img {
    width: 100%;
    height: 100%;
}

.login-wrap,
.register-wrap {
    margin: 70px auto 0;
    width: 650px;
}

.logo-content,
.register-content {
    width: 660px;
    height: 400px;
    padding: 60px 50px 0;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0px 20px 100px 0px rgba(60, 60, 60, 0.04);
    border-radius: 12px;
    margin-top: 53px;
    margin-bottom: 53px;
}

.register-content {
    height: 655px;
    margin-top: 50px;
}

.list {
    width: 560px;
    height: 60px;
    background: rgba(246, 247, 249, 1);
    border-radius: 4px;
    display: flex;
/*    justify-content: end;*//*new Edge 93 not support*/
    align-items: center;
    margin-bottom: 30px;
}

.list:last-of-type {
    margin-bottom: 0;
}

.list .icon {
    width: 84px;
    height: 70px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list>i {
    width: 1px;
    height: 20px;
    background: rgba(208, 208, 208, 1);
    border-radius: 1px;
    font-style: normal;
    display: inline-block;
}

.list>input {
    width: 345px;
    border: none;
    background: #F6F7F9;
    padding-left: 30px;
    font-size: 20px;
    color: rgba(176, 176, 176, 1);
}

.login-btn,
.register-btn {
    cursor: pointer;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(252, 208, 0, 1);
    border-radius: 4px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(169, 92, 63, 1);
    margin: 45px auto 35px;
    box-shadow: 0px 40px 58px -20px rgba(252, 208, 0, 1);
}

.noNumber {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgba(169, 92, 63, 1);
    cursor: pointer;
}

.getCode {
    width: 100px;
    height: 28px;
    font-size: 20px;
    color: rgba(169, 92, 63, 1);
    text-align: center;
    cursor: pointer;
}

.main.impowerBox {
    position: absolute;
/*    bottom: 0;*/
}

.impowerBox .qrcode {
    width: 160px;
}

.impowerBox .title {
    font-size: 16px;
    /*    display: none;*/
}

.impowerBox .info {
    width: 200px;
}

.status_icon {
    display: none
}

.impowerBox .status {
    text-align: center;
}
.btns a {
    color: rgba(169, 92, 63, .85);
}