:root {
    --theme-primary: #002e42;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI",Arial,Helvetica,Verdana,sans-serif;
    font-weight:400;
}

.copyright, .companyLogo {
    width: 100%;
    color: #000;
    font-size: 0.625em;
    margin: 20px auto 0 auto;
    text-align: center;
}

.companyLogo {
    margin-top: 40px;
}

.copyright p {
    margin-right: 2px;
}

.domainTag p {
    margin-right: 2px;
    font-size: 0.825em;
    text-align: center;
    margin-top:10px;
}

.installName {
    float: right;
    font-size: 1.250em;
    font-style: italic;
    margin-top: -41px;
}

.loginMessage {
    float: right;
    font-size: 0.875em;
    margin-top: 10px;
}

.invalidInput {
    box-shadow: 0 0 15px red;
    border: 1px solid red;
}

.loginCont {
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    min-height: 420px;
    width: 350px;
    margin: 20px auto 0;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.loginHead {
    height: 52px;
    padding: 18px 0 0 10px;
    background-color: #000;
    background: #4b4b4b;
    background: -moz-linear-gradient(top,#4b4b4b 0%,#131313 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4b4b4b),color-stop(100%,#131313));
    background: -webkit-linear-gradient(top,#4b4b4b 0%,#131313 100%);
    background: -o-linear-gradient(top,#4b4b4b 0%,#131313 100%);
    background: -ms-linear-gradient(top,#4b4b4b 0%,#131313 100%);
    background: linear-gradient(to bottom,#4b4b4b 0%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b',endColorstr='#131313',GradientType=0);
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.loginD1 {
    width: 100%;
    font-size: 2.250em;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.loginD2 {
    width: 100%;
    font-size: 0.875em;
    color: #909090;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.loginInputCont {
    clear: both;
    text-align: left;
    color: #909090;
    font-size: 0.875em;
    font-weight: bold;
    width: 300px;
    margin: 0 auto 15px auto;
}

input.loginFields {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    color: #000;
    height: 35px;
    padding-left: 5px;
    margin-right: 5px;
    width: 290px;
    font-size: 1.500em;
}

    input.loginFields:focus {
        border: 1px solid #5589bb;
        -webkit-box-shadow: 0 0 6px #5589bb;
        -moz-box-shadow: 0 0 5px #5589bb;
        box-shadow: 0 0 5px #5589bb;
        outline: none;
    }

.btnSignIn, .btnPreSignIn, .btnDigitalPrairieSignIn {
    border: 1px solid #1a1a5e;
    color: #FFF;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
    background-color: var(--theme-primary, #002e42);
    background-image: -moz-linear-gradient(center top, #b3c0c6, #2c2c6c);
    width: 300px;
    height: 35px;
    filter: alpha(opacity=90);
    opacity: .9;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
}

    .btnSignIn:hover, .btnPreSignIn:hover, .btnDigitalPrairieSignIn:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        cursor: pointer;
    }

.miscBtns {
    font-size: 0.688em;
}

.helpLink {
    color: #357AE8;
    font-size: 0.875em;
    font-weight: normal;
    cursor: pointer;
    float: right;
    margin-right:5px;
}

    .helpLink:hover {
        text-decoration: underline;
    }

#staySignedIn {
    float: left;
    font-weight: normal;
    display: none;
}

.signInText {
    width: 100%;
    text-align: center;
    font-size: 1.250em;
    color: #555555;
    margin-top: 20px;
}

.console {
    background-position: 0, 95px;
}

.orders {
    background-position: top right;
}

.home {
    background-position: top left;
}

.settings {
    background-position: 95px, 95px;
}

.feedOrder {
    background-position: bottom left;
}

.profile {
    background-position: bottom right;
}

.userName {
    font-weight: bold;
    text-transform: capitalize;
}

.logInImgHalf {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .loginCont {
        width: 90%;
        min-height: 360px;
    }

    .btnSignIn {
        width: 96%;
        margin: 0 auto;
        display: block;
        font-size: 1.2em;
        height: 50px;
    }

    .loginInputCont {
        width: 100%;
    }

    input.loginFields, .loginFieldLabel {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .loginFieldLabel {
        width: 96%;
        margin: 0 auto;
        display: block;
    }

    .logInImgHalf {
        width: 50%;
        max-width: 50%;
    }

    .logInImgFull {
        width: 90%;
    }

    .companyLogo, .signInText {
        margin-top: 5px;
    }

    .loginD2 {
        margin: 5px 0;
    }

    .helpLink {
        margin-right: 3%;
    }

    #logginMessages, #helpMessage, #signouttext {
        margin-left: 3%;
        white-space: nowrap;
    }
}


.btnUpdatePassword {
    border: 1px solid #1a1a5e;
    color: #FFF;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    background-color: var(--theme-primary, #002e42);
    background-image: -moz-linear-gradient(center top, #b3c0c6, #2c2c6c);
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    height: 35px;
    filter: alpha(opacity=90);
    opacity: .9;
    -webkit-appearance: none;
    border-radius: 0;
}

    .btnUpdatePassword:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.text-danger {
    color: #a94442;
}