﻿
html {
    background: url('/KLLPSMARKTheme/img/DesktopLoginBackground.png?5152') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
    background-color: transparent;
}

.LoginContainer
{   
    min-width: 450px;
    width:33%;
    max-width: 550px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.95);
    box-shadow: inset 0 10px 0 0 #DA2128;
    margin-top: 0;
    margin-left: 0;
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
    padding:40px 40px 20px 40px;
}

.AppNameContainer
{
    padding:15px 0px;
}

.AppNameContainer__PSMARK {
    color: #575756;
    font-size: 27px;
    text-transform: uppercase;
    font-family: "Ubuntu";
}

.EnvNameContainer{
    padding:5px 0px;
}

.EnvNameContainer__Env
{   
    height: 20px;
    width: 38px;
    color: #575756;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.LoginContainer__Box
{
    width:320px;
}

.LoginContainer__Form__Label
{
    color:#575756 !important;
    font-size: 14px;
}

.LoginContainer__Form__Button
{
    height: 80px;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.LoginContainer__Form__Input
{
    height: 40px !important;
}

.LoginContainer__Footer
{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    color: white;
    text-align: left;
    box-shadow: none;
    padding-left: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
}

.LoginContainer__Logo
{
    width: 65%;
}

.LoginContainer input[type="submit"]
{
    background-color: #DA2128 !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

.Login a, .Login a:link, .Login a:visited
{
    color: #601228 !important;
    font-size:14px;
    font-weight: 400 !important;
}

.LoginContainer__Title{
    color: #575756;
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 16px;
}

.LoginContainer__Form
{
    padding: 0px;
    margin-top: 20px;
}

.LoginContainer_ButtonSecondary{
    color: black;
}