html, body {
    height: 100%;
    width: 100%;
}

.login {
    position: relative;
    min-height: 650px;
    height: 100%;
    width: 100%;
    min-width: 986px;
    background: url("../images/login_bg.jpg") no-repeat center center;
    /*background: #212134;*/
    background-size: 100% 100%;
    /*background-position: top left;*/
}

.content_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 96px;
    padding: 0 40px;
}

/*logo区域*/
.logoArea {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 125px;
    height: 56px;
    margin-top: -20px;
}

.logo > img {
    width: 100%;
    height: 100%;
}

.applyName {
    height: 26px;
    padding: 0 14px;
    font-size: 18px;
    color: #fff;
    margin-left: 14px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}


.login-con {
    /*position: absolute;*/
    /*top: 10.5%;*/
    /*left: calc(50% - 320px);*/
    /*background: yellow;*/
}

/*系统名称*/
.login-con-title {
    font-size: 2.81vw;
    color: #FFFFFF;
    margin-top: calc(0.02 * 100vh);
    text-align: center;
    box-sizing: border-box;
}

/*主要内容*/
.login-card {
    position: relative;
    width: 26%;
    /*height: 45.2%;*/
    margin: calc(0.06 * 100vh) auto 0;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(0, 181, 255, 0.16);
    box-sizing: border-box;
}

.login-card-title {
    /*padding: 5% 0;*/
    padding: calc(0.04 * 100vh) 0;
    font-size: 1.455vw;
    text-align: center;
    color: #FFFFFF;
}

.form-con {
    width: 80%;
    margin: 0 auto;
}

.from-con-inp {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 16px;
    margin-bottom: 30px;
    align-items: center;
    border: 2px solid rgba(0, 181, 255, 0.20);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.00);
    box-sizing: border-box;
}

.from-con-inp img {
    width: 19px;
    height: 20.8px;
    margin-right: 12px;
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
}

.btn {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(0.08 * 100vh);
    border-radius: 5px;
    font-size: 16px;
    background: #FFC300;
    box-sizing: border-box;
}

.btn:hover {
    background: #FFC300;
    color: #fff;
}

.ivu-input {
    color: #fff !important;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.00);
}

.ivu-input:focus {
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.00);
}
.ivu-input:focus {
    border-color: #57a3f3;
    outline: 0;
     -webkit-box-shadow: 0;
     box-shadow: 0;
}
/*四个角标*/
.angle {
    width: 39px;
    height: 38px;
}

img {
    width: 100%;
    height: 100%;
}

/*左上*/
.angle-left-t {
    position: absolute;
    top: -2px;
    left: -2px;
}

/*左下*/
.angle-left-b {
    position: absolute;
    bottom: -2px;
    left: -2px;
}

/*右上*/
.angle-right-t {
    position: absolute;
    top: -2px;
    right: -2px;
}

/*右下*/
.angle-right-b {
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.Copyright {
    position: absolute;
    bottom: 30px;
    left: 50%;
    color: #fff;
    transform: translate(-50%);
}
.register{
    position: absolute;
    top: 85%;
    left: 16%;
    width: 70%;
}