<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formContainer {
    background-color: #fff;
    margin-bottom: 2%;
    padding: 3rem;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    box-shadow: 0 0 30px -5px rgba(0,0,0,0.15);
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.headStyle1 {
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ADAHide {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: -10000px;
    width: 1px;
    background: none;
}

.guaToggle {
    margin-bottom: 0px;
}

.spacer {
    height: 100px;
}

a {
    color: #202020;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s cubic-bezier(.33,.66,.66,1);
    -webkit-transition: all .2s cubic-bezier(.33,.66,.66,1);
    -moz-transition: all .2s cubic-bezier(.33,.66,.66,1);
    -o-transition: all .2s cubic-bezier(.33,.66,.66,1);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.guaToggle .material-switch {
    border: none;
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 35px;
}

.material-switch span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: table;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    position: relative;
    margin-left: 50px;
    top: -20px;
}

.material-switch &gt; input[type="checkbox"] {
    width: 2px;
    height: 2px;
    border: none;
    outline: 1px dotted #A7A9AF;
    opacity: 0;
    float: left;
    position: absolute;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.mainContainer {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 40px 40px 10px 40px;
    background-color: #FAFAFA;
}

.btnSecondary {
    background-color: #C0C0C0;
    color: #202020;
}

btn {
    border: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    white-space: normal;
    letter-spacing: 1pt;
    text-align: center;
    text-transform: inherit;
    outline: none;
    height: 48px;
    min-width: 110px;
    padding: 8px 32px;
    transition: all .2s cubic-bezier(.33,.66,.66,1);
    -webkit-transition: all .2s cubic-bezier(.33,.66,.66,1);
}

.btnLink, .btnLink:hover, .btnLink:active, .btnLink:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: 0;
    line-height: 20px;
    letter-spacing: 1pt;
}

.btn-login {
    display: block;
    width: 100%;
}

body {
    background-color: #FAFAFA;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.test {
    align-content: center;
}

.remember-me input {
    display: inline-block;
}

.remember-me label {
    display: inline-block;
}

.form-group.password input {
    margin-bottom: 0;
    /* margin: 0 !important; */
}


@media (max-width: 768px) {
    .spacer {
        display: none;
    }

    .mainContainer {
        padding: 0 0;
    }

    .headStyle1 {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }

    .formContainer {
        padding: 1rem;
        margin-top: 25px;
    }

    .formContainer input {
        max-width: unset !important;
        padding: 0.5em 0.25em;
    }

    .formButtons {
        text-align: center;
    }
    .form-group {
        margin-bottom:0.25em;
    }
    .form-group label {
        margin:0 0 5px 0;
    }
}
</pre></body></html>