﻿.displayBlock{display:block;}
.height30 { height:30px; }
.MarginBottom20 { margin-bottom:20px; }
.NoPadding{padding:0px!important;}
.fontSize15{font-size:15px;}

.EnteteLogin {
    margin: 4% auto auto;
    background-color: #def3ff;
    height: 90px;
    /*background-image:url(../Images/BGLogin.png);*/
    background-repeat: no-repeat;
    width: 458px;
}
.PageLogin{
    margin:auto auto;
    border:none!important;
}
.loginForm{background-color: #def3ff; padding-bottom:20px;}

.BGviolet{
    background-color: #cc4031;
    /*background-image: linear-gradient(#3b3344, #503274);*/
    background-repeat: no-repeat;
}
label{
    color: #646464!important;
}
h1{
    margin-bottom: 20px!important;
}
.AlerteErreurLogin{
    color:#ba2a25;
    margin-top: 15px;
    margin-bottom:20px;
}
.AlerteCodeEnvoye {
    color: darkgreen;
    margin-top: 15px;
    margin-bottom: 20px;
}


.ReinitMDP a{
    color: #666666;
    cursor: pointer;
    text-transform: none;
}
.ReinitMDP a:hover{
    text-decoration:underline;
    color:#ffd112;
}

body{
  background:#161616;
  color:#888;
  font-family: 'Ubuntu Mono', sans-serif;
  text-transform:uppercase;
}
 
.box{
  width:90%;
  max-width:450px;
  height:auto;
  margin:20px auto 20px;
  background:#222;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}
 
.content{
  width:85%;
  height:auto;
  position:;
  margin:0 auto;
  padding:20px 0 30px;
  background:;
  text-align:center;
}
 
.content h1{
  font-size: 24px;
  font-weight:400;
  color:#ffd112;
  letter-spacing:0.125em;
  text-align:center;
}
 
.field{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#2c2c2c;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#ffd112;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 .fieldReinitMDP{
  width:100%;
  margin:10px auto;
  padding:2px;
  background:#2c2c2c;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#ffd112;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
::-webkit-input-placeholder{ /* WebKit browsers */
  color:#5A5A5A;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color:#5A5A5A;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
  color:#919191;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
  color:#5A5A5A;
} 
 
.btn{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#000000;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#ffd112;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
.btn:hover{
  background:#ffd112;
  color:#333;
}
.btn:active{
  background:#FACC2E;
  color:#333;
}

.divReinitMotDePasse {
    background-color: #222;
    border-radius: 7px;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.9);
    height: auto;
    margin: 20px auto;
    width: 407px;
}
.btnReinitMDP{
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #111;
    color: #ffd112;
    font-weight: 700;
    letter-spacing: 0.125em;
    margin: 10px auto;
    outline: medium none;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.btnReinitMDP:hover{
  background:#ffd112;
  color:#333;
}
.btnReinitMDP:active{
  background:#FACC2E;
  color:#333;
}
