body {
    margin: 0;
}

.container-fluid{
    padding: 0 !important;
}

.container {
    width: 100vw;
    height: 100vh;
    background-image: url("../../images/lqcx/z-1.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.school-logo {
    width: 325px;
    height: 90px;
    object-fit: fill;
    margin-bottom: 50px;
}

.query-card {
    width: 1000px;
    height: 560px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
}

.left {
    width: 460px;
    height: 100%;
    object-fit: fill;
}

.right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right .query-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.right .query-button {
    width: 340px;
    height: 32px;
    display: block;
    color: #fff;
    background-color: #3D6AFF;
    border: none;
    border-radius: 5px;
    margin-top: 40px;
}

.form-item {
    margin: 20px 0;
}

.form-item-label {
    display: block;
    font-size: 14px;
    color: rgba(51, 51, 51, 85%);
    margin-bottom: 5px;
}

.form-item-control {
    width: 320px;
    height: 32px;
    border: none;
    border-radius: 4px;
    line-height: 32px;
    padding: 0 10px;
    background-color: #F7F7F7;
}