﻿.bg{
    
    width: 100%;
    height: 100%;
    background-size: 200%;
}

.center_div{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}

.topMid{
    position: absolute;
    top: 100px;
}


.form-container{
   
    background: rgb(229, 232, 233);
    padding:30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #FFFFFF;
}


.form-entry{
   
    position: absolute;
    top: 200px;

}

@media only screen and (max-width:670px){
    .bg{
        background-size: 300%;
    }
}

.foot{
    margin-left: 20px;
    padding-left: 20px;
}