﻿html {
    height: 100%;
}

body {
    background: #4a5162 url(loginimages/sky2.jpg) no-repeat fixed center top;
    -ms-background-size: cover;
    background-size: cover;
    /*background-blend-mode: overlay;*/
    color: #40527f; /* keep in sync with login button bg color */
    font-family: Verdana, Arial;
    font-size: 12pt;
    text-align: center;
    height: 100%;
}

/*form:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; 
    }*/ /* Adjusts for spacing */


/*form {
    display: inline-block;
    text-align: center; 
    width: 100%;
    height: 100%;
}*/ /* center login box */

#loginbox {
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #d9e1e1;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*height: 390px;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -5%;*/ /* center vertically: adjust for padding and move it a bit more to the top */
    padding: 10px;
    margin-top: 60px;
    min-width: 390px;
    /*vertical-align: middle;*/
    display: inline-block;
    white-space: nowrap;
    width: 25%;
}

#wrapper {
    overflow: hidden;
}

#loginerror {
    white-space: normal;
    color: #ff0000;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    width: 100%;
}

    #loginerror ul {
        list-style: none;
        padding-left: 0;
        word-wrap: break-word;
    }

    #loginerror li {
        margin-bottom: 10px;
    }

input, select {
    border: none;
    padding: 8px;
    background-color: #eaedf5;
    /*border-radius: 15px;*/
}

select {
    background-color: #eaedf5;
    /*border-radius: 15px;*/
}

input[disabled], .label.disabled {
    opacity: 0.01
}

input {
    font-size: 12pt;
}

.title {
    border-bottom: 1px solid #235393;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 18px;
    padding-top: 12px;
    text-align: center;
}

.label {
    height: 40px;
    margin-top: 6px;
    width: 140px;
    display: inline-block;
}

.entry {
    display: inline-block;
    height: 40px;
    min-width: 180px;
    max-width: 200px;
}

.go {
    background-color: #40527f;
    border: 1px solid gray;
    border-radius: 15px;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    padding: 8px;
    width: 140px;
}

.copyright {
    font-size: 9pt;
    text-align: right;
    color: darkblue;
    width: 100%;
    height: 18px;
    position: relative;
}

#branding, #tutorial-link {
    display: inline-block;
    position: absolute;
}

#tutorial-link {
    right: 0px;
    bottom: 0px;
}

#branding {
    left: 0;
    bottom: 0
}

.db-dropdown {
    max-width: 216px;
    min-width: 216px;
}

.auth-dropdown {
    min-width: 216px;
}

.text-box {
    width: 100%;
}

.dropdown {
    min-width: 216px;
}

.buttonDiv {
    text-align: center;
}

select:focus, textarea:focus, input:focus {
    outline: none;
    box-shadow: 0px 0px 2px blue;
}

#msg {
    font-size: 1.2em;
    white-space: normal;
    margin-bottom: 1em;
}