.login-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    display: flex;
    background-color: #fff;
    background: #394557 url('loginnew/bg.png') repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-position: center 0;

}

/*.login-bg-small{*/
/*margin: auto;*/

/*}*/
.login-title {
    display: flex;
    position: relative;
    top: 20%;
    left: 50%;
    flex-direction: row;
    width: 45%;

}

.login-zhuce {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.login-touxiang {
    display: flex;
    justify-content: center;
    margin-top: -40px;

    margin-bottom: 20px;

}

.login-touxiang img {

    width: 101px;
    height: 101px;
    border-radius: 50%;

}

.login-biao {
    width: 100%;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(4, 136, 234, 1);

}

.login-kuang {
    display: flex;
    flex-direction: row;
    height: 70px;
    background: #f8f8f8;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f8f8f8;
}

.login_icon {
    margin: 0 10px 0 20px;
    transition: .5s;
}

.login_icon img {
    height: 35px;
}

.login-input {
    flex: 1;
    height: 100%;
    background: #f8f8f8;
}


.login-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 25px;
    background: #f8f8f8;
    color: #000;
}

.login-input input:hover {
    border: none;
    outline: none;
}

.login-input input:focus {
    border: none;
    outline: none;
    background: #f8f8f8;
}


/*设置placeholder 各大浏览器兼容性*/
.login-kuang input::placeholder {
    font-size: 25px;
    color: #b7b8be !important;
}

.login-kuang input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b7b8be !important;
}

.login-kuang input::-webkit-input-placeholder {
    color: #b7b8be !important;
}

.login-kuang input:-moz-placeholder {
    color: #b7b8be !important;
}

.login-kuang input::-moz-placeholder {
    color: #b7b8be !important;
}

.login-kuang input:-ms-input-placeholder {
    color: #b7b8be !important;
}
/*end 设置placeholder 各大浏览器兼容性*/


.login-input input[type='text'],
.login-input input[type='password'] {
    border: none;
    outline: none;
    background: #f8f8f8;
    padding: 0;
    margin: 0;
}


.login-main {
    display: flex;
    margin: auto;
    width: 1500px;
    height: 730px;
    border-radius: 20px;
    background: #ccc;
    background: url('loginnew/newsbg.png') no-repeat center/100% 100%;
    /* transform: scale(.5); */
    overflow: hidden;
}

.login-main .item-flex {
    flex: 1;
}

.parents-form-box {
    padding: 0 120px;
    box-sizing: border-box;
}

.login_btn {
    width: 100%;
    height: 70px;
    margin-top: 30px;
    background: linear-gradient(-90deg, rgba(64, 170, 246, 1) 0%, rgba(48, 128, 237, 1) 100%);
    box-shadow: 1px 6px 9px 0px rgba(0, 136, 236, 0.3);
    border-radius: 6px;
    border: none;
    font-size: 22px;
    color: rgba(255, 255, 255, 1);

}

.login_btn:focus {
    border: none;
    outline: none;
}


.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-1 {
    flex: 1;
}


.icon_yanzhengma {
    margin-left: 10px;
}


.code {
    cursor: pointer;
    transition: .5s;
}

.code:hover {
    transform: scale(1.5);
}