<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global */
.tugthr-red {
    color: #B11515;
}

.tugthr-blue {
    color: #294DFF;
}

.tugthr-yellow {
    color: #EEDC20;
}

.tugthr-green {
    color: #1EE946;
}

.tugthr-orange {
    color: #FF8820;
}

.tugthr-purple {
    color: #5C2DAD;
}

.tugthr-red-bg {
    background-color: #B11515;
}

.tugthr-blue-bg {
    background-color: #294DFF;
}

.tugthr-yellow-bg {
    background-color: #EEDC20;
}

.tugthr-green-bg {
    background-color: #1EE946;
}

.tugthr-orange-bg {
    background-color: #FF8820;
}

.tugthr-purple-bg {
    background-color: #5C2DAD;
}

/* Form Validation */
.tugthr-required-error { margin-top: 10px; margin-bottom: 0px; }
.tugthr-form-error input { border: 1px solid #B11515;}
.login-error-wrapper { margin-top: 15px; }

body {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    background: #E2E2E2 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-margin {
    margin-top: 100px;
}

.login-page {
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
    opacity: .95;
    right: 0%;
    left: 40%;
}
.forgotpw-page {
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
    opacity: .95;
    right: 0%;
    left: 40%;
}

.login-page-header {
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #000;
    font-weight: 600;
    color: #b11515;
    opacity: 100;
}

.align-center {
    text-align: center;
}

.decent-margin-top {
    margin-top: 30px;
}

.decent-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.decent-margin-bottom {
    margin-bottom: -400px;
}

.center-block-e {
    position: fixed;
    right: 15%;
    top: 0;
}

.login-alert-area {
    background: #FFFFFF;
    padding: 10px;
    margin: 100px;
}

.btn-primary {
    background-color: #b11515;
    border-color: #a21212;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    background-color: #a21212;
    border-color: #a21212;
}

.btn-success {
    background-color: #b11515;
    border-color: #a21212;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active {
    background-color: #a21212;
    border-color: #a21212;
}

#half-coloums {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 100px; /* Chrome, Safari, Opera */
    -moz-column-width: 100px; /* Firefox */
    column-width: 100px;
}

#top-logo-header {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 65px;
    width: 100%;
    padding: 8px 0;
    background: #2b2b2b !important;
    z-index: 20;
}

#bottom-logo-bar {
    padding: 50px 70%;
    left: 0px;
    bottom: 0px;
    width: 100%;
    max-width: none;
    position: fixed;
}

#bottom-logo-bar {
    left: 0px;
    bottom: 30px;
    height: 150px;
    width: 100%;
    background: #2b2b2b;
    position: fixed;
}

#bottom-footer-bar {
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: #1b1b1b;
    position: fixed;
}

@font-face {
    font-family: "My Custom Font";
    src: url(F://wamp/www/font/ikarosregular.ttf) format("truetype");
}

@media only screen and (max-width: 2500px) {
    .open-title {
        text-align: center;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .open-title-logo {
        display: none;
    }

    .open-form {
        width: 60%;
    }
}

@media only screen and (max-width: 978px) {
    .open-title {
        text-align: center;
        display: none;
    }

    .open-title-logo {
        display: block;
        left: 50%;
        margin: 0 auto;
    }

    .open-title-logo &gt; img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .open-form {
        width: 100%;
    }

    .open-footer-logo {
        display: none;
    }
}

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