.logoContainer {
    text-align: center;
}

h1.logo {
    font-size: 42px;
    font-weight: bold;
    color: #dc2a2a;
}

h2.logoSubtitle {
    font-size: 21px;
}

ul.benefits li {
    display: inline-block;
    width: 49%;
}

button {
    background: #dc2a2a;
    color: white;
    padding: 5px 25px;
    border-radius: 10px;
}

.mb-0 {margin-bottom: 0px !important;}
.mb-2 {margin-bottom: 5px !important;}

textarea.terms {
    width: 100%;
    height: 240px;
    background: #f3f4f6;
    border-color: #ccc;
}

label {
    display: block;
    margin-bottom: 3px;
    margin-top: 20px;
}

input, select, textarea {
    border-color: #ccc !important;
    padding: 5px 10px !important;
}

input[type='file'] {padding: 0 !important;}

.half {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: top;
}

.half input, .half select, .half textarea {
    width: 95%;
}

img.gymLogoUploaded {
    margin-top: 40px;
    margin-bottom: 0;
}

span.error {
    color: #dc2a2a;
}

img.logo {
    max-width: 300px;
}

table.review td:first-child {
    font-weight: bold;
}

.stageReview {
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 20px;
}

.stageReview>p:first-child {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

table.review {
    table-layout: fixed;
}

table.review td:first-child {
    width: 210px;
}

table.review img.logo {
    margin: 5px 0 0 0;
}

@media only screen and (max-width: 500px) {
    ul.benefits li, .half {
        width: 100%;
    }

    table.review td:first-child {width: 110px;}
}
@media only screen and (max-width: 500px) {
    table.review td {
        display: block;
        padding-left: 0;
    }

    table.review td:last-child {
        padding-top: 0;
    }

    table.review td:first-child {
        padding-bottom: 0;
    }
}

.goBack {
    display: inline-block;
    background: grey;
    color: white;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.alert.alert-danger {
    background: #ea6f6f;
    color: white;
}

.alert {
    margin-bottom: 15px;
    padding: 5px;
}

.alert p {
    margin: 0;
}

canvas#signature {
    background: #e8e8e8;
    width: 350px;
    height: 180px;
}

.clearSignaturePad {
    font-style: italic;
    font-size: 12px;
    background: #e8e8e8;
    text-decoration: none !important;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 20px;
}