﻿body {
    font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

.container {
    margin: 50px auto;
    width: 640px;
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 310px;
}

    .login p.submit {
        text-align: center;
    }

.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: white;
    text-align: center;
    text-shadow: 0 1px #2a85a1;
}

    .login-help a {
        color: #cce7fa;
        text-decoration: none;
    }

        .login-help a:hover {
            text-decoration: underline;
        }

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

.container {
    margin: 50px auto;
    width: 640px;
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
}

.login h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.login p {
    margin: 20px 0 0;
}

    .login p:first-child {
        margin-top: 0;
    }

.login input[type=text], .login input[type=password] {
    width: 278px;
}

.login p.remember_me {
    float: left;
    line-height: 31px;
}

    .login p.remember_me label {
        font-size: 12px;
        color: #777;
        cursor: pointer;
    }

    .login p.remember_me input {
        position: relative;
        bottom: 1px;
        margin-right: 4px;
        vertical-align: middle;
    }

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

    input[type=text], input[type=password] {
        /*margin: 5px;*/
        padding: 0 10px;
        width: 250px;
        height: 34px;
        color: #404040;
        background: white;
        border: 2px solid;
        border-color: gray;
    }

        input[type=text]:focus, input[type=password]:focus {
            border-color: gray;
        }

    input[type=submit] {
        padding: 0 18px;
        height: 32px;
        width: 180px;
        font-size: 14px;
        color: #fff;
        background: #0078d7;
        border: 0px solid;
        border-color: #b4ccce #b3c0c8 #9eb9c2;
        outline: 0;
    }

        input[type=submit]:hover {
            background: #005a9e;
            border: 0px solid;
            border-color: #b4ccce #b3c0c8 #9eb9c2;
            cursor: pointer;
        }

        input[type=submit]:active {
            background: #005a9e;
            border: 0px solid;
            border-color: #b4ccce #b3c0c8 #9eb9c2;
        }

    input[type=checkbox] {
        border: 1px solid #c0c0c0;
        margin: 0 0.1em 0 0;
        padding: 0;
        font-size: 16px;
        line-height: 1em;
        width: 1.25em;
        height: 1.25em;
        background: #fff;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
        -webkit-appearance: none;
        -webkit-box-shadow: 1px 1px 1px #fff;
        -webkit-border-radius: 0.25em;
        vertical-align: text-top;
        display: inline-block;
    }

        input[type=checkbox]:checked::after {
            content: "âœ”";
            display: block;
            text-align: center;
            font-size: 16px;
            height: 16px;
            line-height: 18px;
        }

    .loginButton {
        text-align: center;
        padding: 8px 18px;
        height: 32px;
        width: 180px;
        font-size: 14px;
        color: #fff;
        background: #0078d7;
        border: 0px solid;
        border-color: #b4ccce #b3c0c8 #9eb9c2;
        outline: 0;
        text-decoration: none;
    }

.loginButton:hover {
    background: #005a9e;
    border: 0px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    cursor: pointer;
}

.loginButton:active {
    background: #005a9e;
    border: 0px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
}

.logoImage {
    max-width: 500px;
    max-height: 500px;
    vertical-align: middle;
}

select {
    border: 1px solid #D0D0D0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#ededed));
    background: -moz-linear-gradient(19% 75% 90deg,#ededed, #fbfbfb);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    color: #444;
}

.securityLabel {
    font-weight: bold;
    font-size: 15px;
}

.link {
    color: darkblue;
    cursor: default;
}

.explanation {
    padding-left: 20px;
    line-height: initial;
    font-size: 12px;
}

.logo-div {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.languages-div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.powered-div {
    padding-top: 10px;
    text-align: center;
}
.red {
    color: red;
}
.font-14 {
    font-size: 14px;
}

.loginAzureADButton {
    text-align: center !important;
    padding: 6px 18px 6px 38px !important;
    height: 32px !important;
    width: auto !important;
    font-size: 14px !important;
    color: #8d8d8d !important;
    background: #fff !important;
    border: 2px solid !important;
    border-color: #8d8d8d !important;
    font-weight: bold !important;
    background-image: url('images/microsoft.png') !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    background-size: 16px 16px !important;
}

.center {
    text-align: center;
}