#background_c_input{
    width:100%;
    height:100%;
    background: #FFFFFF;
    position: relative;
    top: 0;
    left: 0;
    overflow:auto;

}
#background_c_input img:hover{
    opacity: 0.8;
}