﻿.identifiant {
    width: 20%;
    margin-top: 60px;
    color: #ba181b;
    font-size: 0.8em;
    font-family: "Segoe UI";
    font-weight: 400;
    border: solid 1px #ba181b;
    border-radius: 4px;
}

.forgot {
    width:40%;
}

.connecter {
    width: 20%;
    height: 57px;
    margin-top: 30px;
    border-radius: 4px;
    border: 1px solid #e5383b;
    background-color: #e5383b;
    color: #FFFFFF;
    font-size: 0.8em;
    font-family: "Segoe UI";
    font-weight: 400;
}

.connecteraccueil {
    width: 10%;
    height: 57px;
    border-radius: 4px;
    border: 1px solid #e5383b;
    background-color: #e5383b;
    color: #FFFFFF;
    font-size: 0.8em;
    font-family: "Segoe UI";
    font-weight: 400;
    margin-bottom: 30px;
}

.hlforgot {
    margin-top:20px;
    background-color: transparent;
    border-style: none;
    font-family: "Segoe UI";
    font-size: 0.8em;
    color: #888888;
}

.devinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    padding: 10px 5%;
    margin: 0;
    background-color: #f3f3f3;
    border-bottom: 1px solid #f0f0f0;
}

.powered{
    margin:0px;
    font-size:0.4em;
}