@media all and (min-width: 0) {
.form-wrap {
    min-width: auto;
    /* margin: 0 auto; */
    background-color: white;
    padding: 60px 40px 40px 40px;
    border-radius: 0px;
    position: static;
    /* top: 46%; */
    /* left: 50%; */
    transform: translate(0, 0);
    /* box-shadow: 0px 0px 19px 0px #291e3f30; */
}
.form--flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 82px;
    width: 979px;
    margin: 0 auto;
}
.login-left {
    max-width: 150px;
    margin-left: 10px;
}
.login-right {
    /* width: 250px; */
}
.form--flex .form-title {
    padding-left: 5px;
}
.form-wrap .form-title {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 35px;
}

.login-btn {
    width: 100%;
    appearance: none;
    border: 0;
    /*margin-top: 40px;*/
    padding: 20px;
    border-radius: 16px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 10px #b6b6b6;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
}

.ser-img {
    width: 620px;
    background-color: #000;
    margin-bottom: 30px;
}

.login-left img {
    width: 100%;
    margin-left: 0;
}

.footer-wrap--abs {
    position: static;
}
}
@media all and (max-width: 1023px) {
    .form--flex {
        width: auto;
    }
    footer .foot_wrap {
        padding: 0 20px;
    }
    footer .info_wrap li {
        font-size: 13px;
        margin-bottom: 12px;
    }
    footer .copy {
        float: left;
        clear: both;
        display: block;
        margin-top: 20px;
        font-size: 12px;
    }
    .info_add_btn_list li a {
        font-size: 13px;
    }
}
@media all and (max-width: 767px) {
    .form-wrap {
        padding: 60px 20px 40px 20px;
    }
    .form--flex {
        width: auto;
    }
    .ser-img {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media all and (max-width: 530px) {
    .form--flex {
        flex-direction: column;
        gap: 20px;
    }
    .login-left {
        max-width: 122px;
    }
    .login-right {
        padding: 20px 0 40px;
    }
    .form-wrap .form-title {
        text-align: center;
        font-size: 22px;
        padding-bottom: 30px;
    }
    .form-wrap .form-sub {
        text-align: center;
    }
    .login-btn {
        margin-top: 24px;
        padding: 16px 18px;
        font-size: 14px;
    }
}
@media all and (max-width: 479px) {
    .form--flex {
        width: auto;
    }
    .login-left {
        max-width: 90px;
    }
}