* {
    padding: 0;
    margin: 0;

}

html,
body {
    height: 100%;
    width: 100%;
}

.login {
    height: 100%;
    width: 100%;
    background-image: url(../images/img_login/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 17.4vh;
    position: relative;
}

.login .head {
    height: 24.17vh;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.login .head img {
	max-height: 12.17vh;
	object-fit: contain;
	object-position: center;
}


.login .head h1 {
    height: 72px;
    line-height: 5.1vh;
    letter-spacing: 2.6667vw;
    margin-left: 4.9vh;
    font-size: 3.7333vw;
    font-family: STXingkai-Regular, STXingkai;
}

.login .form {
    height: 47%;
    width: 41%;
    text-align: center;
    background-image: url(../images/img_login/form.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 33.42vh;
    left: 50%;
    margin-left: -20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    box-sizing: border-box;
}

.login .login_title{
	height: 30%;
}

.login .form .cn {
    margin-top: 4vh;
    color: white;
    font-size: 2.1333vw;
    text-align: center;
    letter-spacing: 1.3333vw;
    font-family: PingFang SC-Bold, PingFang SC;
}

.login .form .en {
    color: white;
    font-size: 1.1333vw;
    text-align: center;
    word-spacing: 10px;
    margin-top: 10px;
}

.login .form .inp {
    flex: 1;
    text-align: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.login .form .inp .password {
    margin-top: 3vh;
}

.login .form .inp button {
    margin-top: 3vh;
    width: 11vw;
    min-height: 32px;
    height: 4vh;
    background-color: #777BED;
    color: white;
    border-radius: 21.5px;
    border: none;
    letter-spacing: 8px;
    font-size: 1.1rem;
    position: relative;
    left: 1.7333vw;
    outline: none;
}

.login input {
    min-height: 32px;
	height: 4vh;
    width: 20vw;
    border: 1px solid #A6C9EC;
    outline: none;
    border-radius: 21.5px;
    text-align: center;
}

.admin {
    
}

.admin,
.password {
    position: relative;
}

.icon {
    position: absolute;
    right: 10%;
    /* top: 10px; */
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-8px);
}

.dove {
    position: absolute;
    top: -100px;
    left: 30vw;
}