﻿body {
    background-color: #e8e8e8;
    font-size: 11pt;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

h1 {
    color: #2e2e2e;
    text-align: center;
}

p {
    color: #424242;
    text-align: center;
}

.logo {
    width: 200px;
}

#wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

#cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#container {
    background-color: #fff;
    padding: 20px; /*40px 40px 40px;*/
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    box-shadow: 0 0 5px #888;
}

small {
    display: block;
    font-style: italic;
    font-size: 0.8em;
    color: #a8a8a8;
}

.watermark {
    color: #bfbfbf !important;
}

.logform {
    width: 100%;
    /*margin-left:auto;
    margin-right:auto;*/
}

input[type="email"], input[type="password"] {
    font-size: 1.1em;
    padding: 8px 4px;
    border: solid 1px #d8d8d8;
    font-weight: bold;
    color: #2e2e2e;
    width: 100%;
    box-sizing: border-box;
}

.logform div {
    margin-bottom: 4px;
}

h1 {
    font-size: 1.5em;
}

a {
    color: #2874e7;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.beforebutton {
    font-size: 9pt;
}

#forgotpasswordlink {
    float: right;
    font-weight: bold;
}

#stayloggedinlabel {
    float: left;
    color: #ccc;
}

*:focus {
    outline: 0 none !important;
}


.error {
    color: red !important;
}

.ok {
    color: green !important;
}
