body{
  margin:0;
  font-family:" Ancizar Serif", sans-serif;
  background: url('iback.jpg') no-repeat center center fixed;
  background-size: cover;
  color:#fff;
}

.overlay{
  background: rgba(0,0,0,0.7);
  min-height: 100vh;
  padding: 40px 20px;
}

.container{
  max-width:650px;
  margin:auto;
  background: rgba(20,22,25,0.95);
  padding:30px;
  border-radius:18px;
  border:1px solid #2c2c2c;
  box-shadow: 0 0 25px #000;
  align-items: center;
}

h2{
  text-align:center;
  color:#4fa3ff;
  margin-bottom:25px;
  font-size:37px;
  text-shadow: 0 0 6px #003a80;
}

label{
  display:block;
  margin-top:15px;
  font-weight:600;
}

input, select, textarea{
  width: 95%;
  padding:12px;
  margin-top:6px;
  border-radius:8px;
  border:1px solid #3c3f43;
  background:#1a1c1f;
  color:#fff;
  font-size:16px;
  outline:none;
}

input:focus, select:focus, textarea:focus{
  border-color:#007bff;
  box-shadow: 0 0 10px #0059c9;
}

textarea{
  height:100px;
  resize:none;
}

.file-box{
  padding:15px;
  border:2px dashed #3c3f43;
  border-radius:10px;
  background: #1a1c1f;
  color:#9aa0a6;
  text-align:center;
  margin-top:10px;
  cursor:pointer;
}

button{
  width:100%;
  padding:14px;
  margin-top:20px;
  background: linear-gradient(135deg,#0059ff,#2680ff);
  border:none;
  border-radius:10px;
  color:#fff;
  font-size:18px;
  cursor:pointer;
  font-weight:bold;
  box-shadow: 0 0 12px #003f99;
}

button:hover{
  transform: translateY(-2px);
  box-shadow: 0 0 20px #0057ff;
}

.progress-bar{
  width:0%;
  height:8px;
  background:#4fa3ff;
  border-radius:5px;
  margin-top:10px;
  transition:0.4s;
}

.form-message {
  margin-top: 15px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  display: none;
}

.form-message.success {
  background-color: #e6f7ed;
  color: #1e7e34;
  border: 1px solid #b7ebc6;
}

.form-message.error {
  background-color: #fdecea;
  color: #a71d2a;
  border: 1px solid #f5c6cb;
}
