/*
body {
    background-image: url("../images/testblurbackground.png");
}
 */
/*
#backgroundImg {
    height: 100vh;
    position: absolute;
    background-image: url("../images/testblurbackground.png");
    width: 100%;
    transition: all 6s ease-in-out;
    animation: Scaling 30s ease-in infinite;
}

@keyframes Scaling {
    0% { transform: scale(1)}
    50% { transform: scale(1.25)}
    100% { transform: scale(1)}
}
*/
#divConnection {
    text-align: center;
}

.errorMessage {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.divLogoEntreprise {
    text-align: center;
}

.divFormConnexion {
    margin-top: 15px;
    background: var(--bg-color-bandeau-menu);
    text-align: center;
    padding: 15px;
}

.divFormConnexion input[type='text'],
.divFormConnexion input[type='password'] {
    padding-left: 5px;
    margin: 10px auto;
    border: none;
    background: rgb(166, 166, 166);
    color: white;
    border-radius: 10px;
    width: 100%;
}

.labelPass {
    color: white;
    font-size: 18px;
}

.buttonSubmitCo {
    background: var(--bg-color-menu);
    margin-top: 5px;
    padding: 0 30px;
    font-size: 20px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
