.email-label-new {
	display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}


/* E-posta alanı */
.email-label-new input[type="email"] {
	width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
	max-width: 700px;
}

.email-label-new input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}

/* Checkbox ve metin */
.checkbox-text-label-new {
    display: flex;
    align-items: flex-start;
    gap: 10px;
	justify-content: center;
	color: #71689c;
}

.compliance-text a {
    text-decoration: none;
	color: #71689c;
}

.compliance-text a:hover {
    text-decoration: none;
}

/* Buton */
button[type="submit"] {
    width: 40%;
	max-width: 300px;
    border-radius: 15px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.success-message {
    text-align: center;
    margin-top: 20px;
	color: #71689c !important;
}

/* Mesaj Alanı */
#message1 {
    margin: auto;
    text-align: center;
	justify-content: center;
	color: #71689c !important;
	/*width: 60%;*/
}

#form-heading {
	text-align: center;
	color: #71689c;
}
