.ec-card{

max-width:800px;

margin:40px auto;

background:#ffffff;

padding:30px;

border-radius:10px;

box-shadow:0 0 15px rgba(0,0,0,.10);

}

.ec-card h2{

margin-bottom:25px;

color:#0f4c81;

}

.ec-card label{

display:block;

margin-top:20px;

font-weight:bold;

}

.ec-card input,
.ec-card select{

width:100%;

padding:12px;

margin-top:8px;

border:1px solid #ccc;

border-radius:6px;

}

.ec-card button{

margin-top:30px;

background:#0f4c81;

color:white;

padding:14px 25px;

border:none;

border-radius:6px;

cursor:pointer;

font-size:16px;

}

.ec-card button:hover{

background:#09365a;

}