﻿body 
{
    background:#e2e3e5;    
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.blue-login-page-background {
    background: #2dace3;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.localHeader
{
    z-index:1;
    width:100%;
    height:55px;
    background: #454545;
    top:0;
    left:0;
}

.loginContainer
{
    padding:3em;
    text-align:center;
    background:#fcfcfc;
    width:30em;
    max-width:50%; /* make narrower for mobile devices */
    border-radius:2em;
    -webkit-box-shadow: 11px 13px 15px -6px rgba(0,0,0,0.54);
    -moz-box-shadow: 11px 13px 15px -6px rgba(0,0,0,0.54);
    box-shadow: 11px 13px 15px -6px rgba(0,0,0,0.54);
    margin-left: auto;
    margin-right: auto;
}

#resetPassword-box td
{
    text-align: left;
}

#passwordResetSent-text 
{
    margin-bottom: 200px;
    margin-top: 75px;
}

#iAllreadyGotOne
{
    font-size: small;
}

#passwordResetSuccessfulLogIn-div 
{
    margin-bottom: 250px;
}

.recoverPassword
{
    padding:20px;
    text-align:center;
    margin:100px auto;
    background:#e8e8e8;
    border:1px solid #717274;
    width:420px;
    border-radius:15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.login-icon{
    width: 27px;
    height: 37px;
}
.blue-logo {
    width: 20em;
    top: -1.4em;
    position: relative;
}

.login-input-field {
    width: 300px;
    max-width: 50%; /* make narrower for mobile devices */
    height: 1.9em;
    background: #d4d5d7;
    border-style: none;
}

.input-block > * {
    vertical-align: middle;
    font-size: large;
    padding: 0 .5em;
}
.input-block  {
    margin: 1.8em;
    margin-bottom: 0;
}

.login-button-container {
    margin-top: 2em;
}

.loginButton 
{
    padding: 1em 5em;
    background:#454545;
    color:#fff;
    border-radius:.5em;
}

.loginButton:hover
{
    color:#fff;
    text-decoration:none;
}

#product-version {
    position: fixed;
    bottom: 0;
    color: gray;
}

.eula-block {
    position: relative;
    top: 1.5em;
}

#copyright-block {
    color: white;
    position: relative;
    top: 80px;
}

.failureNotification {
    color: red;
}

.failureNotification > ul {
    list-style-type: none;
}

.language-select {
    width: 18em;
    right: 0;
    height: 2.5em;
    position: relative;
    margin-top: 1em;
    background: #d4d5d7;
    border-style: none;
}

#eulaPanel {
    position: absolute;
    top: 20px;
    bottom: 55px;
    left: 40px;
    right: 40px;
    background: white;
    border-radius: 3px;
}

#eulaIframe {
    width: 100%;
    height: 100%;
    border-radius: 7px;
}

#eulaControls > * {
    margin: 10px;
    float: right;
    height: 30px;
    line-height: 30px;
}

.eula .blue-login-page-background{
    background: url("/VproofWorkflow/Images/App/../VproofHtml/mask.png") transparent; 
}

.eula #loginform {
    display: none;
}

#eulaIAgreeToTheTermsOfUse {
    color: white;
    margin-left: 0;
    margin-right:15px;
}
}