﻿body {
    background-color: #eee !important;
    font-size: 12px !important;
}

.glyphiconInfo {
    font-size: 18px;
    font-style: italic;
    color: #2385BA;
}

    .glyphiconInfo:hover {
        color: #2385BA;
        cursor: pointer;
    }

#DvContainer {
    padding-top: 15%;
    padding-bottom: 2%;
}

.login-form {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    height: 520px;
    border-radius: 3px;
}

.login-logo {
    width: 85%;
    height: 70px;
    margin: 20px auto 0;
    display: block;
    max-width: 350px;
}

.input-sm {
    padding-left: 0px !important;
}

.user-chk {
    display: block;
    position: absolute;
    left: 90%;
    top: 35px;
    display: none;
    z-index: 100;
}

input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    vertical-align: -2px;
}

    input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
        height: 14px;
        width: 14px;
    }

.checkbox {
    margin-right: -6px;
    padding-left: 7px;
}

.btn {
    padding: 10px 12px;
}

.reset p {
    font-size: 15px;
}

    .reset p:first-child {
        margin-top: 20px;
    }

.password-wrapper {
    position: relative;
}

    .password-wrapper .info-glyphicon {
        position: absolute;
        bottom: 5px;
        right: 35px;
    }

i.glyphicon-lock.green {
    color: forestgreen;
}

.reset h3 {
    margin-bottom: 20px;
}

h5.subtitle {
    font-weight: normal;
    line-height: 1.4;
    white-space: pre-line;
}

    h5.subtitle::first-line {
        color: green;
    }

.ssologin h3 {
    margin-top: 40px;
}

    .ssologin h3 span {
        animation-name: blink;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        padding: 0 5px;
    }

        .ssologin h3 span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .ssologin h3 span:nth-child(3) {
            animation-delay: 0.4s;
        }

.ssologin .alternative-link {
    margin-top: 260px;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

ul.has-error {
    color: darkred;
    margin-top: -25px;
}
