<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form {
    background-color: whitesmoke;
    padding: 0px 0px 20px 0px;
}

.register-part-header {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #eb1f28;
    color: white;
    padding: 5px 15px;
    font-weight: 600;
}

.form-footer {
    margin-top: 15px;
    padding-top: 25px;
    margin-bottom: 50px;
    border-top: 1px solid #e8e8e8;
}

.btn-save {
    background-color: #eb1e27;
    color: white;
    border-radius: 5px;
    border: 2px solid #b91919;
}

.btn-back {
    background-color: #ff6e2f;
    color: white;
    border: 2px solid #e75e22;
    border-radius: 5px;
}

.btn-info {
    background-color: #4b8aa3;
    padding: 5px 20px;
    border-radius: 5px;
    color: white !important;
    border: 2px solid #3f758a;
    font-size: 14px;
}


.alert-warning {
    background-color: antiquewhite;
    color: #ff6e2f;
    padding: 5px 10px;
    border-radius: 5px;
}

.alert-info {
    background-color: #cce5ef;
    color: #018dc4;
    padding: 5px 10px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

input {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #c2c2c2 !important;
}

textarea {
    width: 100% !important;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #c2c2c2 !important;
}

.selectize-input {
    height: 32px !important;
    border-radius: 5px !important;
    border: 1px solid #c2c2c2 !important;
    background-color: white;
}

select {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #c2c2c2 !important;
}

.alert-success, .alert-success * {
    color: #155724 !important;
}

.alert-danger, .alert-danger * {
    color: #721c24 !important;
}

.alert-warning, .alert-warning * {
    color: #ff6e2f !important;
}

.alert-info, .alert-info * {
    color: #018dc4 !important;
}

.security-code-form.form .form-group.col-md-12 label {
 color: #000 !important; 
}

.request-form.form {
    background-color: transparent;
}
</pre></body></html>