.mfspr-wrapper{
    max-width:500px;
    margin:50px auto;
    padding:20px;
}

.mfspr-box{
    background:#fff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.mfspr-box h2{
    text-align:center;
    margin-bottom:20px;
}

.mfspr-box p{
    text-align:center;
    margin-bottom:20px;
    color:#666;
}

.mfspr-box input{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
    box-sizing:border-box;
}

.mfspr-box button,
.mfspr-btn{
    width:100%;
    background:#0073aa;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    text-decoration:none;
    display:block;
    text-align:center;
}

.mfspr-box button:hover,
.mfspr-btn:hover{
    background:#005f8d;
}

#mfspr-message{
    margin-top:20px;
    text-align:center;
    font-weight:bold;
}