
.sasp-card{
max-width:420px;
margin:40px auto;
padding:30px;
background:#fff;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
font-family:Arial;
}

.sasp-card input{
width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ddd;
border-radius:6px;
}

.sasp-card button{
width:100%;
padding:12px;
background:#D32F2F;
color:white;
border:none;
border-radius:6px;
cursor:pointer;
}
