
	input[type=text] {
			color: black;
			border: 1px solid black;
			width: 100%;
			padding: 12px 20px;
			margin: 8px 0;
			box-sizing: border-box;
	}
	
	input[type=email] {
			color: black;
			border: 1px solid black;
			width: 100%;
			padding: 12px 20px;
			margin: 8px 0;
			box-sizing: border-box;
	}	
	
	input[type=number] {
			color: black;
			border: 1px solid black;
			width: 100%;
			padding: 12px 20px;
			margin: 8px 0;
			box-sizing: border-box;
	}

	input[type='checkbox'], input[type='radio'] {
			box-sizing: border-box;
			padding: 0;
	}
	
	/* Chrome, Safari, Edge, and Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	
	.sw_in_btn{
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 8px;
		background-color: #D9D9D9;
		color: black;
		padding: 10px 20px !important;
	
	}
	.sw_in_btn:hover{
		background-color: black;
		color: white;
	}
	
	.xd_sw_checkbox_indicator {
			width: 30px !important;
			height: 30px !important;
			margin-left: 10px !important;
	}	

	#swFormaInformes select {
			font-family: "Blinker" !important;
			color: #000000 !important;
			font-size: 18px !important;
			/* background: red !important; */
			background: url(/images/icons/bottom_arrow_black.png) right 16px center no-repeat transparent !important;
			padding: 10px !important;
			border: 1px solid black;
			font-size: 16px !important;
			text-transform: uppercase !important;
	}
	
	.xd_sw_buyer_form {
		font-size: 16px  !important;
		color: #000000 !important;
	}
	
	
	.xd_sw_buyer_form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: black !important;
		opacity: 1 !important; /* Firefox */
	}
	
	.xd_sw_buyer_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #000000 !important;
	}
	
	.xd_sw_buyer_form::-ms-input-placeholder { /* Microsoft Edge */
		color: #000000 !important;
	}
	
	.xd_sw_form-check_label {
		font-size: 16px;	
	}


	.xd_sw_checkbox_indicator {
			width: 30px !important;
			height: 30px !important;
			margin-left: 10px !important;
	}
	
	.xd_sw_footer_link {
			font-size: 16px !important;
			text-decoration: none !important;
			text-transform: none;
			color: black !important;
	}
