 /* PAGE LOG */

 @font-face{
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face{
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face{
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face{
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face{
  font-family: "Roboto-Black";
  src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url(../fonts/Roboto-BoldItalic.ttf);
}
 body {
	margin: 0;
	padding: 0;
	background: url("../img/bg-login.jpg") center center no-repeat;
	background-attachment: fixed;


}
/* .container-log{
    height: 100vh;
  } */
  .back-log-image{
    height: 100vh;
    max-width: 100%;
   
  }
  .form-login{
  text-align: center;
  margin-top:20vh;
  background-color: white;
    width: 630px;
    height: 557px;
   
  }
  .logo_sio_color{
    width:214px;
    height: 58px;
  }
  
  .Service-text, .ope-text{
    font-family: "Roboto-Black";
    font-size:22px;
    color:#06795F;
  }
  .information-text{
    font-family: "Roboto-Black";
    font-size:22px;
    color:#E3470D;
  }
  
  .form-login-property{
    height:50px;
    width:290px;
    font-family:"Roboto-Light";
    font-size:16px;
    color:#8D8B89;
  
  }
  .login-check{
    padding-left:13em;
    width: 48%;
  }
  .check-text {
    font-family: "Roboto-Light";
    font-size:13px;
  }
  .text-login-forgetPassword{
    color: #15274B;
    font-family: "Roboto-Light";
    font-size:11px;
    margin-right: 1em;
  }
  #connexion-btn{
    background-color: #16284C;
    height:39px;
    width:auto;
    font-family: "Roboto-Medium";
    font-size:15px;
  
  }
  .logo_sio_color{
    width:138px;
    height:42px;
  }
  .login-footer{
    /* width:100vh; */
    /* margin-top:170px; */
    margin-top: 800px;
  }
  
  .login-foot{
    font-family: "Roboto-Light";
    font-size:9px;
  }
  .footer-position{
    margin-top: 75px;
    position:sticky;
    text-align: center;
  } 
  #formPassword{
    
  
  } 
 
   
