.elementor-16120 .elementor-element.elementor-element-9bec561{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-b2eae3c */.register-form {
  max-width: 800px;
  margin: auto;
}

.register-form label {
  font-weight: 600;
  color: #CAA46B; /* Label yazıları altın ton */
  margin-bottom: 4px;
  display: block;
}

.register-form input,
.register-form select,
.register-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.register-form input:focus,
.register-form select:focus {
  border-color: #c0a169;
  outline: none;
}

.register-form input[type="submit"] {
  background-color: #ffffff; /* Buton beyaz */
  color: #CAA46B;           /* Yazı altın ton */
  font-weight: bold;
  padding: 12px;
  border: 2px solid #CAA46B; /* Çerçeve aynı renk */
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.register-form input[type="submit"]:hover {
  background-color: #CAA46B; /* Hover'da altın ton */
  color: #ffffff;           /* Yazı beyaz */
}/* End custom CSS */