	.row {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.select2-selection {
		height: 46px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 42px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 7px;
	}
	.input_height {
		height: 40px;
	}
	.form-group-lg .form-control, .input-lg {
		font-size: 14px !important;
	}
	.form-control {
		border: 1px solid #aaa !important;
	}
	.container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	    color: #999;
	    font-family: 'Open Sans' !important;
	    opacity: 1; /* Firefox */
	}

	.container :-ms-input-placeholder { /* Internet Explorer 10-11 */
	    color: #999;
	    font-family: 'Open Sans' !important;
	}

	.container ::-ms-input-placeholder { /* Microsoft Edge */
	    color: #999;
	    font-family: 'Open Sans' !important;
	}
	.taw {
		width:100% !important;
	}