<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'montserrat-regular';
    src: url('../default/fonts/montserrat-regular.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    /*border: 0; */
    text-decoration: none;
    outline: none;
}

body,
a {
    font-family: montserrat-regular;
    font-size: 14px;
    font-weight: normal;
   /* color: #000000;*/
}

.district-name {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0 !important;
    /* background: #0672BA;*/
    padding-bottom: 0px !important;
    font-size: 26px;
    color: #3CBFAE;
    margin-top: -35px;
    font-family: montserrat-regular;
}

.main-wrap {
    background: #91A1AE;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
}

.login-wrap {
    width: 385px;
    height: 350px;
    position: absolute;
    padding-top: 10px;
    font-size: 25px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-main {
    width: 385px;
    height: 310px;
    /*position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

login-main-help {
    width: 800px;
    height: 385px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}

.main {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    overflow: auto;
}

    .main .row {
        width: 100%;
        overflow: auto;
    }

.login-main p {
    text-indent: 10px;
}

.box1 {
    background: #ffffff;
    height: 40px;
    text-indent: 10px;
    width: 90%;
    margin-bottom: 2px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.border1 {
    border-color: #91A1AE;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.border2 {
    border-color: #91A1AE;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    -webkit-border-radius: 0px 0 5px 5px;
    -moz-border-radius: 0px 0 5px 5px;
    -ms-border-radius: 0px 0 5px 5px;
    -o-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
}

.border3 {
    border-color: #91A1AE;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

.send {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50px;
    border: 5px solid #68C1FD;
    background: #91A1AE;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .send:hover {
        animation: spin 0.3s ease-in-out;
        -webkit-animation: spin 0.3s ease-in-out;
        -moz-animation: spin 0.3s ease-in-out;
        -ms-animation: spin 0.3s ease-in-out;
        -o-animation: spin 0.3s ease-in-out;
        cursor: pointer;
    }

.send2 {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 130px;
    border: 5px solid #68C1FD;
    background: #91A1AE;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .send2:hover {
        animation: spin 0.3s ease-in-out;
        -webkit-animation: spin 0.3s ease-in-out;
        -moz-animation: spin 0.3s ease-in-out;
        -ms-animation: spin 0.3s ease-in-out;
        -o-animation: spin 0.3s ease-in-out;
        cursor: pointer;
    }


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

div.terms {
    /*margin-top: 3em;
   margin-left: -30px;*/
    background: #91A1AE;
    color: #ffffff;
    /*width: 32em;*/
    padding-top: 5px;
    padding-bottom: 5px;
    /*position:absolute;*/
}

.terms a {
    color: #ffffff;
    text-decoration: underline;
}


.addsig-main-page {
    background-color: rgb(255, 255, 255);
    color: #51606D;
    font-family: montserrat-regular;
    font-size: 13px;
    font-weight: normal;
    height: 789px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: -13px;
    margin-top: 0px;
    max-width: 1280px;
    outline-color: #51606D;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
    text-align: left;
    width: 100%;
}

.addsig-header-row {
    height: 80px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
    width: 960px;
}

.addsig-header-colLogo {
    vertical-align: middle;
    min-height: 1px;
    margin-left: 0px;
    margin-right: 0px;
    width: 320px;
    height: 80px;
}

.addsig-header-colDistrict {
    height: 80px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 1px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    text-decoration: none;
}

.addsig-blue-row-content {
    background-color: rgb(187, 217, 255);
    color: rgb(0, 21, 110);
    font-family: montserrat-regular;
    font-size: 12px;
    height: 26px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    /*outline-color: rgb(104, 140, 175);*/
    outline-color: rgb(178, 190, 199);
    outline-style: solid;
    outline-width: 1px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    white-space: nowrap;
}

    .addsig-blue-row-content a {
        text-decoration: underline;
        font-family: montserrat-regular;
        font-size: 13px;
        font-weight: normal;
    }

.addsig-preview-pane {
    height: 310px;
    overflow-y: scroll;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    /*outline-color: rgb(104, 140, 175);*/
    outline-color: rgb(178, 190, 199);
    outline-style: solid;
    outline-width: 1px;
    padding-left: 10px;
    padding-top: 10px;
}

.initprog-Main {
    background-color: rgb(255, 255, 255);
    color: #51606D;
    font-family: montserrat-regular;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: #51606D;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    position: relative;
    text-align: left;
}

.initprog-ProgramRow {
    font-family: montserrat-regular;
    font-size: 15px;
    color: rgb(0, 21, 110);
    height: 40px;
    vertical-align: middle;
}

.initprog-ItemRow {
    font-family: montserrat-regular;
    font-size: 13px;
    font-weight: normal;
    color: #51606D;
    height: 26px;
    vertical-align: middle;
    /* outline-color: rgb(104, 140, 175);*/
    outline-color: rgb(178, 190, 199);
    outline-style: solid;
    outline-width: 1px;
    margin-left: 15px;
    padding-left: 15px;
}
</pre></body></html>