body{
font-family: Arial, sans-serif;
background:#f4f4f4;
margin:0;
padding:0;
}

.container{
max-width:700px;
margin:40px auto;
background:white;
padding:30px;
border-radius:8px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

h1{
text-align:center;
color:#333;
}

h2{
margin-top:25px;
color:#555;
}

label{
display:block;
margin-top:15px;
font-weight:bold;
}

input, select, textarea{
width:100%;
padding:10px;
margin-top:5px;
border:1px solid #ccc;
border-radius:4px;
}

textarea{
height:120px;
}

button{
margin-top:20px;
width:100%;
padding:12px;
background:#2c7be5;
color:white;
border:none;
border-radius:4px;
font-size:16px;
cursor:pointer;
}

button:hover{
background:#1a5dc9;
}

.empresa{
text-align:center;
margin-bottom:20px;
color:#666;
}

.confirmacion{
text-align:center;
margin-top:100px;
font-size:20px;
}