body{
    background:#f5f7fb;
}

.mxr-return-wrapper{

    max-width:760px;
    margin:60px auto;
    background:#fff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #edf0f5;

}

.mxr-return-wrapper h2{

    margin:0;
    font-size:34px;
    font-weight:700;
    color:#111827;
    line-height:1.3;

}

.mxr-return-wrapper p{

    color:#6b7280;
    margin-top:12px;
    margin-bottom:35px;
    font-size:16px;

}

.mxr-field{

    margin-bottom:22px;

}

.mxr-field label{

    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#374151;

}

.mxr-field input{

    width:100%;
    height:54px;
    border:1px solid #d1d5db;
    border-radius:10px;
    padding:0 18px;
    font-size:15px;
    transition:.25s;

}

.mxr-field input:focus{

    border-color:#2563eb;
    outline:none;
    box-shadow:0 0 0 4px rgba(37,99,235,.15);

}

#mxr_verify_btn{

    background:#0057ff;
    color:#fff;
    border:none;
    border-radius:10px;
    padding:15px 34px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.25s;

}

#mxr_verify_btn:hover{

    background:#0043c9;
    transform:translateY(-2px);

}

#mxr-products{

    margin-top:35px;

}

@media(max-width:768px){

    .mxr-return-wrapper{

        margin:20px;
        padding:25px;

    }

    .mxr-return-wrapper h2{

        font-size:28px;

    }

}