/* * css: login page * ----------*/
*{
    font: 12px/1.5 'Microsoft YaHei', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}

body,html{
    height:100%;
    overflow:hidden;
}
body{
    background:url(../images/web_login_bg.jpg) no-repeat center;
    background-size: cover;
}
/*输入框placeholder颜色*/
/* WebKit browsers */
input::-webkit-input-placeholder {
    background:-webkit-linear-gradient(90deg,#df5657,#f4b93a);
    -webkit-background-clip:text;
    color:transparent;
    font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    background:-webkit-linear-gradient(90deg,#df5657,#f4b93a);
    -webkit-background-clip:text;
    color:transparent;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    background:-webkit-linear-gradient(90deg,#df5657,#f4b93a);
    -webkit-background-clip:text;
    color:transparent;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    background:-webkit-linear-gradient(90deg,#df5657,#f4b93a);
    -webkit-background-clip:text;
    color:transparent;
}
.login{

    margin-top: 40px;
    min-height: 350px;
    max-width: 665px;
    padding: 40px;
    /*background-color: #ffffff;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    margin-left: 50%;
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 10px 10px 10px 60px;
    background: #27A9E3;
    position: relative;
    color: #fff;
    font-size: 16px;
}
#darkbannerwrap {
    /*background: url(../images/aiwrap.png);*/
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}
input:focus { outline: none; }
.loginInput {
    /*border: 1px solid #DCDEE0;*/
    /*outline: none;*/
vertical-align: middle;
    background-color: transparent;
    border: none;
    /*border-bottom: 1px solid #27a9e3;*/
    height: 60px;
    padding: 0px 16px;
    font-size: 14px;
    color: #d1cfcf;
    outline:none;
    width:60%;
    float:right;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {

    -webkit-text-fill-color: #ededed !important;

    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;

    background-color:transparent;

    background-image: none;

    transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间

}

input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
hr.hr15 {
    /*height: 15px;*/
    border: none;

    padding: 0px;
    margin-left: 40%;
}
hr.hr20 {
    /*height: 20px;*/
    border: none;
    opacity: 0;
    padding: 0px;
    margin-left: 40%;
}

/*.tip{*/
/*    color: #a94442;*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*    font-size: 14px;*/
/*    margin-left: 40%*/
/*}*/

.copyright{
    font-size: 12px;
    color: #666;
    text-align: center;
}

.codeInput{
    width:60%;border-top-right-radius: 0;border-bottom-right-radius: 0;float:left;
}

.codeImg{
    width:40%;cursor:pointer;float:left;
}
