
body{
background:#f5f5f5;
}

.agc-container{
max-width:700px;
margin:30px auto;
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
font-family:Arial;
}

.agc-container h2{
text-align:center;
margin-bottom:25px;
}

label{
display:block;
margin-top:15px;
margin-bottom:5px;
font-weight:bold;
}

input,
textarea,
select{
width:100%;
padding:12px;
border:1px solid #ccc;
border-radius:6px;
font-size:16px;
}

textarea{
height:100px;
}

button{
width:100%;
padding:14px;
background:#000;
color:#fff;
border:none;
border-radius:6px;
margin-top:25px;
font-size:16px;
cursor:pointer;
}

.agc-qr{
display:block;
max-width:220px;
margin:20px auto;
}

.agc-success{
text-align:center;
padding:40px;
}
