html, body {
  min-height: 100%;
  height: 100%; }

body {
  font-family: "Open Sans";
  background-image: url(../images/fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  margin-top: 35px;
  border-top: solid 1px #363535;
  padding-top: 35px; }

.content {
  width: 100%;
  min-height: 100%; }

.center {
  float: right;
  width: 80%;
  min-width: 300px;
  padding: 10px 0px;
  padding-top: 58px;
  box-sizing: border-box;
  display: table;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: auto; }

.vertical-align {
  display: table-cell;
  vertical-align: middle; }

form {
  position: relative;
  max-width: 380px;
  width: 70%;
  background-color: #231F20;
  /*border: 1px solid black;*/
  margin: auto;
  z-index: 999;
  padding: 40px 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 75px -20px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 75px -20px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 75px -20px rgba(0, 0, 0, 0.19);
  overflow: hidden; }

.logo {
  width: 400px;
  padding-bottom: 20px; }

select, input {
  font-size: 12px;
  font-family: "Open Sans";
  -webkit-appearance: none;
  width: 100%;
  margin-top: 10px;
  padding: 15px 0px;
  outline: none;
  text-align: center;
  border: 0;
  font-size: 13px; }

select {
  padding: 13px 0px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  background: #FFF;
  color: #a4a4a4;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: left;
  text-indent: 5px; }

label {
  position: relative;
  margin-bottom: 15px;
  display: block; }

label.select {
  margin-top: 55px;
  margin-bottom: 5px;
  height: 46px; }

label.select:after {
  content: '<>';
  font: 14px;
  font-family: monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 15px;
  top: 5px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
  width: 27px;
  height: 34px; }

label.select:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 46px;
  background: #FFF;
  position: absolute;
  pointer-events: none;
  display: block; }

form input[type="password"] {
  padding: 14px 0px;
  text-align: left;
  text-indent: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  background: #f8f8f8;
  color: #000; }

form input[type="text"] {
  padding: 14px 0px;
  text-align: left;
  text-indent: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  background: #f8f8f8;
  color: #000; }

form input[type="submit"] {
  padding: 15px 0px;
  display: inline-block;
  margin-top: 15px;
  background-color: #b20938;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0px 0px 5px 5px;
  margin-top: 5px; }

.footer {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }

.alert {
  margin-top: 10px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #faebcc; }

.copyright a {
  color: #FFF;
  text-decoration: none;
  font-weight: 600; }

.copyright a:hover {
  text-decoration: underline; }

.copyright {
  font-weight: 500;
  color: #fff;
  background-color: #231F20;
  padding: 15px;
  font-size: 13px;
  text-transform: uppercase; }
