.field{
	position: relative;
	display: flex;
	flex-direction: column;
}
.field input{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.checkboxText{
	color: white;
	opacity: .5;
	font-size: 16px;
	text-align: center;
	margin: auto;
	display: block;
}
.checkboxText a{
	text-decoration: underline;
}
.zwfAlertMessage {
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #CC0000;
	font-size: 15px;
}
.modal {
	background: white;
	border-radius: 40px;
	padding: 45px 40px;
}
.modal.successModal .title p{
	font-size: 24px;
	margin-bottom: 15px;
}
.modal.successModal .text p{
	font-size: 20px;
	margin-bottom: 0;
}
.modal.forms .field{
	margin-bottom: 20px;
}
.modal.forms .field input{
	border-bottom: 1px solid #5F366D;
	font-size: 18px;
	color: #5F366D;
	display: block;
}
.modal.forms .field textarea{
	border-bottom: 1px solid #5F366D;
	font-size: 18px;
	color: #5F366D;
	display: block;
}
.modal.forms .field input::placeholder,
.modal.forms .field textarea::placeholder{
	font-size: 18px;
	color: #5F366D;
}
.modal.forms .btnWrap .btn.primary {
	border-radius: 50px;
	background: linear-gradient(93deg, #c269c2 0%, #f8dd70 101.38%);
	height: 55px;
	width: 100%;
}
.modal.forms .btnWrap .btn.primary span {
	color: #201433;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.modal.forms .checkbox{
	margin-bottom: 15px;
}
.modal.forms .checkbox .checkboxText{
	color: #5F366D;
}

@media screen and (max-width: 500px){
	.zWebModalOverlay .zWebModalOverlayBody.custom{
		max-width: 95%;
	}
	.modal.successModal .title p{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.modal.successModal .text p{
		font-size: 14px;
		margin-bottom: 0;
	}
}