﻿body, html {
    /*background-color: #e0eaec;*/
    background-color: #498FD9;
    font-family: 'Titillium Web', sans-serif;
    color: #FFF;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#loginLogo {
    background-color: #FFF;
    text-align: center;
    padding: 70px 0  50px 0;
    /*border-bottom:solid 2px #2F5B8A;*/
    box-shadow: inset 0px -12px 20px -10px rgba(117,117,117,0.5);
}

    #loginLogo img {
        max-width: 500px;
        max-height:150px;
    }



#panLoginBox {
    width: 450px;
    margin: auto;
    text-align: center;
}

#loginBoxHeadline {
    font-size: 24px;
    /*text-align: center;*/
    margin: 30px 0 0 0;
}

#loginBoxText {
    /*text-align: center;*/
    margin: 0 0 30px 0;
}




#loginUserIcon, #loginPassIcon {
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: 22px;
    line-height: 26px;
    font-size: 22px;
    background-color: #2F5B8A;
    border: solid 1px #2F5B8A;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    transition: all .5s;
    margin: 0 -4px 0 0px;
}

#txtUsername, #txtPassword {
    color: #111;
    width: 330px;
    padding: 0 5px 0 5px;
    border: 1px solid #FBFBFB;
    background: #FBFBFB;
    outline: 0;
    font-family: inherit;
    height: 42px;
    line-height: 20px;
    -webkit-appearance: none;
    border-radius: 0;
}


#loginBtnWrapper {
    text-align: center;
    /*padding:0 14px;*/
}

#btnLogin {
    width: 150px;
    padding: .6em 1em.5em 1em;
    font-size: .9em;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #7dbd41;
    margin: 2em 0 3em 0;
    font-family: inherit;
    border: none;
    text-shadow: 0px 1px 1px #333;
    /* box-shadow: 0 4px 4px -3px gray; */
    text-decoration: none;
    transition: .5s all;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-appearance: none;
    box-shadow: 0px 3px 15px -8px #111;
    letter-spacing: .5px;
    transition: all .5s;
}

    #btnLogin:hover {
        background: #78ab49;
    }


#panLoginError {
    width: 450px;
    margin: auto;
    color: #FFF;
    text-align: center;
    padding: 0 0 50px 0;
}

#loginByPentaconWrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

    #loginByPentaconWrapper p {
        margin: 0;
        padding: 0;
    }

.chkCheckBox {
    display: inherit;
    margin-top: -30px;
}
    .chkCheckBox > input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        box-shadow: none;
    }
    .chkCheckBox > input:before{
        content: "\f0c8";
        font-family: FontAwesome;
        margin-left: -12px;
        font-size: 15px;
        color: #FFF;
        text-shadow: 0 0 1px #000;
    }
    .chkCheckBox > input:checked:before{
        content: "\f0c8";
        font-family: FontAwesome;
        margin-left: -11.75px;
        font-size: 14px;
        color: #FFF;
    }
    .chkCheckBox > input:checked:after{
        content: "\f14a";
        font-family: FontAwesome;
        margin-left: -12px;
        font-size: 15px;
        color: #7DBD41;
    }

/*************************************************/
/*                                               */
/*                    Timeout                    */
/*                                               */
/*************************************************/

#timeOutTextWrapper {
    margin: 40px 0 0 0;
}

.timeOutText,
.timeOutBtn {
    text-align: center;
    font-size: 18px;
}


#lnkbLogin {
    width: 150px;
    padding: .5em 1em .5em 1em;
    font-size: .9em;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #7dbd41;
    margin: 2em auto 3em auto;
    font-family: inherit;
    border: none;
    display: block;
    font-size: 13.3px;
    text-shadow: 0px 1px 1px #333;
    /* box-shadow: 0 4px 4px -3px gray; */
    text-decoration: none;
    transition: .5s all;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-appearance: none;
    box-shadow: 0px 3px 15px -8px #111;
    letter-spacing: .5px;
    transition: all .5s;
}

    #lnkbLogin:hover {
        background: #78ab49;
    }

/*************************************************/
/*                                               */
/*                   Permission                  */
/*                                               */
/*************************************************/

#PermissionTextWrapper {
    margin: 40px 0 0 0;
}

.PermissionText,
.PermissionBtn {
    text-align: center;
    font-size: 18px;
}

/*************************************************/

@media screen and (max-height: 700px) {

    #loginLogo img {
        max-width: 400px;
        max-height:120px;
    }

    #loginLogo {
        padding: 50px 0 30px 0;
    }

    #loginBoxHeadline {
        margin: 10px 0 0 0;
        font-size: 20px;
    }

    #loginBoxText {
        margin: 0 0 20px 0;
        font-size: 12px;
    }

    #btnLogin {
        margin: 2em 0 1em 0;
    }


}


@media screen and (max-width: 550px) {
    #panLoginBox {
        width: auto;
        padding: 10px;
    }

    #loginLogo {
        padding: 50px 0;
    }


        #loginLogo img {
            width: 60%;
        }

    #loginUserIcon, #loginPassIcon {
        width: 20px;
    }

    #txtUsername, #txtPassword {
        width: 65%;
    }

    #panLoginError {
        width: auto;
    }

    /* Timeout */
    .timeOutText,
    .timeOutBtn {
        font-size: 14px;
    }

    #lnkbLogin {
        font-size: 12px;
    }
}


@media screen and (max-height: 500px) {
    #loginByPentaconWrapper {
        position: initial;
        bottom: auto;
        right: auto;
        text-align: right;
        padding: 0 10px 10px 0;
    }
}