﻿.layui-form-select .layui-input {
    padding-right: 25px!important;
}
.layui-input {
    padding-left: 25px !important;
}
.user {
    background: url("/images/Account/账号.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.password1 {
    background: url("/images/Account/密码 (1).png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.email2 {
    background: url("/images/Account/邮箱.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.phone {
    background: url("/images/Account/手机号.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.company {
    background: url("/images/Account/公司.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.address {
    background: url("/images/Account/地址.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.name {
    background: url("/images/Account/真实姓名.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.position {
    background: url("/images/Account/职位.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.authCode {
    background: url("/images/Account/验证码.png") no-repeat scroll right center transparent;
    background-size: 24px;
    background-position-x: 1px;
}
.layui-form-select dl dd.layui-this {
    background-color: #1E9FFF !important;
}