#containercont {
    height: 100%;
position: relative;
}

#imageconf{
        float: left;
        width: 58%;
        height: 95vh;
    }

#formconf{
        float: right;
        width: 40%;
    }

.ui-widget-header{
    padding: 10px;
}