﻿
* {
    margin: 0;
    font-family: sans-serif;
}


.form-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .form-control > *:first-child {
        margin-bottom: 5px;
    }


.container-fluid {
    background-color: rgba(255,255,255,0.9);
    border-radius: 8px;
    width: 30%;
    padding: 50px;
    min-width: 275px;
    display: flex;
    flex-direction: column;
}

.soustitre {
    margin-bottom: 30px;
    text-align: center;
}

h1 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.3em;
}

.button.button-valid.button-connect {
    padding: 15px;
    font-size: 1rem;
    margin-top: 20px;
}

#UserID, #Password {
    padding: 10px;
    font-size: 1em;
}


.main-wrapper {
    background: url("../../Images/loginBackground.jpg") fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

html, body {
    overflow-x: hidden;
}

.logoLogin{
    width: 250px;
    height: auto;
    margin: auto;
}
