﻿body, html {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.footer {
    background-color: #e6e6e6;
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.textBlack {
    color: black;
    text-decoration: none;
}

    .textBlack a, a:hover {
        color: black !important;
    }

#districtNameLink {
    text-decoration: none;
}

    #districtNameLink a:hover {
        color: black !important;
    }

.btn-login {
    /*text-shadow: 0 1px 0 #fff !important;*/
    /*    border-color: !important;
    color: white !important;*/
    background-color: #2D8DFF !important;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn-external-login {
    border-color: #6A6C6E !important;
    border-width: medium;
    color: #000000 !important;
    background-color: white !important;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.btn-login-smallMargin {
    margin-bottom: 10% !important;
}

.login-box {
    border: 2px solid #a4a4a4;
    display: inline-block;
    width: 100%;
}

.noPad {
    margin-bottom: 0;
}

.login-panel {
    margin-bottom: 2%;
    margin-top: 0%;
}

@media only screen and (min-width: 768px) {
    #phonePad {
        padding-right: 12%;
    }
}

.divider {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #1da37b;
    margin: 8px 0px;
}

    .divider::before,
    .divider::after {
        content: "";
        flex-grow: 1;
        background: #595959;
        height: 2px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }

.login-field-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #009147;
    margin-top: 10px;
}

.login-field {
    padding-left: 2.375rem;
    border-radius: 10px;
    background-color: #F8F8F8;
}


/*This is for texting the placeholder text*/
.login-placeholder::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #36454F;
}

.login-placeholder:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #36454F;
    opacity: 1;
}

.login-placeholder::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #36454F;
    opacity: 1;
}

.login-placeholder:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #36454F;
}

/*input[type="text"] {
    display: block;
    width: 300px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
}*/
