<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    color: #311a26;
    font-weight: 400;
}

p {
    text-align: left;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 9px;
    color: #000099
}

h3 {
    font-size: 16px;
    color: #000099;
    font-weight: 600;
    display: block;
    margin-bottom: 37px;
}

#branding-logo {
    width: max(100vh / 5, 100vw / 5);
    min-height: 40px;
}

a {
    color: #000099;
    font-weight: 600;
}

button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background-color: #000099;;
    box-shadow: none;
    border-radius: 4px;
    width: 200px;
    height: 60px;
    margin: 0 0;
    border: none;
}

label {
    font-weight: 400;
}

label[for="message"] {
    display: none;
}

.background-logo {
    position: absolute;
    top: 46px;
    left: 87px;
    width: 271px;
    height: 125px;
}

.col-lg-6 {
    max-width: 600px;
}

/* .panel {
  border: 0;
} */

.panel-default {
    padding-top: 50px;
    padding-bottom: 70px;
    border-radius: 4px;
    box-shadow: 0 6px 20px 0 rgba(0, 41, 45, .1);
}

.panel-body {
    padding: 0 60px;
}

.error {
    color: #FC6538;
    font-size: 13px;
    position: relative;
}

.error itemLevel show {
}

.error.pageLevel {
    text-align: left;
    /*  top: 400px; */
    position: relative;
}

/* #requiredFieldMissing {
  text-align: left;
  top: 475px;
  position: absolute;
} */

#passwordEntryMismatch {
    text-align: left;
    top: 0px;
    position: relative;
}

/*
.entry-item:nth-child(1) .error.itemLevel {
  top: 277px;
} */

/* .entry-item:nth-child(2) .error.itemLevel {
  top: 380px;
} */

.entry-item input.highlightError,
.attrEntry input.highlightError,
.attrEntry.validate input:invalid,
.attrEntry.validate input.invalid {
    border-color: #FC6538;
}

.entry-item,
.attrEntry {
    text-align: left;
    margin-top: 20px;
}

.entry-item input,
.attrEntry input {
    box-shadow: none;
    background-color: #f1f1f1;
    border-color: #d6d6d6;
    border-width: 1.5px;
    border-radius: 4px;
    font-size: 14px;
    color: #495057;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 16px;
    margin-bottom: 17px;
}

.password-eye,
.password-eye-closed {
    height: 30px;
    width: 30px;
    cursor: pointer;
    float: right;
    position: relative;
    top: -60px;
    right: 15px;
}

.password-eye {
    background-image: url("../images/eye.svg");
}

.password-eye-closed {
    background-image: url("../images/eye-closed.svg");
}

.hidden {
    display: none;
}

.intro {
    display: none;
    top: 0;
}

#countryCode {
    height: 30px;
    border: 1px solid #00446e;
    margin-bottom: 1em;
}

.phoneEntry .number {
    text-align: left;
}

.phoneEntry .number input {
    height: 30px;
    border: 1px solid #00446e;
}

.bottom {
    position: absolute;
    bottom: 1em;
    left: 0;
    color: #3c4c74;
}

.mr-3 {
    margin-right: 2em;
}

.color-dark-blue {
    color: rgb(0, 68, 110);
}

@media (max-width: 768px) {
    .background-logo {
        position: fixed;
        top: 10%;
        left: 28%;
        z-index: 5;
    }
}


</pre></body></html>