#register-padder {
    margin-bottom: -250px;
    width: 1px;
    height: 50%;
    float: left;
}
#register-content {
    position:relative;
    text-align: left;
    height: 440px;
    width: 800px;
    margin: 0 auto;
    clear: left;
}

#invite-padder {
    margin-bottom: -253px;
    width: 1px;
    height: 50%;
    float: left;
}
#invite-content {
    position: relative;
    text-align: left;
    height: 506px;
    width: 700px;
    margin: 0 auto;
    clear: left;
}

#provider-padder {
    margin-bottom: -321px;
    width: 1px;
    height: 50%;
    float: left;
}
#provider-content {
    position: relative;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    clear: left;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#success-padder {
    margin-bottom: -221px;
    width: 1px;
    height: 50%;
    float: left;
}

#success-content {
    position: relative;
    text-align: left;
    height: 442px;
    width: 700px;
    margin: 0 auto;
    clear: left;
}