/* Generated from page: exam-review-copies */
.themify_builder_content-1219 .tb_xgj7616{background-position:50% 50%;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;background-image:url(https://press.westpoint.edu/wp-content/uploads/sites/5/2025/03/GettyImages-468585622.jpg);padding-bottom:30px;padding-top:30px}
.themify_builder_content-1219 .tb_xgj7616,.themify_builder_content-1219 .tb_xgj7616 p,.themify_builder_content-1219 .tb_xgj7616 h1,.themify_builder_content-1219 .tb_xgj7616 h2,.themify_builder_content-1219 .tb_xgj7616 h3,.themify_builder_content-1219 .tb_xgj7616 h4,.themify_builder_content-1219 .tb_xgj7616 h5,.themify_builder_content-1219 .tb_xgj7616 h6{text-shadow:-2px 2px 12px #2c2a29;color:#fff}
.themify_builder_content-1219 .tb_xgj7616>.builder_row_cover::before,.themify_builder_content-1219 .tb_xgj7616>:is(.tf_lax, .tf_lax_done) > .builder_row_cover::before{background-color:rgba(43, 41, 40, .5)}
.themify_builder_content-1219 .tb_3fyl616{align-content:start;justify-items:center}
.themify_builder_content-1219 .tb_9xbt655.module-fancy-heading.module .main-head{font-size:80px;font-family:"goudy-old-style";font-weight:100}
.themify_builder_content-1219 .tb_9xbt655.module-fancy-heading{margin-top:30px}
.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap p,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap blockquote,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap h1,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap h2,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap h3,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap h4,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap h5,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap h6,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap li,.themify_builder_content-1219 .tb_4l0363.module-text .tb_text_wrap span{font-family:"goudy-old-style";font-weight:100}
.themify_builder_content-1219 .tb_4l0363.module-text{font-size:25px}
.themify_builder_content-1219 .tb_nhqh638.module-plain-text{margin-left:0}
/*Builder Custom CSS START*/
/* General form styling */
.copy-form {

}

/* Form labels */
.copy-form label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;

}

.copy-form select{
	  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background-color: #fafafa;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Input fields */
.copy-form input[type="text"],
.copy-form input[type="select"],
.copy-form input[type="email"],
.copy-form input[type="password"],
.copy-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 16px;
  box-sizing: border-box;
  background-color: #fafafa;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.copy-form input[type="text"]:focus,
.copy-form input[type="email"]:focus,
.copy-form input[type="password"]:focus,
.copy-form textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

/* Textarea specific adjustments */
.copy-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* Spacing between form elements */
.copy-form .form-group {
  margin-bottom: 20px;
}

/* Optional: Placeholder styling */
.copy-form input::placeholder,
.copy-form textarea::placeholder {
  color: #aaa;
}

/* Add a subtle hover effect to the input fields */
.copy-form input[type="text"]:hover,
.copy-form input[type="email"]:hover,
.copy-form input[type="password"]:hover,
.copy-form textarea:hover {
  border-color: #ccc;
}

/* Optional: Add focus state on the form itself for the first input */
.copy-form input:focus,
.copy-form textarea:focus {
  outline: none;
}
/*Builder Custom CSS END*/