container {
    width: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    body {
        background-position-y: 60px;
    }

    .redeem_code_panel {
        width: 550px;
        height: 352px;
        padding-bottom: 0%;
        margin: 0 auto;
        margin-top: -20px;
        float: none;
    }

    .redeem_code_panel_content {
        width: 100%;
        height: 270px;
        top: 95px;
    }

    .redeem_info {
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 550;
    }

    .redeem_code_panel_input_group {
        font-size: 16px;
    }

    .redeem_code_panel_input_field_container {
        width: 300px;
        height: 40px;
        margin-top: 0px;
        margin-left: 190px;
        margin-bottom: 35px;
    }

    .redeem_code_panel_input_field {
        font-size: 20px;
    }

    .invalid_feedback {
        width: 340px;
        height: 30px;
        font-size: 16px;
        margin-top: 42px;
    }

    .msg {
        margin-top: 15px;
        font-size: 20px;
    }

    .btn_panel {
        margin-top: 45px;
        clear: none;
        float: none;
    }

    #find_player_id_title
    {
        width: 700px;
        margin-top: 1%;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    

    #find_player_id_content {
        padding-top: 3%;
        padding-left: 10%;
        padding-right: 10%;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .find_player_id_step {
        width: 50%;
        max-width: 600px;
    }
}

@media (min-width: 1452px) {}