body,div,p,a,input{
    margin:0;
    padding: 0;
}
.container{
    width:100%;
}
a{
    color:#545454;
    text-decoration:none;
}
.top,.footer-login{
    max-width: 1190px;
    margin:0 auto;
}
.footer-login{
    text-align: center;
    color:#777;
    font-size: 12px;
    padding-top: 30px;
}
.center_content{
    position: relative;
}
.center_content:after{
    content: '';
    clear: both;
    display: block;
}
.center_right{
    position:absolute;
    top:100px;
    background: #fff;
    width:300px;
    height:340px;
    right:0;
    padding:30px;
}
.center{
    width: 1190px;
    margin: 0 auto;
    position: relative;
    height: 600px;
}
.center_img{
    width:100%;
    height:100%;
}
.error{
    color: #C30C22;
    font-size: 13px;
    display: none;
}
a{
    font-size: 13px;
}
.text{
    width: 100%;
    box-sizing: border-box;
    color: #9b9b9b;
    font-size: 14px;
    height:40px;
    padding:11px;
    border: 1px solid #ddd;
}
.text,#loginIn{
    margin-top:25px;
}
#loginIn{
    width:100%;
    height: 42px;
    line-height: 42px;
    background-color: #ff0036;
    text-align: center;
    color: #fff;
}
@media(max-width:450px){
    .center{
        width: auto;
        height: 340px;
    }
    .img_container{
        display: none;
    }
    .center_right{
        top: 0;
        width:auto;
        height:280px;
    }
    #uname{
        margin-top:25px;
    }
    .footer-login{
        padding-top: 0;
    }
}