<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
}

.form-signin {
    width: 100%;
    max-width: 400px;
/*    padding: 15px;*/
    margin: auto;
}

.container-center {
    width: 100%;
    height: 100%;
    /*    border: 3px solid steelblue;*/
    margin: 5px;
    display: grid;
    place-self: center normal;
    align-items: center;
    justify-content: left;
}


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

    .form-label-group input,
    .form-label-group span {
        height: 3.125rem;
        padding: .75rem;
        font-size: 1rem !important;
    }


input -webkit-autofill {
    font-size: 1rem !important;
}

input:autofill {
    font-size: 1rem !important;
}

input -internal-autofill-selected {
    font-size: 1rem !important;
}

/*Microsoft Edge new compatibility*/
input:-webkit-autofill::first-line {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.lbl_terms_and_conditions {
    color: #FFFFFF;
    font-size: 11px;
    font-stretch: condensed;
}


    .lblforgot-pass:hover, .lbl_terms_and_conditions:hover {
        cursor: pointer;
        text-decoration: underline;
    }



.img-login {
    max-width: 120px !important;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {
    .img-header {
        width: 100px !important;
        max-height: 100px !important;
    }
/*
    .msg-login * {
        font-size: 1.2rem !important;
      
    }*/
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .img-header {
        width: 200px !important;
        max-height: 200px !important;
    }

    .school-name {
        font-size: 2rem;
        margin-bottom: 1.5rem;

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