﻿body {
  background-image: url(../images/bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
.login-logo {
  margin-top: 30px;
}
  .login-logo img {
    max-height: 50px;
  }
.login-text {
  color: #fff;
}
  .login-text h2 {
    font-weight: bold;
    font-size: 35px;
  }
  .login-text p {
    font-size: 16px;
    text-align: justify;
  }
.connexion {
  background-color: rgba(255,255,255,.1);
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-family: roboto;
  margin: 30px 0;
  max-width: 350px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
}
  .connexion h1 {
    font-family: roboto;
    font-size: 1.8em;
    text-align: center;
    margin-top: 0;
  }
.connexion input[type="text"], 
.connexion input[type="password"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #c0c0c0 #d9d9d9 #d9d9d9;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  font-size: 16px;
  height: 44px;
  margin-bottom: 10px;
  padding: 0 8px;
  width: 100%;
}
.connexion input[type="submit"] {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding: 8px 0;
  background-color: #262a33;
  border: 1px solid #222;
  color: #fff;
}
  .connexion input[type="submit"]:hover {
    background-color: #1b9bff;
  }
.footer-text {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
