@charset "UTF-8";
/*!登录界面样式*/
.app_button button {
  padding: 0;
  text-align: center;
}

.mainview {
  margin: 0px;
  padding: 0px;
  background-color: #f8f8fd;
}

.page_frame {
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#page_view {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.webix_item_tab .webix_icon {
  width: 16px;
  font-size: 14px;
}

.headcss {
  font-family: "Arial","Microsoft YaHei",sans-serif;
  font-size: 24px;
  height: 32px;
  padding-left: 5px;
  color: #fff;
}

.webix_axis_item_x, .webix_axis_item_y {
  font-size: 16px;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.bg-image{	
 background: url("../img/login_bg.png")  no-repeat top center;
 background-size: 100% 100%;
}

.title-image{
  background: url("../img/login_title.png") no-repeat center center;
}
.car-image{
  background: url("../img/login_car.png") no-repeat top center;
}
.webix_view.webix_form {
  /*filter:alpha(opacity=50); /* IE */
  /*-moz-opacity:0.5; /* 老版Mozilla */
  /*-khtml-opacity:0.5; /* 老版Safari */
  /*opacity: 0.5; /* 支持opacity的浏览器*/
  /*background: url("../images/login_box.png");*/
  /*background-cover:100% 100%;*/
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px #fff;
  border-radius: 10px;
}
/*container:"title1",css:"title-image"*/
.logo-image { 
  height: 66px !important;
  padding: 0;
  margin: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  background: url("../img/logo/logoWhite.png") no-repeat bottom center;
  background-size: 70% 100%;
}

.webix_el_box input {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 4px #fff;
  border-radius: 10px;
}

/* .vcode{margin-left:300px;}	 */
.webix_view {
  overflow: visible;
}

.webix_el_box .webix_img_btn .webix_image{
	width: 120px;
    height: 35px;
}

.webix_el_button button, .webix_el_button input,.webixbutton{
background-color: rgba(255, 255, 255, 0);	
font-size: 24px;

border:0px;
border-bottom:0px;		
}


