
input{
    outline:none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c9d3db;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c9d3db;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c9d3db;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c9d3db;
}

.warp_bg {
    background-image: url("../images/bannerbg.jpg");
    background-size: 100% 100%;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
}

.x_login{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -267px 0 0 -390px;
    width: 780px;
    height: 534px;
    background-image: url("../images/x_login_bg.png");
    background-size: 100% 100%;
}
.x_login_box{ padding: 0 165px 0; }

.input_box{ position: relative; margin-bottom: 30px; }

.input_box_left {
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    width: 24px;
    height: 49px;
    background-image: url("../images/x_login_input_left_bg.png");
    background-size: 100% 100%;
}

.input_box_right {
    position: absolute;
    right:0;
    top:0;
    display: inline-block;
    width: 24px;
    height: 49px;
    background-image: url("../images/x_login_input_right_bg.png");
    background-size: 100% 100%;
}

.input_box_input {
    display: block;
    height: 47px;
    margin: 0 24px;
    /*#3cbcff*/
    border-top-color:#3cbcff;
    border-bottom-color:#3cbcff;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
}
.input_box_input_in {
    width: 100%;
    background: none;
    border: none;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.input_box_left_icon1:after {
    content: '';
    width:33px ;
    height: 24px;
    background-image: url("../images/x_login_input_icon1.png");
    position: absolute;
    left:22px;
    top:12px;
}

.input_box_left_icon2:after {
    content: '';
    width:27px ;
    height: 27px;
    background-image: url("../images/x_login_input_icon2.png");
    position: absolute;
    left:22px;
    top:12px;
}

/*btn*/


.button_box{ position: relative; margin-bottom: 30px; }

.button_box_left {
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    width: 31px;
    height: 48px;
    background-image: url("../images/x_login_btn_left_bg.png");
    background-size: 100% 100%;
}

.button_box_right {
    position: absolute;
    right:0;
    top:0;
    display: inline-block;
    width: 31px;
    height: 48px;
    background-image: url("../images/x_login_btn_right_bg.png");
    background-size: 100% 100%;
}

.button_box_input {
    display: block;
    height: 47px;
    margin: 0 24px;
    /*#3cbcff*/
    background-image: url("../images/x_login_btn_bg.png");
    background-size: 100% 100%;

}
.button_box_input_in {
    cursor: pointer;
    width: 100%;
    background: none;
    border: none;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.password_btn{

    color: #fff!important;
    text-align: center;
    text-shadow: 0px 0px 3px #4ad1ff;
    text-align: center;
    display: block;
}