#mr-form{
    max-width:500px;
    margin:40px auto;
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

#mr-form input,
#mr-form textarea{
    width:100%;
    padding:12px;
    margin:10px 0;
    border:1px solid #ddd;
    border-radius:6px;
}

#mr-form button{
    width:100%;
    padding:12px;
    background:#0073aa;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

#mr-form button:hover{
    background:#005f8d;
}

#mr-msg{
    margin-top:10px;
    font-weight:bold;
}