<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.error {
    border:1px solid #c20726 !important;
    border-radius:5px !important;
}
label.error {
    color:#c20726 !important;
    clear:both;
    position:relative;
    top:-10px;
}

p.customer_step_general_form_error {
    color:#c20726 !important;
    font-weight: bold;
}

.customer_login_start_error {
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #c20726;
    color: #c20726;
    font-family: 'raleway_l';
    font-size: 16px;
}

.fpsAgreementCheckbox {
    height:20px !important;
}

.price {
    text-align:right;
    padding-right:10px;
}

.toc_text a,
a.toc_link {
    text-decoration: underline !important;
}


input[disabled][type="button"],
input[disabled][type="submit"],
button[disabled]{
    background-color:#b2c6e4 !important;
    cursor:not-allowed;
    box-shadow: 0 4px #c7c7c7 !important;
}

.center_vertically {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}</pre></body></html>