.banner_container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner-img {
    width: 100%;
    height: 80vh;
    display: block;
}
.custom_form .el-form-item__label {
    font-size: 20px !important;
    color: #242F57;
}
.custom_form .el-input__inner {
    font-size: 18px;
}
.custom_form .el-button {
    font-size: 20px !important;
    padding: 15px;
    width: 130px;
    height: 40px;
}
.banner_text {
    position: absolute;
    left: 4%;
    height: 100%;
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.banner_text_top {
    color: #242F57;
    font-size: 35px;
    font-weight: 500;
    display: block;
}

.banner_text_bottom {
    color: #636E95;
    font-size: 22px;
    display: block;
    margin-top: 15px;
}


.boy_bottom {
    height: 25vh;
    background: #242f57;
    padding: 4% 0 0 4%;
}
.boy_bottom_text {
    color: white;
}
.boy_bottom_text_header{
    font-size: 35px;
}
.boy_bottom_text_content{
    font-size: 18px;
}




@media screen and (min-width: 1921px) {
    .banner-img {
        height: 85vh;
    }

    .banner_text {
        left: 8%;
    }

    .banner_text_top {
    }
    .boy_bottom{
        height: 20vh;
    }
}