/*
 Theme Name:   Astra Child
 Theme URI:    https://malaccaevent.org/astra-child
 Description:  Astra Child Theme for customizations
 Author: Abayomi Micheal & Amarachi Iroha
 Author URI:   https://malaccaevent.org
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* Child theme custom styles */
.ce-login-wrapper {
  max-width: 560px;
  margin: 20px auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.ce-login-wrapper {
  max-width: 560px;
  margin: 20px auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  font-size: 18px;
  color: #222;
}

.ce-login-wrapper h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.ce-login-wrapper .login-instructions {
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}

#custom-login-form input[type="text"],
#custom-login-form input[type="password"],
#custom-login-form input[type="email"] {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin-bottom: 12px;
}

#custom-login-form input[type="submit"] {
  background: #0073e6; /* primary */
  color: #fff;
  padding: 12px 18px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

#custom-login-form input[type="submit"]:hover,
#custom-login-form input[type="submit"]:focus {
  background: #005bb5;
  outline: 3px solid rgba(0,115,230,0.15);
}
