#newsletterModal .modal-content {
	background: url(http://frontend.big-skins.com/temp/bg-newsletter.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#newsletterModal .modal-content img {
	max-width: 160px
}
#newsletterModal .modal-content, #newsletterModal .modal-content h3 {
	color: #fff;	
}
#newsletterModal .modal-content form {
	display: flex
}
#newsletterModal .modal-content .form-control {
	border-radius: 5px 0 0 5px;
}
#newsletterModal .modal-content label {
	color: #fff;	
}