.pcu-page {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-size: cover !important;
  font-family: Montserrat, Century Gothic !important;
}

/* NEW: Add this wrapper for vertical centering */
.pcu-center-wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100vh !important;
}

.logo-holder {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 0 !important;
}

.liveness-button {
  background-color: #008D46 !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease !important;
}

.liveness-button:hover {
  background-color: #005F33 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.form-control.pcu {
  padding-right: 10px !important;
  font-family: Montserrat, Century Gothic !important;
  border: 1px solid #ff0000 !important;
  background: transparent !important;
  text-transform: uppercase !important;
  outline: none !important;
  height: 40px !important;
  color: black !important;
  font-size: 14px !important;
  text-align: center !important;
  transition: border-color 0.3s ease, background 0.3s ease !important;
}

input.form-control:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: 2px solid #008D46 !important;
}

input[type=checkbox] {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  padding: 1px;
  cursor: pointer;
}

.uppercase-input::placeholder {
  text-transform: none;
}

.form-group-animate {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group-animate input {
  width: 100%;
  padding: 1rem 0.5rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.form-group-animate input:hover {
  border-color: #28a745;
  background-color: #ffffff;
  border: 1px solid #008D46 !important;
}

select.floating-select:hover {
  border-color: #28a745;
  background-color: #ffffff;
  border: 1px solid #008D46 !important;
}

select.floating-select:focus {
  border: 1px solid #008D46 !important;
  background-color: #ffffff;
  outline: none;
}

.form-group-animate input:focus {
  border: 1px solid #28a745;
  background-color: #ffffff;
  outline: none;
}

.form-group-animate label {
  position: absolute;
  top: .8rem;
  left: 1rem;
  color: #999;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  background-color: white;
  padding: 0 0.25rem;
  text-align: left;
}

.form-group-animate input:hover + label,
.form-group-animate input:focus + label,
.form-group-animate input:not(:placeholder-shown) + label {
  top: -0.5rem;
  left: 1rem;
  font-size: 0.85rem;
  color: #333;
}

.floating-select:focus + label,
.floating-select:hover + label,
.floating-select:valid + label {
  top: -0.5rem;
  left: 1rem;
  font-size: 0.85rem;
  color: #333;
}

.floating-select {
  width: 100%;
  padding: 1rem 0.5rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-wrapper {
  width: 100%;
  max-width: 400px;
  padding: 0 20px; /* adds horizontal padding */
  box-sizing: border-box;
}
