* {
    box-sizing: border-box;
}
.containerform {
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-top: -40px;
    box-shadow: 2px  2px 4px 4px #24ACE6;
    height: 400px;
}

#PostBusC input{
    width: 100%;
    height: 60px;
    left: 0%;
    top: 10px;
}
.PopResArt a{
    color: #fff;
    line-height: 20pt;
    text-indent: 30pt;
    width: 100%;
    top: 500px;
}