#{text-inputs()} {
		background-color: $smoke;
		border: none;
		box-shadow: none;
		@include border-radius(3px);
		color: $color__text-main;
		font-family: $font__main;
		@include font-size(1);
		line-height: $font__line-height-body;
		
		&:focus {
			background-color: $vapor;
			box-shadow: 0 0 5px $primary-color;
			border: $primary-color;
		}
}
