﻿body {
    /*background-image: url('../Images/cover.png');*/
    background-image: url('../Images/background_jpg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
#Logon_UPHeader{
    display:none;
}
.LogonContentWidth{
    width:700px;
}
.LogonTemplate {
    top:30%;
    left:50%;
}

.CardGroupContent {
    background-color: transparent !important;
}
.LogonTemplate .LogonContent {
    padding: 0 !important;
    border-radius: 20px;
    background-image:url('../Images/login_bg.png');
    background-size:cover;
    background-color:transparent;
    position:relative
}
.firstEditorContainer {
    float: left;
    width: 350px !important;
    margin-left: 60px;
    margin-top: 40px;
    background-image: url('../Images/login_ilu.png');
    background-size: 300px 250px;
    background-repeat: no-repeat;
    background-position: center;
    height:450px;
}
    .firstEditorContainer table{
        display:none;
    }
    .lastEditorContainer {
        float: left;
        width: 200px !important;
        margin-top:100px;
        margin-left:10px;
        padding:10px;
    }
#Logon_UPPopupActions {
    position: absolute;
    top: 320px;
    left: 450px;
}
.LogonMainTable {
    border: none;
    margin: auto;
    float: right;
}
td.CardGroupContent .Item span.StaticText {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #1b538b;
}
    td.CardGroupContent .Item span.StaticText::after {
        font-weight: normal;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        content: "\A login to your account";
        color: #1b538b;
        white-space:pre-wrap;
    }
td.CardGroupContent .Item{
    text-align:center;
}
td.Caption {
    display: none;
}
.LogonTemplate:nth-child(3){
    position:inherit !important;
    background-color:#000;
}
.WebEditorCell table{
    border:none;
}
.WebEditorCell table .dxic {
    padding:0 !important;
}
    .WebEditorCell table .dxic input {
        padding:10px 0 !important;
        border-bottom: 2px solid #1b538b !important;
    }
.LogonItemClassCSS{
    padding:0 !important;
}
.menuButtons_XafTheme .dxm-item {
    border-radius: 25px !important;
}
table.ErrorMessage {
    position: absolute;
    top: -20px;
    z-index: 999;
}
