﻿div#main.main,
br {
    display: none;
}

.mainContent {
    height: 100%;
    background: url('../Images/bg/bg_login.jpg') no-repeat scroll center center #fff;
    background-size: cover;
}

#navPanel.navigationPanel {
    background: /*#fff*/ transparent;
    overflow: visible;
    text-align: center;
    /*box-shadow: 0px 9px 0 #576ca3;*/
}

    #navPanel.navigationPanel .leftblocklogo {
        /*display:inline-block !important;*/
        position: relative;
        width: 200px;
        height: 100px;
        background: url('../Images/logo_FMAN.svg') no-repeat scroll center center #fff;
        background-size: auto 50px;
        /*box-shadow: 0px 9px 0 #576ca3;*/
        z-index: 2;
    }
/*
#navPanel.navigationPanel .leftblocklogo:before
{
    content:"";
    display:inline-block;
    position:absolute;
    top:0px;
    left:-100px;
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-left: 100px solid transparent;
}

#navPanel.navigationPanel .leftblocklogo:after
{
    content:"";
    display:inline-block;
    position:absolute;
    top:0px;
    right:-100px;
    width: 0;
    height: 0;
    border-top: 100px solid #fff;
    border-right: 100px solid transparent;
}*/

/*#navPanel.navigationPanel .leftblock
{
    position: absolute;
    display: inline-block;
    width: 204px;
    height: 60px;
    clear: both;
    left: calc(50% - 102px);
    top: 49px;
    background: #576ca3;
    z-index: 1;
}

#navPanel.navigationPanel .leftblock:before
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -60px;
    width: 0;
    height: 0;
    border-top: 60px solid #576ca3;
    border-left: 60px solid transparent;
}

#navPanel.navigationPanel .leftblock:after
{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -60px;
    width: 0;
    height: 0;
    border-top: 60px solid #576ca3;
    border-right: 60px solid transparent;
}*/

#content.content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_content,
.loginout_content {
    display: inline-block;
    width: 500px;
    background: #fff;
    margin-top: -50px;
}

.userField,
.passwordField {
    display: inline-block;
    width: 100%;
    padding: 0px 50px 20px 50px;
}

.userLabel,
.passwordLabel {
    display: inline-block;
    float: left;
    font-weight: 700;
    width: 90px;
}

.userInput,
.passwordInput {
    float: right;
    width: calc(100% - 90px);
    padding: 0px !important;
    position: relative;
}

input {
    border: 1px solid #2c2c40;
    padding: 3px 3px 3px 25px;
    min-height: 25px;
    font-size: 14px;
    width: 100%;
    margin: 0px !important;
}

label {
    min-height: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.passwordField {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

h1 {
    color: #576ca3;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 20px;
    position: relative;
    margin: 0px;
}

    h1:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0;
        height: 0;
        border-top: 60px solid #576ca3;
        border-right: 60px solid transparent;
    }

.userInput > span,
.passwordInput > span {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 23px solid red;
    border-right: 23px solid transparent;
    font-size: 0px;
}

#zaloguj {
    padding: 20px 0px;
}

    #zaloguj a em {
        text-decoration: none;
        font-style: normal;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #576ca3;
        line-height: 35px;
        height: 35px;
        padding: 0px 15px;
    }

.RemainderDiv {
    position: relative;
    overflow: visible;
    height: 0px;
    width: 100%;
}

    .RemainderDiv a {
        text-decoration: none;
        font-style: normal;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #576ca3;
        background: rgba(0,0,0,0.1);
        line-height: 35px;
        height: 35px;
        padding: 0px 15px;
        position: absolute;
        right: 50px;
        top: -55px;
    }

        .RemainderDiv a:hover {
            background: rgba(0,0,0,0.05);
        }

.important {
    color: Red;
    text-align: left;
    padding: 0px 0px 20px 140px;
    font-size: 14px;
    font-weight: 700;
    background: url('../Images/ico/ico_warning_red.svg') no-repeat scroll 115px 0px transparent;
    background-size: auto 16px;
}

.loginout_content p {
    display: inline-block;
    width: 100%;
    padding: 0px 50px 20px 50px;
    text-align: center;
    font-size: 0px;
}

    .loginout_content p span {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .loginout_content p a {
        text-decoration: none;
        font-style: normal;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #576ca3;
        line-height: 35px;
        height: 35px;
        padding: 0px 15px;
    }

/*Reset password*/

.ReminderPopUpPanel .phoneNumberContent,
.ReminderPopUpPanel .emailContent {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.ReminderPopUpPanel .emailContent {
    padding-top: 10px;
}

    .ReminderPopUpPanel .phoneNumberContent label,
    .ReminderPopUpPanel .emailContent label {
        min-width: 90px
    }

    .ReminderPopUpPanel .phoneNumberContent input,
    .ReminderPopUpPanel .emailContent input {
        width: auto;
        max-width: calc(100% - 90px);
        flex-grow: 1;
    }

    .ReminderPopUpPanel .emailContent span:last-of-type {
        min-width: 100%;
        padding-left: 90px;
        padding-top: 10px;
    }

    .ReminderPopUpPanel .phoneNumberContent span.validator,
    .ReminderPopUpPanel .emailContent span.validator {
        position: relative;
        left: -95px;
        width: 2px;
        overflow: visible;
        white-space: nowrap;
    }

        .ReminderPopUpPanel .phoneNumberContent span.validator:after,
        .ReminderPopUpPanel .emailContent span.validator:after {
            content: 'Pole wymagane';
        }

.ReminderPopUpPanel .ModalContent {
    top: 0px;
}
/*====================================================================================================================================================================================
Style logowania dla Porsche
======================================================================================================================================================================================*/
.loginout_content p a {
    background: #990000;
}

    .loginout_content p a:hover {
        background: #CC0000;
    }

.loginbox h1 {
    color: #990000;
}

h1:before {
    border-top: 60px solid #333333;
}

.mainContent {
    height: 100%;
    background: url('../ImagesOverride/ImagesPorshe/porsche_logout.jpg') no-repeat scroll left top #fff;
    background-size: cover;
}

#footer.footer {
    background: #333333;
}

#zaloguj a em {
    background: #990000;
}

    #zaloguj a em:hover {
        background: #CC0000;
    }

.RemainderDiv a {
    color: #333333;
}

h1 {
    color: #990000 !important;
}

    h1:before {
        border-top: 60px solid #990000 !important;
    }

#zaloguj a em {
    background: #990000;
}

.loginout_content p a {
    background: #990000;
}
/*====================================================================================================================================================================================
Resetuj Hasło
======================================================================================================================================================================================*/

html .login_content .loginbox .ReminderPopUpPanel {
    min-height: 294px;
}

html .login_content .loginbox .QuestionPanel {
    z-index: 10001 !important;
    min-height: 294px;
}

html .login_content .loginbox .QuestionPanel {
    padding: 10px 5px;
}

html .login_content .loginbox .QuestionPanel .ModalContent {
    min-height: 158px;
}

html .login_content .loginbox .QuestionPanel .ModalContent span {
    color: red;
    font-size: 14px;
}

html .login_content .loginbox .QuestionPanel .ModalButtonsDiv {
   padding: 10px 5px;
}
