.loginCBox {
    position: absolute;
    min-width: 400px;
    width: 29%;
    right: 0;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fromBox {
    padding: 8px;
    width: 90%;
}

.fromBox .logoBox {
    margin-bottom: 12px;
    width: 400px;
    height: 53px;
    padding: 0 83px;
}
.fromBox .logoText {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.fromBox .form-group {
    position: relative;
    margin-top: 20px;
}

.fromBox .form-group .form-item {
    padding-left: 8px !important;
    background-color: transparent;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    border: none;
    border-bottom: 2px solid #ffffff9c;
}
.fromBox .form-group .verifyCode {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.fromBox .form-group .verifyCode .verifyCodeItem {
    background-color: transparent;
    color: #000;
    width: 280px;
    height: 40px;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    line-height: 40px;
    border: none;
    border-bottom: 2px solid #ffffff9c;
}
.fromBox .form-group .verifyCode .span-yzm #code_img {
    height: 40px;
    width: 140px;
}
.fromBox .form-actions {
    margin-top: 30px;
}
