.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input input{
    border-radius: 0;
}
.register_of_custumer_page_cont .register_of_custumer .register_body .form_cont .form_wrapper .big_form .input_item .input{
    position: relative;
}
.select2-container .select2-selection--single {
    height: 40px;
    border-color: #E4E3E3;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 15px;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 10px;
	padding-right: 25px;
}