﻿body {
    text-align: center !important;
    font-family: 'Segoe UI';
    background-image: url("/Content/images/connexion-bg-xs.jpeg");
    background-position: right;
    background-size: 100% 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.titleLogOn {
    font-weight: normal;
    font-size: 2.3em;
    letter-spacing: .2em;
    line-height: 1.1em;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 28px;
    color: rgb(51, 51, 51);
}

@media screen and (max-width: 640px) {
    .blocConnexion {
        width: 24rem;
        background-color: rgba(255, 255, 255, 0.8);
        /*height: 100%;*/
        margin-right: auto;
        margin-left: auto;
        border-radius: 6px;
    }

    .bottomConnexion {
        color: black;
        /*position: absolute;
        bottom: 0;*/
        width: 100%;
        padding: 50px 0 50px 0;
        text-align: center;
        /*         background-color: #3e75c1; */
    }
}

@media screen and (min-width: 640px) {
    .blocConnexion {
        width: 24rem;
        background-color: rgba(255, 255, 255, 0.8);
        /*height: 100%;*/
        margin-right: auto;
        margin-left: auto;
        border-radius: 6px;
    }

    .bottomConnexion {
        color: black;
        /*position: absolute;
        bottom: 0;*/
        /*width: 39%;*/
        padding: 50px 0 50px 0;
        text-align: center;
        /*   background-color: #3e75c1; */
    }
}

@media (min-width:1918px), (min-height: 1080px) {

    body {
        background-image: url("/Content/images/connexion-bg.jpeg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}


.formConnexion {
    width: 370px;
    text-align: left;
    transform: translateX(-50%);
    margin: 11px 0px 3px 50%;
}

.connexion {
    /*   border: 1px solid #e3e3e3;*/
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    height: 260px;
    /*  padding: 5px 0 0 17px; */
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
