﻿#LogoImage {
    border: none;
    max-height: 50px;
    max-width: 300px;
}

#LogoContainer {
    text-align: center;
    margin: 10px 0;
}

#HelpContainer {
    text-align: right;
    line-height: 35px;
}

#LoginHeader {
    background-color: #e0e9f2;
}

#ServerTime {
    margin-bottom: 10px;
    text-align: right;
}

#LicenseInfo {
    margin-bottom: 10px;
}

#ErrorContainer {
    margin-top: 30px;
}

#RememberMe {
    margin: 10px 0;
}

#CopyrightContainer,
#AppVersion {
    text-align: center;
}

#ValidationSummaryErrors ul {
    padding: 0;
}

input[type=text], input[type=password] {
    width: 97%;
    display: inline-block;
    margin: 10px 0;
}

h3 {
    margin: 10px 0;
}

.ie9-only {
    display: none;
}

