﻿#header {}

#logo {
    background-image: url(/application/images/logo64x64.png);
}
ol,
ul {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
}

.login-page {
    padding-top: 10vh;
    position: relative;
    margin: 0 auto;
    width: 350px;
}

.login-title {
    font-family: 'Lato', sans-serif;
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.login-ZPass {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-ZPass > ul {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

        .login-ZPass > ul > li {
            position: relative;
            margin-bottom: 30px;
        }

.link-AzureAD {
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    transition: all .2s ease;
}

    a.link-ZPass {
        display: block;
        width: auto;
        line-height: 30px;
        padding: 8px 12px;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 3px;
        box-sizing: border-box;
        background-color: #438B19;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        text-align: center;
    }

        a.link-ZPass:hover {
            transition: 0.6s;
            background-color: rgba(96, 134, 86, 0.8);
        }

    a.link-AzureAD {
        display: block;
        width: auto;
        line-height: 30px;
        padding: 8px 12px;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 3px;
        box-sizing: border-box;
        background-color: #26198b;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        text-align: center;
    }

        a.link-AzureAD:hover {
            transition: 0.6s;
            background-color: rgba(96, 134, 186, 0.8);
        }

.svg-inline--fa {
    display: inline-block;
    height: 2em;
    overflow: visible;
    vertical-align: -0.5em
}

.img-ZPass {
    vertical-align: top;
    overflow: visible;
}

.login-line {
    margin: 0 auto;
    width: 300px;
    padding-top: 30px;
    border-top: 1px solid #000000;
    opacity: 0.1;
}

.login-form {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.spacer-bottom {
    margin-bottom: 16px !important;
}

.login-input {
    width: 100% !important;
    height: auto !important;
    padding: 10px 15px !important;
    font-size: 18px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    color: #444;
    transition: border-color .2s ease;
}

.login-label {
    display: none;
}

.login-button {
    text-align: right;
}

.login-forgot-pass {
    text-align: right;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 30px;
    line-height: 22px;
    padding: 0 12px;
    border: 1px solid rgba(96, 134, 86, 0.8);
    border-radius: 2px;
    box-sizing: border-box;
    background: transparent;
    color: rgba(96, 134, 86, 0.8);
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

    .button:hover {
        color: #fff;
        background-color: rgba(96, 134, 86, 0.8);
        transition: 0.3s;
    }

.pass-forgot {
    color: rgba(96, 134, 86, 0.8);
}

    .pass-forgot:hover {
        color: rgb(47, 47, 47);
        transition: 0.3s;
    }

.more-options {
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 14px;
}

.error-message {
    color: #ff0000;
    font-size: 14px;
}
.info-message {
    color: #005fca;
    font-size: 14px;
}
.success-message {
    color: #438B19;
    font-size: 14px;
}

.message-instruct {
    margin-bottom: 20px;
    text-align: center;
}

#message {
    font-size: 12px;
}
