/* Container */
.ctmpnsac {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  background: #f3f6fb;
  padding: 20px;
  padding-top: 140px;
}

/* Card */
.ctmp1nsac {
  background: #fff;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Form wrapper */
.contactnsac {
  width: 100%;
}

/* Inputs */
.columnnsac fieldset {
  border: none;
  margin-bottom: 15px;
}

.columnnsac input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  outline: none;
  transition: border 0.3s ease;
}

.columnnsac input:focus {
  border: 1px solid #007bff;
}

/* Button */
#buttonnsac {
  width: 100%;
  padding: 12px;
  background: #1d1d1d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#buttonnsac:hover {
  background: #c0ccda;
  color: black;
}

/* Messages */
.adminmsg92nsac {
  color: rgba(167, 10, 10, 0.925);
  font-size: 16px;
  margin-bottom: 10px;
}

.adminmsg9nsac,
.adminmsg9bnsac {
  color: #3d3d3d;
  font-size: 18px;
  cursor: pointer;
}

.adminmsg9nsac:hover,
.adminmsg9bnsac:hover {
  color: black;
}
