@import "../default.css";

/*---------------------------------------------------------------------------------------
   Login Page
---------------------------------------------------------------------------------------*/
html, form {
    height: 100%;
}

body {
    background: url('../../images/login/bg.jpg') no-repeat fixed center center #131313;
    font-size: 14px;
    color: #333;
    height: 100%;
}

#vCenter {
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -200px;
    float: left;
}

#hCenter {
    width: 400px;
    height: 100%;
    margin: 0 auto;
}

#loginOuterContainer {
    height: 240px;
    width: 400px;
    clear: both;
    text-align: left;
    text-align: left;
    position: relative;
    padding: 0 0 50px 0;
}

#logo {
    text-align: center;
    margin-bottom: 25px;
}

#loginContainer, #error {
    background: #fff;
    border: 2px solid #fff;
    padding: 25px;
    overflow: hidden;
    min-height: 123px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 3px 3px 5px #000;
}

#error {
    background: url('../images/icons/large/info.png') no-repeat #fff 10px 50px;
    font-size: 1.6em;
    padding: 65px 0 25px 85px;
    min-height: 83px;
}

#ForgotPanel {
    display: none;
}

    #ForgotPanel p {
        padding-bottom: 3px;
        text-align: center;
    }


.row {
    padding-bottom: 1.4em;
    position: relative;
}

label {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: 0px;
    vertical-align: top;
    margin-right: 10px;
}

.user label {
    background: url('../../images/login/user.png') no-repeat;
}

.password label {
    background: url('../../images/login/password.png') no-repeat;
}

.focus label {
    background-position: bottom left;
}

.user input, #LoginPanel .password input {
    font-size: 16px !important;
    background: url('../../images/login/input.png') no-repeat;
    border: 0;
    padding: 0 10px 0;
    width: 280px;
    height: 31px;
}

.focus input {
    background-position: bottom left;
}


.rememberMe {
    padding: 0 0 0 39px;
}

    .rememberMe label {
        margin-left: 5px;
        text-indent: 0;
        width: auto;
    }


.submitButton {
    padding-bottom: 0;
    margin-right: 9px;
}

    .submitButton input {
        display: block;
        float: right;
        width: 106px;
        height: 32px;
        background: url('../../images/login/login.png') no-repeat;
        text-indent: -9999px;
        overflow: hidden;
        border: 0;
        cursor: pointer;
    }

        .submitButton input:hover, #LoginPanel .focus .submit {
            background-position: bottom left;
        }




#loginError {
    bottom: -1.4em;
    left: 0;
    padding: 1.4em 0 1.4em 53px;
    width: 347px;
    font-size: 1.2em;
    font-weight: bold;
    background: url('../../images/login/exclamation.png') no-repeat 12px 50% #fef8f6;
    color: #cd0a0a;
    border: 1px solid #cd0a0a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 3px 3px 5px #000;
}


.required {
    position: absolute;
    top: 7px;
    right: -15px;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url('../../images/login/exclamation2.png') no-repeat;
}

a.forgotLink, a.loginLink {
    color: #971300;
    text-decoration: none;
    margin: 10px 0 0 38px;
    display: inline-block;
}

    a.forgotLink:hover, a.loginLink:hover {
        text-decoration: underline;
    }


.versioninfo {
    text-align: right;
    color: #FFF;
}

.warning.gentle {
    padding: 1.4em 0 1.4em 53px;
    width: 347px;
    font-size: 1.2em;
    font-weight: bold;
    background: #FFE url('../../images/icons/gentlewarning.png') no-repeat 25px center !important;
    border: 1px solid #FFC !important;
    color: #630 !important;
    margin-bottom: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 3px 3px 5px #000;
    display: block !important;
}