﻿.header-bar {
    text-align: center;
}

.logo-bar {
    margin-top: 30px;
}

    .logo-bar img {
        height: 40px;
        vertical-align: text-bottom;
    }

    .logo-bar span {
        font-size: 42px;
        color: #005F9E;
    }

.login-form {
    margin-top: 30px;
    padding: 8px;
    text-align: center;
}

    .login-form > span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        color: #FCA911;
    }

    .login-form .form-row {
        max-width: 400px;
        margin: 0 auto 10px;
        font-size: 16px;
    }

        .login-form .form-row span {
            display: block;
            text-align: left;
            line-height: 20px;
            width: 100%;
            margin: 15px 0 5px;
        }

        .login-form .form-row .Validator {
            border: 1px solid red;
            background: rgba(255,0,0,0.05);
            border-radius: 5px;
            line-height: 18px;
            height: auto;
            width: auto;
            font-size: 14px;
            text-align: center;
            padding: 10px;
        }

        .login-form .form-row input {
            display: block;
            padding: 0 10px;
            width: 100%;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
        }

            .login-form .form-row input[type=submit] {
                margin: 20px auto 10px;
                height: auto;
                padding: 0 40px;
                line-height: 40px;
                width: auto;
            }

        .login-form .form-row .btn-SAML {
            position: relative;
            display: inline-block;
            cursor: pointer;
            background: #fff;
            border: 2px solid #0D6AA8;
            margin-top: 10px;
            min-height: 40px;
            text-transform: uppercase;
            padding: 10px;
            line-height: 20px;
            color: #0D6AA8;
            text-align: left;
        }

            /*.login-form .form-row .btn-SAML:hover {
                background: #eee;
            }*/

            .login-form .form-row .btn-SAML img {
                position: absolute;
                top: 10px;
                left: 10px;
                display: inline-block;
                height: 20px;
                width: auto;
            }

            .login-form .form-row .btn-SAML span {
                display: inline-block;
                padding-left: 25px;
                width: auto;
                margin: 0;
            }

#pnlNoConnection {
    text-align: center;
}

    #pnlNoConnection input {
        display: block;
        margin: 5px auto;
    }

#pnlCredentials {
    width: 600px;
    margin: 0 auto;
}

    #pnlCredentials .form-row span + span {
        padding: 0 10px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        background: #eee;
        color: #666;
        margin-top: 1px;
        border: 1px solid silver;
    }

#lblDeveloperMode {
    color: #005F9E;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #005F9E;
    color: white;
    padding: 8px;
}

    .footer > a, #HyperLink2 {
        color: white;
        text-decoration: underline;
    }

#lblCopyRight2 {
    content: "Trimble Navigation Limited"
}
