body{
    background-image: url('./../../images/download.jpg');
    background-size: 100% 100%
}

.form-form .form-container .form-content {
    border: none;
    border-radius: 0px;
}


.sjsj {
    color: white;
    font-weight: bold;
    font-size: 25px;
    float: left;
}

.czcz {
    width: 10%;
    float: left;
}

.top_btns {
    float: right;
    margin-top: 25px;
    font-size: 18px;
    background-color: white !important;
    color: #df6835 !important;
    font-weight: bold;
    border: none !important;
    border-radius: 5px;
    padding: 1px 20px;
    margin-right: 3px;
}
.top_btns_register {
    float: right;
    margin-top: 25px;
    font-size: 18px;
    color: white !important;
    background-color: #df6835 !important;
    font-weight: bold;
    border: none !important;
    border-radius: 5px;
    padding: 1px 20px;
    margin-right: 3px;
}

.btn-primary:hover, .btn-primary:focus {
    color: white !important;
    background-color: #df6835 !important;
}

@media only screen and (max-width: 991px) {
    .form-container {
        text-align: center;
    }

    .form-container .top_btns {
        float: none;
    }

    .form-container button:first-child {
        margin-right: unset !important;
    }

    .form_box {
        max-width: unset !important;
        width: 100% !important;
    }

    .form-content {
        margin-top: 100px !important;
    }
    .form-form .form-form-wrap {
        height: 71vh !important;
    }
    .sjsj
    {
        font-size: 19px !important;
    }
    .form_text_content .form-content img {
        width: 100% !important;
    }

    .form_text_content {
        width: 100% !important;
    }

    .form-content img.white_cb {
        width: 28px !important;
    }

    .form-container .form-content {
        margin-top: 0 !important;
    }

    body.form {
        background-repeat: repeat !important;
    }

    .form_login_box{
        width: 95% !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 992px) {
    body.form {
        background-repeat: repeat !important;
    }

    .form_box {
        width: 40%;
    }

    .form-container .form-content {
        margin-left: 40px;
    }

    .form_text_content {
        width: 50% !important;
    }

    .form_text_content {
        width: 50% !important;
    }

    .w_100_lg {
        width: 100% !important;
    }

    .max_w_lg {
        max-width: 600px !important;
        width: 600px !important;
    }

    .max_w_lg .form-content {
        margin-top: 100px !important;
    }

    .form_box .form-form-wrap .form-content {
        margin-top: 100px !important;
    }
}

@media only screen and (min-width: 1500px) {

    .form_box {
        width: 35%;
    }

    .form-container .form-content {

    }
}
