﻿
.login-body {
    background-image: url('../Images/bg-login.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#headerTableDiv {
    height: 100px;
}

#headerTable {
    background-color: transparent;
}

.loginHeader {
    left: 0;
    right: 0;
}

/*    .loginHeader p {
        font-size: 26px;
        font-family: 'Comic Sans MS';
        margin: 10px 0 0 10px;
        color: #4a4a4a;
    }*/

.login-banner-left {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    background-image: url("../Images/mirilla-logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 80px;
}

.login-banner-right {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    background: url("../Images/client.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 700px;
    height: 65px;
}


.lbl-bienvenue {
    font-size: 23px;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c86d3;
}

.lbl-accueil {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}

.CardGroupContent
{
    min-width : 330px;
}
.CardGroupContent .Item {
    padding: 0px;
}

.gap-bottom {
    padding-bottom: 30px;
    display: block;
}

.logintxtbox {
    margin: 10px 0px 10px 0px;
}

.LogonTemplate .menuButtons .dxm-item {
    background: none !important;
}

.dxm-item a.dx {
    background: #2c86d3 !important;
    color: white !important;
    font-weight: 700;
    font-size: 20px;
    border: none;
    border-radius: 25px;
    float: none;
}

#Logon_UPPopupActions, #Logon_PopupActions_Menu {
    float: none;
}

.dxm-ltr .dxm-horizontal ul.dx {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.LogonContent {
    background: rgba(255,255,255,0.75);
}
.CardGroupContent, .CardGroupContent > .Item {
    background: none;
}

.help-link {
    color: #2c86d3;
    text-decoration: underline;
    white-space: nowrap;
}

.help-link-login {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
