.select_input {
	width: 375px;
	height: 38px;
	background:#fff;
	border-radius: 5px;
	font-size: 15px;
	border: 1px solid #1b2f4a;
  padding-left: 15px;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  padding: 5px;
}
.file_input_box {
	display: inline-block;
	position: relative;
	width: 377px !important;
	height: 38px;
	background: #fff;
	border-radius: 5px;
	font-size: 15px;
	line-height: 38px;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	padding: 1px 0 1px 15px;
	margin-right: 0px !important;
}
  
.file_input_box span {
  display: inline-block;
  color: #757575 !important;
  font-size: 15px;
  text-align: left !important;
  width: 100% !important;
  /* padding-left: 15px; */
  /* height: 30px;
	line-height: 30px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}  
.file_input {
	opacity: 0;
	position: absolute;
	color: transparent;
	left: 0;
	top: 0;
}
.file_chosen{
  color: #222
}
.down_select {
  width: 392px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  padding-left: 15px;
}
#verify{
  position: absolute;
  top: 7px;
  /* left: 395px; */
  right: 34px;
  height: 33px;
}


/*vue*/
[v-cloak] {
  display: none !important;
}