.bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.bg img {
    width: 100%;
    height: 100vh;
}

#login {
    border-radius: 20px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    /* position: absolute;
    top: 300px;
    left: 730px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 600px;
}
.title {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #409eff;
    text-align: center;
    letter-spacing: 4px;
    /* height: 30px;
    line-height: 30px; */
}
.name {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.IDcard {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.form_label {
    font-size: 14px;
    color: #000;
    width: 80px;
    text-align: right;
}

input {
    width: 70%;
    height: 30px;
    background-color: #e8f0fe;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
}

.btn_wrapper {
    display: flex;
    justify-content: space-around;
}

/* .login_btn{
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #409eff;
    color: #fff;
    border: none;
    margin-top: 50px;
} */
.btn_wrapper button {
    background-color: #409eff;
    /* width: 120px; */
    border: none;
    flex: 1;
    margin: 30px 10px 0;
}

/* button {
    width: 26%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    
    color: #fff;
    border: none;
    margin: 10px 16px 10px 10px;

} */


#codeBox {
    width: 400px;
    height: 300px;
    border-radius: 20px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    /* position: absolute;
    top: 300px;
    left: 730px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.yzm_container{
    width: calc(70% + 80px);
    height: 30px;
    align-items: center;
    margin-top: 30px;
    display: flex;
}
.yzm_label {
    font-size: 14px;
    color: #000;
    min-width: 80px;
    text-align: right;
}

.yzm_container input {
  flex: 1;
}
.yzm_container button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #409eff;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 14px;
}
.v_code_box{
    background-color: #fff;
    margin-left: 10px;
}
.yzm_container .getCodeHide{
    display: none;
    background-color: #ccc;
}