:root {
  /* Colors */
  --almost-white: #F5F7F8;
  --almost-black: #273445;
  --red: #FC4C44;
  --grey: #68778C;
  --bright-grey: #C9C9C9;
  --shadow-color: #EAEDEF;
  --boxes-background: #FFF;
  --blue-purple :#5651b6;
  --light-blue-purple: #837CD0;
  --orange: #ff925a;
  --pink: #f74668;

  /* Lengths */
  --menu-width: 250px;
  --menu-padding: 30px;
  --content-padding: 2.5vh;
  --default-button-height: 40px;
  --default-small-button-height: 30px;

  /* Borders */
  --default-border: solid 1px var(--shadow-color);
  --default-shadow: 0 2px 4px 0 rgba(234, 237, 239, 0.5);
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("roboto.ttf") format('truetype');
}

@font-face {
    font-family: "Gotham rounded";
    font-weight: bold;
    src: url("GothamRounded-Bold.otf");
}

html {
    height: 100%;
}

body {
	margin: 0px;
	overflow-x: hidden;
    height: 100%;
	background-color: var(--almost-white);
	font-family: Roboto;
    
}
/*pour firefox*/
html {
  scrollbar-color: #5651b6 rgba(0,0,0,.3);
  scrollbar-width: 1em;
}

.login_background{     
   /* background-image: linear-gradient(334deg, rgb(206, 212, 218) 0%, rgb(123, 132, 141) 40%, rgb(25,40,55) 100%); */
   background-image: linear-gradient(334deg, rgb(206, 212, 218) 0%, rgb(123, 132, 141) 20%, rgb(60,77,96) 70%, rgb(25,40,55) 100%);
   width:62.5vw;
   height:100%;
   position:absolute;
}
.logo {
  position: absolute;
  top: 14vh;
  height: 48vh;
  transform: translate(-15%, 0px);
}
.logo_cognimove {
  position: absolute;
  right: 14vh;
  bottom: 24vh;
  height: 10vh;
}
.text_cognimove {
  position: absolute;
  height: 8vh;
  bottom: 14vh;
  right: 14vh;
}
.text_cognidis {
  position: absolute;
  height: 5vh;
  bottom: 5vh;
  transform: translate(15%)
}
.text_version {
  position: absolute;
  height: 1vh;
  bottom: 2vh;
  font-size: 1.5vh;
  color: var(--bs-gray-700);
  transform: translate(10%)
}
.div_login{
    flex-direction: column;
    justify-content: center;
    display: flex;
    background-color:white;
    width:37.5vw;
    height:100vh;
    position:absolute;
    top:0;
    right:0;
}
.cognimove_title {
  display:none;
}
.login_title {
  line-height: 1.5em;
  padding-left: 20%;
  padding-right: 20%;
  display: block;
  font-size: 2.5em;
  text-align: center;
  color: var(--bs-gray-600);
  font-family: "Gotham rounded";
  margin: 0 0 12.5vh 0;
}
.message {
  padding-left: 20%;
  padding-right: 20%;
  color: var(--pink);
  font-size: 1.2em;
  margin-bottom: 2vh;
}
.input_login{
  width:100%;
  height:50px;
  border : none;
  border-bottom: solid 1px black;
  padding:0.9em 0px 0.9em 0px;
  box-sizing:border-box;
  font-size: 1.2em;
  line-height: 23px;
  background-color:white;
  color:black;
}
.input_login:focus{
    outline: none;
}
input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.input_label{
  line-height: 30px;
  display: block;
  font-size: 1.2em;
  color: var(--bs-gray-600);
  font-family: "Gotham rounded";
}
input::placeholder {
  font-size: 1.2em;
  line-height: 23px;
  color: var(--bright-grey);
}

.input_div{
    padding-left:20%;
    padding-right:20%;
    margin-bottom: 5vh;
}
.div_apply{
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}
.apply_button{
    --height: 50px;
    box-shadow: var(--default-shadow);
    height: var(--height);
    line-height: var(--height);
    border: none;
    border-radius: calc(var(--height) / 2);
    cursor: pointer;
    width: 50%;
    font-size: 1.2em;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
    /* background: linear-gradient(30deg, rgba(208,126,167,0.6012605725884104) 0%, rgba(133,51,120,0.5312325613839286) 40%, rgba(108,1,108,0.6572829815519958) 100%);*/ 
    /* background: linear-gradient(32deg, rgba(201,182,192,1) 0%, rgba(171,131,165,1) 40%, rgba(124,108,124,1) 100%) */
    background: linear-gradient(32deg, rgb(206, 212, 218) 0%, rgb(123, 132, 141) 60%, rgb(64,82,101) 100%);
    font-family: "Gotham rounded";
    padding: 0px;
    display: initial;
}
.check_label{
  cursor: pointer;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
 /* text-align: right;*/
  margin-left : 8px;
  margin-bottom: 2px;
  position:relative;
  /*display:block;
  position:relative;
  padding-left:35px;*/
  color: var(--bs-gray-600);
}
.check{
 position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark{
  float:left;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 3px;
  background-color: white;
  border: solid 2px var(--bright-grey);
  /*position:absolute;
  top:0;
  right:0;*/
}
/* On mouse-over, add a grey background color */
.check_label:hover input ~ .checkmark {
  background-color: var(--almost-white);
}

/* When the checkbox is checked, add a blue background */
.check_label input:checked ~ .checkmark {
  background-color: var(--bs-gray-400);
  border: solid 2px var(--bs-gray-600);
  border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_label .checkmark:after {
  left: -22px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.password{
  float:right;
  font-size: 0.9em;
  line-height: 1.75;
  color: var(--bs-gray-600);
}

@media only screen and (max-width: 1350px) {
  .login_background{ 
      display: none;
    }
    .div_login{
      width:100vw;
    }
    .login_title {
      display: none;
    }
    .cognimove_title {
      display: block;
      width: 40%;
      height: auto;
      padding-left: 30%;
      padding-right: 30%;
      margin: 0 0 12.5vh 0;
      box-sizing: content-box;
    }
}