﻿.AdminSplash {
    background: url("../images/Login/SplashAdmin.png") no-repeat !important;
    border-color: black;
}

.StandardSplash {
    background: url("../images/Login/SplashMain.png") no-repeat !important;
    border-color: #2686A6;
}

.ConfigSplash {
    background: url("../images/Login/SplashConfig.png") no-repeat !important;
    border-color:black;
}

.LoginContainer
{
    width:100%;
    height:100%;
    text-align: center;
    padding-top:100px;
}

.LandingPageContainer {
    width: 700px;
    position: relative;
    display: inline-block;
    height: 500px;
    border-width: 1px;
    border-style: solid;
}
#WebConfigMigrationWarning
{
    max-width:700px;
    display:inline-block;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

.LoginWarning {
    font-size: 10pt;
    text-align: justify;
    position: absolute;
    top:10px;
    left: 340px;
    width: 300px;
    color: #f3ff38;
}

.LogonControls {
    position: relative;
    top: 100px;
    left: 340px;
    width: 300px;
    height: 220px;
}

.LoginInput {
    width: 230px;
    height: inherit;
    border-radius: 3px;
    border: 0 solid;
    padding-left: 10px;
    height:35px;
    margin:10px;
}

.LoginLabel {
    font-size: 15pt;
    color: white;
    display: block;
}

.LoginButton {
    width: 245px;
    padding: 10px;
    border-radius: 3px;
    border: 0 solid transparent;
    background: #c2a0ca;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.OtherPageButton {
    height: 30px;
    width: 245px;
    color: white;
    border: 0 solid transparent;
    behavior: url(border-radius.htc);
    border-radius: 3px;
    background-color: #55696e;
    cursor: pointer;
}

.versionInfo {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.NavigationContainer
{
    hieght:50px;
    padding-top:10px;
}