html {
    background-image: URL(../img/fond_blanc_transparent.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-color: rgb(49, 49, 49);
    font: 14px/20px 'Arial', Tahoma, Verdana, sans-serif;
}

#logo {
    margin-top: 10px;
    margin-left: 3px;
    height: 40px;
    width: 100px;
}

#diviseur {
    margin-top: 3px;
    height: 20px;
    width: 100%;
}

.date {
    font-family: 'Arial', Tahoma, Verdana, sans-serif;
    font-size: 12px;
    position: absolute;
    margin-top: -36px;
    margin-left: 110px;
    color: rgb(56, 57, 57);
}

.header {
    height: 60px;
    background-color: white;
}

#credit {
    position: absolute;
    bottom: -15px;
    right: 10px;
    font-family: 'Arial', Tahoma, Verdana, sans-serif;
    font-size: 18px;
    color: rgb(81, 81, 81);
    z-index: -1;
}

h1 {
    text-align: center;
    position: fixed;
    margin-top: -30px;
    color: white;
    font-family: Arial;
    font-size: 18px;
    width: 400px;
}

.login {
    border: 15px solid rgb(99, 97, 99);
    border-top-width: 45px;
    border-radius: 10px;
    background-color: white;
    margin-left: 37.5%;
    margin-right: 37.5%;
    margin-top: 15%;
    height: auto;
    width: 400px;
}

.m-input {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-left: 40px;
}

input[type="mail"] {
    height: 34px;
    margin-left: 5px;
    width: 192px;
    padding-left: 2.5px;
}

label {
    color: rgb(56, 57, 57);
    font-size: 20px;
    font-weight: bold;
}

button {
    margin-left: 20px;
    height: 29px;
    width: 90%;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #B5B2B5;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 5px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}