/* PARTIAL: SUBSCRIBE FORM
-------------------------------------------- */

.vlt-subscribe-form {
	position: relative;

	input[type=email].style-3 {
		background-color: var(--vlt-color-white);
	}

	button {
		position: absolute;
		top: px2rem(6px);
		right: px2rem(6px);
	}

}

.vlt-subscribe-form--style-2 {

	input[type=email].style-3 {
		box-shadow: var(--vlt-box-shadow);
	}

}