﻿body {
    text-align: center !important;
    font-family: 'Segoe UI';
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.titleLogOn {
    font-weight: normal;
    font-size: 1.8em;
    letter-spacing: .2em;
    line-height: 1.1em;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 28px;
    color:white;
    padding-bottom: 28px;
    top: 0;
    position: absolute;
    max-width:40%;
}

.blocConnexion {
    margin-top: 2rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.title-is-3 {
    color: #4a4a4a;
    font-size: 1.8rem;
    font-family: Source Sans Pro;
    letter-spacing: 0.2rem;
    padding-top:0.5rem;
}

.title-is-4 {
    color: #4a4a4a;
    font-size: 1.6rem;
    font-family: Source Sans Pro;
    letter-spacing: 0.3rem;
    font-weight: 600;
    padding-top: 0.8rem;
}

.btn-logon {
    font-family: Source Sans Pro;
    color: white;
    border: none;
    /* box-shadow: 0px 3px 6px #5D5D5D38; */
    border-radius: 6px;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    padding: 10px 25px;
}

.btn-connexion {   
    background-color: #2C85B5;    
}

    .btn-connexion:hover {
        background-color: #0076b6;
        /* border: 2px solid #2C85B5; */
        /* border-radius: 100px; */
        color: #ffffff;
        cursor: pointer;
    }



@media screen and (max-width: 640px) {
    .blocConnexion {
        width: 24rem;
       
        /*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;
        /*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-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.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;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.leftDiv {
    width: 14%;
    float: left;
    margin-top: 4rem;
    padding-right: 30px;
}

.rightDiv {
    width: 86%;
    float: right;
    text-align: justify;
    color:#777;
    font-size:1.3em
}

