body,
p,
ul,
li,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-size: 2vh;
}

.container {
    width: 100%;
    height: 100vh;
    /*background-image: url(/statics/public/images/login/bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.login_container {
    width: 40vh;
    height: 45vh;
    position: fixed;
    top: 50%;
    right: 35%;
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.3);
    border-radius: 10px;
    opacity: 0.9;

}

.login_header {
    display: flex;
    align-items: center;
    /*padding        : 36px 0 5px 0;*/
    text-align: center;
    justify-content: center;
    height: 20%;
}

.logo_name {
    font-size: 2.5vh;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /*color      : rgba(47, 107, 238, 1);*/
}

.login_header img {
    width: 61px;
    height: 62px;
}

.login_from {
    height: 80%;
}

.form {
    padding: 1vh 4vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;

}

.login_form_item {
    /*width          : 340px;*/
    /*height         : 24px;*/
    width: 100%;
    height: 4.3vh;
    background: rgba(255, 255, 255, 1);
    /*border-radius  : 4px;*/
    border-radius: 1vh;
    /*margin         : 16px auto;*/
    /*margin-bottom:2vh;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding        : 7px 0;*/
    border: 1px solid #DEDEDE;
}

.login_form_item_v {
    /*width          : 340px;*/
    /*height         : 46px;*/

    height: 4.3vh;
    /*margin         : 24px auto;*/
    /*margin-bottom:2vh;*/
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.login_form_item_v input {
    /*width        : 170px;*/
    /*height       : 40px;*/
    width: 50%;
    height: 95%;
    background: rgba(255, 255, 255, 1);
    /*border-radius: 4px;*/

    border-radius: 1vh;
    border: 1px solid #DEDEDE;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 1.6vh;
}

.login_form_item_v img {
    /*width : 124px;*/
    /*height: 51px;*/
    width: 30%;
    height: 85%;
}

.login_form_item img {
    width: 20px;
    margin: 0 20px
}

.login_form_item input {
    width: 100%;
    border-radius: 1vh;
    padding-left: 10px;
    height: 80%;
    flex: 1;
    border: 0;
    outline: none;
    font-size: 1.6vh;
}

.login_form_item_v button {
    /*width        : 340px;*/
    /*height       : 40px;*/
    width: 100%;
    height: 5vh;
    background: rgba(47, 107, 238, 1);
    /*border-radius: 4px;*/
    border-radius: 1vh;
    font-size: 2vh;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    border: 0
}

.login_footer {
    z-index: 999;
    width: 35vh;
    /*background: rgba(250, 250, 250, 1);*/
    opacity: 0.9;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
}

.login_a {
    padding-top: 1px;
}

.login_footer .login_a a {
    width: 94px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 4px;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}

.login_footer p a {
    /*background: rgba(255, 255, 255, 1);*/
    display: inline-block;
    line-height: 40px;
    font-size: 1.6vh;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /*color: rgba(102, 102, 102, 1);*/
    color: #b3bccc;
    text-decoration: none;
}

.login_footer a img {
    width: 20px;
    vertical-align: middle;
}

.login_footer p {
    margin-top: 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);

}