html, body {
  height: 100%;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/cf-logo.jpg");  
  box-sizing: border-box;
 } 

 .wrapper {
  background-color: rgba(255,255,255, 0.9);
  height: 100%;
  width: 100%;
  position:fixed;
  top:0;
  bottom:0;
 }

#header {
  background-image: initial;
  background-color: #2C72AB;
  padding: 10px 0;
  height:180px;
  margin-top: 150px;
  border-top: 10px solid orange;
  justify-content: left;
  box-shadow: 0px 2px 6px;
}

#logo {
  margin-left:40px;
}

#main {
  background-color: white;
  height: 90%;
}

.container{
  width: 500px;
  box-shadow: 0px 2px 7px;
}

h3 {
  color: white;
  font-size: 29px;
  font-family:'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 30px;
  position: relative;
  top: -70px;
  width: 90%;
}

@media (max-width: 1400px) {
  h3 {
    color: white;
    font-size: 22px;
    font-family:'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 35px;
    position: relative;
    top: -70px;
  }
}

@media (max-width: 1860px) {
  h3 {
    color: white;
    font-size: 25px;
    font-family:'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 35px;
    position: relative;
    top: -70px;
  }
}

#footer {
  background-color: white;
}

.nav {
  margin-bottom: 5px;
}

.fr {
  background-position: -40px 0;
}

.en {
  background-position: 0 0;
}

.chrome {
  background-position: -47px 0;
}

.firefox {
  background-position: 0 0;
}

#login-form {
  background-color: rgba(255, 255, 255, .65);
  padding: 15px;
  padding-top: 0;
  width: 189%;
  margin-left: 40px;
}

#login-form label {
  color: #BEBEBE;
  width: 100%;
}

#submit {
  background-color: #2C72AB;
  color: white;
  margin-top: 20px;
  position: relative;
  top:10px;
  font-size: 12px !important;
}

.alert {
  border: 0;
  font-weight: bold;
  background-color: rgba(255, 255, 255, .65);
}

.logout {
  color: #c85a17;
}

.presentation {
  color: #2C72AB;
  font-size: 1.1em;
}

.presentation, #browser, #logo-form {
  display: none;
}

input.u-full-width {
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom: 1px  solid gray;
  border-radius: 0 !important;
  max-width: 100%;
}

input.u-full-width:enabled {
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom: 1px  solid gray;
  border-radius: 0 !important;
  max-width: 100%;
}

img:not(#logo) {
  height:100%;
  width:145px;
  margin-left: 185%;
  position: relative;
  top: -60px;
}

.u-pull-right:not(.send-email) {
  font-style: italic !important;
  font-weight: bold;
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif;
  color: #BEBEBE;
  position: relative;
  width: 360px;
}

.u-pull-right, .clean-href {
  float: left;
  position: static !important;
}

.clean-href:not(#text) {
  text-decoration: none;
  display: block;
  color: #2C72AB;
  margin-right: 15px;
}

div > div > .clean-href:hover {
  color: white;
  text-decoration: none;
}

.form-input{
  margin-top: 50px;
  margin-bottom: 50px;
}

#logout-form {
  margin-left: 50px;
  width: 199%;
}

#info-block {
  width: 97%;
  font-size: 11px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  color: #BEBEBE;
  margin-left: 55px;
}

div.row > label {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #BEBEBE;
}

#email {
  width: 380px;
}

.reset-form {
  margin-left: 55px !important;
  text-align: left;
  width: 75% !important;
}

div#footer > div.six.columns {
  margin-left: 0;
}

div#footer > div.six> div.u-pull-right{
  left: 50px;
  position: relative;
}