.popup-nl-form {
  text-align: center;
}
.popup-nl-form input[type='email'] {
  color: #0079b6;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 40px;
  border: 1px solid #0079b6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.popup-nl-form .privacy-cnt label {
	color: #666666;
	font-size: 13px;
	font-weight: 400;
  margin-left: 10px;
}
.popup-nl-form button {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #0079b6;
	margin-top: 10px;
	border: 0px none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 183px;
	height: 39px;
}

.popup-form{margin-top:15px}
#modal-popup .popup-form .privacy-cnt > input#nl-privacy,#modal-popup .popup-form .privacy-cnt label {
    display: inline;
}