.cms-newsletter-1{
	background-position: bottom right;
	background-repeat: no-repeat;
	.cms-newsletter-form{
		form.tnp-subscription{
			position: relative;
		}
		.tnp-email,
		.tnp-name{
			height: 68px!important;
			line-height: 68px!important;
			padding: 0 30px !important;
			color: #848e9f;
			font-size: 14px;
			background-color: $white!important;
			@include box-shadow(0 0 0 2px $white inset !important);
			white-space: nowrap;
			text-overflow:ellipsis;
			overflow: hidden;
			&:hover,
			&:focus,
			&:active{
				@include box-shadow(0 0 0 2px $white inset !important);
			}
			&::-webkit-input-placeholder{
				color: #848e9f;
				white-space: nowrap;
				text-overflow:ellipsis;
				overflow: hidden;
			}
		}
		.tnp-name{
			margin-bottom: 30px;
		}
		.tnp-button,
		.tnp-submit{
			padding: 31.5px 55px!important;
			width: 100%;
			background: $primary-color;
			color: $white;
			margin-top: 40px;
			&:hover{
				background-color: $white;
				color: $primary-color;
			}
		}
	}
}