.afp-box{
max-width:420px;
margin:20px auto;
padding:25px;
background:#fff;
border-radius:14px;
box-shadow:0 8px 24px rgba(0,0,0,.15);
font-family:Arial
}
select,input,button{
width:100%;
padding:10px;
margin:8px 0;
border-radius:8px;
border:1px solid #ccc
}
button{
background:#ff6a00;
color:#fff;
border:none;
font-weight:bold;
cursor:pointer
}
