/* Start custom CSS for shortcode, class: .elementor-element-dd01d15 */.register-form-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    background: linear-gradient(135deg, #0D3B66, #145DA0);
    border-radius: 10px;
    padding: 2em 1.5em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: 20px auto;
    position: relative; /* Position relative for the background pattern */
    overflow: hidden; /* Hide the pattern overflow */
}

.register-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><circle cx="5" cy="5" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
    z-index: 0;
    pointer-events: none;
}

.form-title {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    z-index: 1; /* Ensure text is above the pattern */
}

.form-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 1;
}

.registration-form-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    z-index: 1;
}


.wplms_registration_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}

.wplms_registration_form input {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 10px 12px;
    border-radius: 8px;
    border-style: solid;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transition: border-color 0.3s, background-color 0.3s;
    z-index: 1;
}

.wplms_registration_form input:focus {
    border-color: #2E8BC0;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

#signup_form input {
    font-size: 15px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 1;
}

#signup_form label {
    color: white;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    z-index: 1;
}
#content .wplms_registration_form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: opacity 0.3s;
}
#content .wplms_registration_form input:focus::placeholder {
  opacity: 0;
}
.wplms_registration_form input::placeholder {
  color: white;
  opacity: 0;
}

#field_1-1 {
    font-size: 15px;
    color: white;
    font-weight: 500;
    z-index: 1;
}
.register-form-container .elementor-widget-container {
    width:100%;
}

.wplms_registration_form .button {
    background-color: #0D3B66;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s;
    margin-top:10px;
    z-index: 1;
}

.wplms_registration_form .button:hover {
    background-color: #145DA0;
}

.registration-benefits {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    width:100%;
    z-index: 1;
}

.registration-benefits li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.registration-benefits li i {
    margin-right: 8px;
    color: #2E8BC0;
    z-index: 1;
}

#field_1-1 {
    text-align: left;
}

.registration-area {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px auto;
    max-width: 1100px;
}

.register-form-container {
    flex: 1;
    max-width: 500px;
}

.info-box-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    max-width: 500px;
}

.info-box-content {
    width: 100%;
}

.info-title {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #2E8BC0;
    text-align: center;
}

.info-benefits {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 20px; /* Liste ile login butonu arasına boşluk */
}

.info-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #444;
}

.info-benefits .icon {
    background-color: #f2f2f2;
    color: #2E8BC0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    border: 1px solid #2E8BC0;
}

.info-benefits .icon i {
    font-size: 20px;
}

.info-benefits .text {
    flex-grow: 1;
    text-align: left;
}

.benefit-title {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.login-link {
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    text-align: center;
}

.login-button {
    background-color: #f2f2f2; /* Açık gri arka plan */
    color: #2E8BC0; /* Mavi metin rengi */
    padding: 10px 15px; /* İç boşluk */
    border: 1px solid #2E8BC0; /* Mavi çerçeve */
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex; /* Ikon ve metni hizalamak için */
    align-items: center; /* Dikey hizalama */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.login-button i {
    margin-right: 8px; /* İkon ve metin arasına boşluk */
}

.login-button:hover {
    background-color: #2E8BC0;
    color: white;
}

.info-box-footer {
    width: 100%;
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-icon {
    color: #2E8BC0;
    font-size: 30px;
    margin-right: 10px;
}

.logo-text {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.catch-wisdom-slogan {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .registration-area {
        flex-direction: column; /* Dikey düzen */
        align-items: center;
    }

    .info-box-container {
        margin-top: 40px; /* İki kutu arasına boşluk */
    }
}/* End custom CSS */