body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.confirmation {
    background: #f5f5f5;
    padding: 20px;
}

h1 {
    font-family: inherit;
    font-weight: bold;
    color: #333;
    font-size: 35px;
    margin: 0px;
}

h2 {
    font-size: 17px;
    color: #333;
}

span.ordersum {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 2px solid #dbd9d9;
}

span.ordersum span {
    /* width: 50%; */
}

span.orderlabel {
    color: grey;
    font-weight: bold;
    width: 22%;
}

span.orderlabel2 {
    font-weight: bold;
    width: 65%;
}

a.returnurlbtn {
    text-decoration: none;
    background: black;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: bold;
    margin: 20px 10px 10px 0px;
        border:1px solid #000;
}

a.joinusbtn {
    text-decoration: none;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: bold;
    margin: 20px 10px 10px 0px;
    border:1px solid #000;
}

.confirmation p {
    margin: 10px 0px;
}

#content1 > div.confirmation > span.ordersum > span:nth-child(3) {
    margin-bottom: 15px;
}

span.confbtns {
    margin-top: 25px;
    height: 38px;
    display: block;
}

* {
    box-sizing: border-box;
}


form#standardForm {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p#passrectext {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.extrad1 img {
    max-width: 100%;
}
