﻿body {
}

div#menuident {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 300px;
    height: 250px;
    background-color: #988B86;
    font-family: Arial, "Times New Roman", Times, serif;
    border-color: #988B86;
    border-width: 1px;
    border-style: solid;
    border-top-style: none;
}

.titre {
    margin-top: 10px;
    height: 40px;
    background-color: #0083C3;
    font-size: 15px;
    font-style: italic;
    color: white;
    display: flex;
    align-items: center;
}

    .titre > label {
        padding-left: 40px;
        text-align: center;
    }

.logins {
    margin-top: 15px;
    background-color: white;
    font-size: 13px;
    font-weight: bold;
    height:120px;
}

    .logins > div {
        padding-top: 5px;
    }

        .logins > div > label {
            float: left;
            text-align: left;
            display: inline-block;
            width: 30%;
            margin-left: 5px;
        }

        .logins > div > input {
            width: 60%;
        }

.w50 {
    padding-top: 10px;
    width: 40%;
    float: left;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin-left: 5px;
}

.information {
    border-width: 1px;
    border-style: solid;
    border-top-style: none;
}

.boutonValider {
    width: 50%;
    padding-bottom: 10px;
}
.logins > div > .labelErreur {
    color: red;
    width: 300px;
    font-size:10px;
}