body {
    background-color: #85B5D5;
    background-image: url("../images/AVP.gif");
    background-position: top;
    background-repeat: no-repeat;
  }
  .box {
    border: 1px solid #c4c4c4;
    padding: 30px 25px 10px 25px;
    background: #0564a3;
    margin: 30px auto;
    width: 360px;
  }
  .mdpoublie {
    color: white;
    margin-bottom: 25px;
  }
  h1.box-logo a {
    text-decoration:none;
  }
  h1.box-title {
    color: #1a1818;
    background: #f8f8f8;
    font-weight: 300;
    padding: 15px 25px;
    line-height: 30px;
    font-size: 25px;
    text-align:center;
    margin: -27px -26px 26px;
  }
  .box-button {
    border-radius: 5px;
    background: #012741;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    width: 100%;
    height: 51px;
    padding: 0;
    margin-top: 25px;
    color: #fff;
    border: 0;
    outline:0;
  }
  .box-register
  {
    text-align:center;
    margin-bottom:0px;
  }
  .box-register a
  {
    text-decoration:none;
    font-size:12px;
    color:#666;
  }
  .box-input {
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding-left:10px;
    border-radius: 5px;
    width: 347px;
    height: 50px;
  }
  .box-input:focus {
      outline: none;
      border-color:#5c7186;
  }
  .sucess{
    text-align: center;
    color: white;
  }
  .sucess a {
    text-decoration: none;
    color: #58aef7;
  }
  p.errorMessage {
      background-color: #e66262;
      border: #AA4502 1px solid;
      padding: 5px 10px;
      color: #FFFFFF;
      border-radius: 3px;
  }
  .body_mdpoublie {
    border: 1px solid #c4c4c4;
    padding: 30px 25px 10px 25px;
    background: #0564a3;
    margin: 30px auto;
    width: 660px;
    height: 200px;
  }

  .titre {
    position: absolute;
    left: 450px;
    top: 40px;
    color: white;
    font-weight: bolder;
  }

  .lbutil {
    position: absolute;
    left: 450px;
    top: 80px;
    color: white;
  }
  .username {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 220px;
    height: 20px;
  }

  .lbpwd {
    position: absolute;
    left: 450px;
    top: 110px;
    color: white;
  }
  
  .pwd {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 220px;
    height: 20px;
  }

  .lbcfpwd {
    position: absolute;
    left: 450px;
    top: 140px;
    color: white;
  }
  
  .cfpwd {
    position: absolute;
    left: 230px;
    top: 0px;
    width: 220px;
    height: 20px;
  }

  .topbutton {
    position: absolute;
    top: 210px;
    left: 450px;
  }