/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 déc. 2020, 00:38:23
    Author     : NIATECHNOLOGIE
*/

body{
    padding: 0;
    margin:0;
    font-family:"trebuchet ms";
  
}
.main{
    position: absolute;
    height:calc(100%);
    display:flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width:100% ;
    background:#ff7f2a;
    background-size: cover;
    /*background: url('../img/ccs-bg.jpg') no-repeat;*/
        
}
#conn{
    align-items: center;
    width: 350px;
    box-shadow: 1px 0 25px rgba(0,0,0,.1);
    background: #ffffff;
    margin-top: 45px 20px 30px 20px;
    border-radius: 12px;
    box-sizing:border-box;
    padding: 15px 25px;
    overflow: hidden;
    }


 #conn div{
     margin-bottom: 15px 
 }
 #conn a{
     text-decoration: none;
     color:#ff7f2a
 }
#conn input{
  padding: 15px; 
  width: calc(100%);
  border-radius: 8px;
  border:2px solid #cccccc;
  text-align: center;
  font-size: 16x;
  box-sizing:border-box;
  outline: none;
}
#conn input:active, #conn input:focus{
     border:2px solid #338c36;
  
  }
::placeholder{
    font-size: 16px;
    color: #bdbdbd;
}
#conn input[type=submit]{
   width: calc(100%);
   color:white;
   font-size: 15px;
   padding:15px;
   border: none;
   background:#338c36 ;
}
hr.hconn {
  border: none;
  /*border-top: 1px dashed gray;*/
  margin: 20px -30px;
  border-bottom: 1px solid #dadada;
  
}
#jauge{
    position: absolute;
    margin: 0 auto;
    width:50px;
    height: 50px;
    left: 0;
    right: 0;
    top:35%;
    bottom:0;
}
.afficher_jauge{
    display: none;
}
footer{
    position: absolute;
    height:30px;
    background: white;
    bottom: 0;
    width:100%;
    text-align: center;
    line-height: 30px;
    /*border-top: 1px solid lightgray;*/
    color: gray;
    font-size: 13px;
        
}
@media screen and (max-width:402px) {
    #conn{
        width:100%;
        margin:30px 15px
        
        }
        #conn img{
            width:90%;
            height: auto;     
            }
}