﻿html 
{
    background: url(../../Images/Layout/DealerPakietow/bg_login.png) no-repeat scroll 2vw calc(70vh - 40px) transparent;
    height: 100vh;
    background-size: auto 30vh;
    overflow:auto;
    font-family: 'Open Sans', sans-serif;
}

body
{
    background:transparent;
    overflow:auto;
}

body.LoginPage div.main {
    max-width: 953px;
    width: 100%;
}

html #main.main,
html #navPanel.navigationPanel
{
    display:none;
}

#footer.footer #footer_left_logo
{
    display:block;
}

#footer.footer #footer_left_logo:before {
    content:"Created by Alliance Technology Polska";
    display:inline-block;
    color: #ffffff;
}

body.LoginPage .content,
body.LoginPage .content .content
{
    background: transparent;
    margin: 0px auto;
    padding: 0px;
    width: auto;
    float: none;
    text-align:center;
}

body.LoginPage .content .content
{
    padding-top:30vh;
    background:url("../../Images/Layout/DealerPakietow/WTW_logo_2022.svg") scroll no-repeat left 12vh transparent;
    background-size:/*611px*/300px auto;
}

body.LoginPage .loginbox input
{
    height: 35px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.2) !important;
    padding: 0px 8px;
    background:none !important;
    width: 100% !important;
}

.passwordcatcher,
.usernamecatcher
{
    display:none;
}

.LoginInput a em{
    border:none;
    color:#ffffff !important;
    background: linear-gradient(180deg, rgba(113,25,132,0.85) 0%, rgba(113,25,132,1) 100%);
    box-shadow:0px 2px 5px 0px rgb(0,0,0,0.2);
    height: 35px;
    border-radius: 8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:174px;
    margin-top:30px;
    margin-bottom:20px;
}

.LoginInput a em:hover
{
    background: linear-gradient(180deg, rgba(57,11,67,0.85) 0%, rgba(57,11,67,1) 100%);
}

html table.standardtable td, html table.standardtable th
{
    font-size:14px;
}

html .RemainderDiv a
{
    color:rgba(165,165,165,0.7);
    position: absolute;
    bottom: 100px;
    right: 5px;
}

html body.LoginPage .loginbox,
html body.Logout .loginbox
{
    float:none;
    width:280px;
    margin:auto;
    position:relative;
}

table
{
    width:100%;
}

.userLabel,
.passwordLabel
{
    text-align:left;
}

body.LoginPage .loginbox label
{
    margin:0px 0px 0px 0px;
    padding-bottom:5px;
    display:inline-block;
}

.passwordField,
.userField
{
    position:relative;
}

body.LoginPage .loginbox span
{
    position:absolute;
    top: 36px;
    right:8px;
    font-family: 'Open Sans', sans-serif;
}

html body.LoginPage .loginbox h1,
html body.Logout .loginbox h1
{
    text-align:center;
    font-weight:400;
    color:#424242;
    margin:0px 0px 20px 0px;
    padding:0px;
    font-size:22px;
    display: inline-flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

html body.LoginPage .loginbox h1:before,
html body.Logout .loginbox h1:before
{
    background:url("../../Images/Layout/DealerPakietow/ico/Icon ionic_ios_log_in.svg") no-repeat scroll center center transparent;
    filter: invert(18%) sepia(47%) saturate(3371%) hue-rotate(272deg) brightness(91%) contrast(105%);
    background-size:contain;
    content:'';
    display:inline-block;
    width:21px;
    height:21px;
    margin:0px 10px 0px 0px;
}

html div.important,html span.important {
    color: #920a0a;
    font-weight: bold;
    font-size: 11px;
    background-image: none;
    background-repeat: no-repeat;
    height: 30px;
    padding: 0px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

html body.Logout .loginbox h1, html body.Logout .loginbox p
{
    float:none;
    display:inline-block;
    margin:0px;
    line-height:normal;
    padding:0px;
    font-family: 'Open Sans', sans-serif;
}

 html body.Logout .loginbox p
 {
     padding:30px 20px 0px 20px;
 }

html body.Logout .loginbox span
{
    position:static;
}

.topLeftMenuLogoTestMessage
{
    display:none;
}

.testEnviromentText {
    border-bottom: 1px solid #fff;
    color: #ffae00;
    display: none;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: -8px;
    text-transform: uppercase;
    width: auto;
}

    .testEnviromentText.visible {
        display: inline-block;
    }