﻿.backgroundConnection {
    background: #F8F8FF;
}


.connexionBox {
    width: 380px;
    height: 317px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    box-shadow: 0px 2px 4px -2px rgba(2, 0, 54, 0.06);
    box-shadow: 0px 4px 8px -2px rgba(2, 0, 54, 0.1);
}

.connexionBoxImage {
    width: 25vw;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -730px;
    right: 0;
    margin: auto;
}

#connexionMainContent > div > div:nth-child(1) {
    background-color: #232d4b !important
}

#connexionMainContent > div > div:nth-child(2) {
    background-color: #1E0087 !important
}

#connexionMainContent {
    background-color: #232d4b !important
}

#Identifiant {
    border-color: #646386 !important
}

#Password {
    border-color: #646386 !important
}

#gficon {
    background-color: #192352 !important;
}

#hlConnexion {
    font-size: 16px;
    font-family: PoppinsBold;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    border: 0px;
    padding: 6px 104px;
    background: rgba(30, 0, 135, 1);
    width: 346px;
    border-radius: 4px;
}

    #hlConnexion:hover {
        background-color: #FF38BC;
    }

    .motDePasseOublié:hover {
        color: #FF38BC !important;
    }

.projectTitle {
    color: #020036;
    text-align: left;
    font-size: 1.8em;
    font-weight: 900;
    position: relative;
}

.gfiWhiteAccueil {
    background: url("~/Content/Images/favicon.ico") no-repeat;
    margin-left: 15px !important;
    margin-top: 3px !important;
}


#errorMainContent {
    background-color: #020036 !important;
}
.leftPanel {
    background: #FFF !important
}