@charset "utf-8";

body {

  background-image: url("../image/login.jpg") ;
  background-color: #0c74cc;
  background-position: center;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
  -webkit-appearance: none;
}

p {
  line-height: 1.5em;
}

after { clear: both; }

#authentification{
  float: right;
  width:35%;
  height:calc(100vh - 100px);
  max-height:calc(100vh - 100px);
}

#login {
  margin: 20px auto;
  width: 320px;
  border-radius:10px 10px 10px 50px;
  border:1px solid #383C37;
  -webkit-box-shadow: -1px 3px 17px 7px #0B0838;
  box-shadow: -1px 3px 17px 7px #0B0838;
}

#login form {
  margin: auto;
  padding: 0px 0px 22px 0px;
  width: 100%;
  background:white;
  min-height: 480px;
  max-height: 480px;
  border-radius:10px 10px 10px 50px;
}

#login form span {
  background-color: #363b41;
  border-radius: 3px 0px 0px 3px;
  border-right: 3px solid #434a52;
  color: #606468;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}

#login form input[type="text"] {
  background-color:#D3EECC;
  border-radius: 7px;
  color:#0A2E63;
  margin:40px 20px 5px 20px;
  padding: 0 16px;
  width: 85%;
  height: 45px;
}

#login form input[type="password"] {
  background-color: #D3EECC;
  border-radius: 7px;
  color: #0A2E63;
  padding: 0 16px;
  margin:5px 20px 5px 20px;
  width: 85%;
  height:45px;
}

#login form input[type="submit"] {
  background: #1d455b;
  border: 0;
  width: 85%;
  margin:5px 20px 5px 20px;
  height: 40px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#login form input[type="submit"]:hover {
  background: #0b5ed7;
}
.login-text{
  min-width: 100%;
  width: 100%;
  min-height:35px;
  height: 35px;
  padding: 5px;
  border-radius: 3px;
  background-image: linear-gradient(to right top, #333537, #414548, #505559, #5f666b, #6f787e);
  color: white;
  font-size:16px;
  font-weight: 900;
  text-align: center;
  vertical-align: center;
}



#header{
  min-height: 50px;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to right top, #05347a, #06468f, #0659a4, #076db9, #0a81cd);
  color: white;
  opacity:0.97;
}

#header strong{
  position: absolute;
  left:40%;
  top:15px;
  width:400px;
}
#header img{
 position: absolute;
  left: 0px;
  top:0px;
  width: 50px;
}


* {
  scrollbar-width: thin;
  scrollbar-color: #0a58ca gray ;
}

*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background:gray;
}

*::-webkit-scrollbar-thumb {
  background-color:#0a58ca;
  border-radius: 20px;
  border: 3px solid gray;
}

.foot{
  height: 35px;
  min-height: 40px;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to right top, #05347a, #06468f, #0659a4, #076db9, #0a81cd);
  padding:10px;
  position: absolute;
  bottom: 0px;
  font-size:12px !important;
}

.login-contenu{
  height:calc(100vh - 60px);
  max-height:calc(100vh - 50px);
  overflow: hidden;
  opacity: 0.98;

}

@media only screen and (max-width:700px) {
  #authentification{
    display: block;
    width: 100%;
    float: none;
    clear:both;


  }

  #login{
    width:100%;
    max-height: 250px;
  }
  #slidMybl,.cd-slider{
    display:none ;
    width:0%;
    max-width:0%;
    clear:both;
    float: none;
  }
}