input[type="text"] {
    max-width: 260px;
    height: 40px;
}

input#hosting_code, input#amount_to_pay,
input#stripe_fee, input#invoice_amount {
    width: 100px;
}

p.stripelogo {
    padding-top: 5px;
    width: 80%;
    display: flex;
    font-size: .9rem;
    align-items: center;
}
p.stripelogo img {
    width: 120px;
}

input[type=submit] {
    font-size: 1.2em;
} 
.fa, .fas {
    font-size: 1.5em;
    padding: 5px 0 0 10px;
} 
.subpage #main_column img.spinner {
    height: 36px;
} 
span.spinneron {
    position: relative;
    left: 10px;
    top: 15px;
}
i.fas.fa-lock {
    color: green;
}

.stripe_footnote {
    font-style: italic;
    font-size: 1.0rem;
    line-height: 1.1rem;
}