.selb-page{

background:#f4f6fa;

padding:50px 15px;

}


.selb-container{

max-width:900px;

margin:auto;

background:white;

padding:40px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}


.selb-container h1{

color:#0D4EA5;

text-align:center;

}


.intro{

text-align:center;

margin-bottom:40px;

}


h2{

color:#0D4EA5;

margin-top:35px;

}


label{

display:block;

margin-top:15px;

font-weight:bold;

}


input{

width:100%;

padding:14px;

border:1px solid #ccc;

border-radius:10px;

margin-top:5px;

}



.form-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}



#signature-pad{

width:100%;

height:200px;

border:2px dashed #0D4EA5;

border-radius:10px;

background:white;

}



button{

margin-top:15px;

padding:14px 25px;

border:none;

border-radius:25px;

cursor:pointer;

}


#clear-signature{

background:#ddd;

}


.submit-btn{

background:#FF7300;

color:white;

font-size:18px;

}



@media(max-width:768px){

.selb-container{

padding:20px;

}


.form-grid{

grid-template-columns:1fr;

}

}