.em-invite-form input.error {
    border-color: red;
}
.em-invite-form .em-single input[type='text'],
.em-invite-form .em-single input[type='email'] {
    display: inline-block;
    width: 100%;
}
.em-invite-form .em-single .validation-column {
    text-align: left;
}
.em-invite-form .em-single .validation-column p {
    color: red;
    line-height: 44px;
}
.em-invite-form .em-single .submit-column {
    text-align: right;
}
.em-invite-form .em-single input[type='submit'] {
    background-color: #00c719;
    border-color: #00c719;
}
.em-invite-form .em-single input[type='submit']:hover {
    background-color: #00ad16;
    border-color: #00ad16;
}

.em-invite-form .em-referral .referral-fields {
    text-align: right;
}
.em-invite-form .em-referral input[type='text'],
.em-invite-form .em-referral input[type='email'] {
    display: inline-block;
    width: 100%;
}
.em-invite-form .em-referral input[type='submit'] {
    background-color: #00c719;
    border-color: #00c719;
}
.em-invite-form .em-referral input[type='submit']:hover {
    background-color: #00ad16;
    border-color: #00ad16;
}
.em-invite-form .em-referral .validation-error-referral {
    color: red;
}

.em-thanks p {
    font-size: 2.2em;
    text-align: center;
}

.em-qr-landing {
    background: white;
}

.em-qr-landing header img {
    display: block;
    width: 100%;
    height: auto;
}

.em-qr-landing section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.em-qr-landing  p{
    margin-bottom: 20px !important;
}

.em-qr-landing .em-confirm-button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    color: black;
    border: solid 2px black;
    max-width: 200px;
    text-align: center;
    font-weight: bold;
}

.em-qr-landing input[type='submit'] {
    background: white !important;
    border: solid 2px black !important;
    font-weight: bold !important;
    color: black !important;
    text-shadow: none !important;
}

.em-qr-landing footer img {
    display: block;
    width: 100%;
    height: auto;
}
