Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elements/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/elements/_forms.scss

::-webkit-input-placeholder {
	color: inherit;
	font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	font-weight: 300;
}

::-moz-placeholder { /* Firefox 19+ */
	color: inherit;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: inherit;
	font-weight: 300;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
	@extend %NormalTransition;
	width: 100%;
	outline: none;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	padding: 3px 20px;
	min-height: 56px;
}

select {
	@extend %NormalTransition;
	padding: 3px 35px 3px 20px;
	min-height: 56px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==') no-repeat center right 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

textarea {
	@extend %NormalTransition;
	width: 100%;
	outline: none;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	background: #f5f5f5;
	display: block;
	padding: 12px 20px 3px;
	max-width: 100%;
}

/* Remove box shadow from input on ios */
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
textarea {
	-webkit-appearance: none;
}

@-webkit-keyframes autofill {
	to {
		color: #666;
		background: #fff;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}