#contentForm{
    background: url(http://hospitalpuntapacifica.com/layout/fondos/findDoc.jpg) no-repeat left bottom;
    height: 100px;
    padding-left: 180px;
    padding-right: 30px;
    border: solid 1px #64BDE3;
}

.rowContent{
    padding-top: 3%;
}

.inputs{
    width: 90%;
}



@media (max-width: 600px) {
    #contentForm {
        height: 40%;
        background: none;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 4%;
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 800px){
    #contentForm {
        height: 60%;
        background: none;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 4%;
        text-align: center;
    }
}

@media (min-width: 800px) and (max-width: 980px){
    #contentForm {
        height: 60%;
        background: none;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 4%;
        text-align: center;
    }
}

@media (min-width: 980px) and (max-width: 1100px){
    #contentForm {
        font-size: 5px;
        background: url(http://hospitalpuntapacifica.com/layout/fondos/findDoc.jpg) no-repeat left bottom;
        height: 100px;
        padding-left: 32%;
    }
    .rowContent{
        padding-top: 3%;
    }
}