/*
Theme Name: 
Author: 
Template: pure_charity
Version: 1.0.0
*/
/* This file was modified 2025-08-27 by WP Zone to customize metadata in header comment */

/* =Theme customization starts here
------------------------------------------------------- */
.boldgrid-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height to center vertically */
}

.boldgrid-section .container {
  display: flex;
  flex-direction: column; /* Align elements vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Center text */
}

.post-password-form {
  display: flex;
  flex-direction: column; /* Align elements vertically */
  align-items: center; /* Center items horizontally */
}

.post-password-form label,
.post-password-form input,
.post-password-form button {
  width: 100%;
  max-width: 400px; /* Set a max-width for better responsiveness */
  margin: 10px 0; /* Add some space between elements */
}

.form-title {
  font-size: 40px !important;
  font-weight: 700;
  color: #28a6c6;
}

.form-description {
  font-size: 18px !important;
  margin-bottom: 20px;
}

.button-primary {
  padding: 10px 20px;
  background: #000000;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
