﻿.header {
    background-color: #2b3644;
    height: 30px;
}

body {
    font-size: 12px;
}

.header > .logo {
    height: 28px;
	margin-left: 10px;
    width: 41px;
}

.login-box-container {
    font-family: 'SEGOE UI', sans-serif;
    margin: 10% auto auto auto;
    width: 320px;
}

.login-box-header {
    margin-bottom: 45px;
}

.login-box-header > .logo {
    display: block;
    height: 93px;
    margin: 0 auto;
    user-select: none;
    -ms-user-select: none;
}

.login-box-separator {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    text-align: center;
    user-select: none;
    -ms-user-select: none;
}

.login-box-manual {
    background-color: #E9EDEF;
    padding: 15px;
}

.login-box-help {
    font-size: 12px;
    padding: 5px 5px 0 0;
    text-align: right;
    text-decoration: underline
}

.login-button {
    border: none;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    outline: 0;
}

.login-button:focus, 
.login-button:active,
.login-button:active:focus {
    color: #FFF;
    outline: 0;
}

.auto-login-button {
    background-color: #26C281;
}

.auto-login-button:hover {
    background-color: #23B87A;
    color: #FFF;
}

.manual-login-button {
    background-color: #428BCA;
}

.manual-login-button:hover {
    background-color: #357EBD;
}

.remember-me-section {
    color: #666;
}

.remember-me-section label {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    -ms-user-select: none;
    user-select: none;
}

.remember-me-section span {
    font-size: 11px;
    vertical-align: top;
    user-select: none;
    -ms-user-select: none;
}

.remember-me-section td {
    padding-right: 10px;
}

.remember-me-input {
    height: 15px;
    width: 15px;
}

.auth-message {
    font-size: 16px;
}

.logout-box-container {
    text-align: center;
}

.logout-box-container form {
    display: inline-block;
}

.logout-box-container p {
    font-size: 12px;
}