html, body, #container
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #777620;
}

body > #container
{
    height: auto;
    min-height: 100%;
    background: linear-gradient(to bottom,  #1f60a9 , white);
}
#footer
{
    clear: both;
    position: relative;
    z-index: 10;
    height: 90px;
    margin-top: -90px;

    /*background-color: #F5F8FB;*/
    /*background-color: red;*/
    /*opacity: 0.5;*/
    color: white;
    /*font-size: 200%;*/
    text-align: center;
    /*line-height: 3em;*/
}

h1#title {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 3.2em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
    margin: 0 auto;
    padding-top: 80px;
    max-width: 400px;
    text-align: center;
    position: relative;
    top: 0;
}

h1#title span span
{
    font-weight: 400;
}

div#logintitle
{
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.4em;
    line-height: 2.8em;
    margin-bottom: 30px;
}

.login-box {
    background-color: white;
    max-width: 376px;
    margin: 0 auto;
    position: relative;
    top: 130px;
    padding-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 50px rgba(0,0,0,0.4);
    text-align: center;
}

.login-box .box-header {
    background-color: #1f60a9;
    margin-top: 0;
    border-radius: 5px 5px 0 0;
}

.login-box label {
    font-weight: 700;
    font-size: .8em;
    color: #1f60a9;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2em;
}

.login-box input {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: .9em;
    color: #1f60a9;
    /*width: 200px;*/
}

input#inputPassword, input#inputUsername
{
    width:244px;
}

.login-box input:focus {
    outline: none;
    border-color: #1f60a9;
    transition: 0.5s;
    color: #1f60a9;
}

.login-box button {
    margin-top: 20px;
    border: 0;
    border-radius: 2px;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
    background-color: #1f60a9;
    cursor:pointer;
    outline: none;
}

.login-box button:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.login-box button:hover {
    opacity: 0.7;
    transition: 0.5s;
}






.logoff-box {
    background-color: white;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    top: 130px;
    padding: 30px 0 30px 0;
    border-radius: 5px;
    box-shadow: 0 5px 50px rgba(0,0,0,0.4);
    /*text-align: center;*/

}

.logoutheadline
{
    text-align: center;
    /*background-color: #454545;*/
    color: #1f60a9;
    /*padding: 20px 30px 40px 50px;*/
    padding: 20px 0 10px 20px;

    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1.4em;
    line-height: 2.8em;

}

.logouttext
{
    text-align: left;
    /*background-color: lime;*/
    color: #1f60a9;
    /*color: lightgray;*/
    /*font-weight: bold;*/
    padding: 10px 60px 20px 90px;
    line-height: 1.6em;
}

a.linkLogin:link    {color: #1f60a9; text-decoration: none;         font-style: italic; font-weight: bold   }
a.linkLogin:active  {color: #1f60a9; text-decoration: none;         font-style: italic; font-weight: bold   }
a.linkLogin:visited {color: #1f60a9; text-decoration: none;         font-style: italic; font-weight: bold   }
a.linkLogin:hover   {color: #1f60a9; text-decoration: underline;    font-style: italic; font-weight: bold   }

a.linkCorporate:link    {color: #1f60a9; text-decoration: none;         padding: 0 0 0 80px; line-height: 2em;  font-weight: bold  }
a.linkCorporate:active  {color: #1f60a9; text-decoration: none;         padding: 0 0 0 80px; line-height: 2em;  font-weight: bold  }
a.linkCorporate:visited {color: #1f60a9; text-decoration: none;         padding: 0 0 0 80px; line-height: 2em;  font-weight: bold  }
a.linkCorporate:hover   {color: #1f60a9; text-decoration: underline;    padding: 0 0 0 80px; line-height: 2em;  font-weight: bold  }

