@import url("https://fonts.googleapis.com/css?family=Montserrat:wght@300;400;500;600;700&display=swap");
:root{
  font-size: 100%;
  font-size: 16px;
  line-height: 1.5;
  --bs-danger : #ff0000;
  /* --bs-danger : #C81517; */
  /* --bs-info : #343232; */
  --bs-info : #707070;
  --bs-white-gray : #D6D6D6;
  --body-color: #fff;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

body {
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  color: var(--body-color);
  background: url('../../img/PNG/login_backgound.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.calogo {
  width: 152px;
}
.calogo a{
  display: flex;
  justify-content: start;
  align-items: start;
}

.calogo a img{
  width: 152px; 
  height: 60px;
  margin: 60px 0 0 40px;
}
.form{
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 10px 0 0 0;
}
.wrapper{
  width: 420px;
  margin-right: 11%;
  background: rgba(225, 225, 225, .2);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  color: #fff;
  border-radius: 40px;
  padding: 0 1vw;
}

.wrapper h2{
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px;
}
.wrapper .h6{
  padding: 2vh 1vw; 
  font-size: 13px; 
  text-align: center;
  color: var(--body-color);
   border-radius: 30px;
  background: rgba(255, 0, 0, .4); 
   margin: 0 0 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
}
.wrapper .language{
  font-size: 10px;
  display: flex;
  justify-content: end;
  margin: 7px 35px 20px;
}

.wrapper .input-box{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 13px 0;
}
.input-box input{
  width: 60%;
  height: 30%;
  background: var(--body-color);
  text-align: center;
  border: none;
  outline: none;
  border: 2px solid var(--bs-danger);
  border-radius: 40px;
  font-size: 12px;
  color: black;
  padding: 15px 40px 15px 40px;
}
.input-box a{
 position: absolute;
 top: 5px;
 right: 7vw;
}
.input-box input::placeholder{
  color: var(--bs-info);
}

.wrapper .login-store {
  display: flex;
  justify-content: center;
  margin: 15px 0 35px;
}
.login-store  a:hover{
  cursor: pointer;
}
.login-store  a img{
  width: 100px; 
  height: 30px;
  margin: 0 10px 0 10px;
}

.wrapper .btn {
  width: 25%;
  height: 30px;
  background: var(--bs-danger);
  color: white;
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}
.wrapper .forgotten-password {
  font-size: 15px;
  text-align: center;
  margin: 20px 0 30px;
}

.forgotten-password a {
  color: var(--bs-info);
  text-decoration: none;
  font-weight: 600;
}
.forgotten-password a:hover {
  color: var(--bs-danger);
}



#splash {
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--bs-danger);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s;
    top: 0;
    left: 0;
    z-index: 10;
}

.logo {
    width: 360px;
}


#loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 40px;
    height: 40px;
    /* margin: -86px 0 0 -86px; */
    border: 3px solid #c47474;
    border-radius: 50%;
    border-top: 3px solid #fcfcfc;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /*  Add animation to "page content"  */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #loginPage {
    display: none;
  }

.connexion-image {
  background: url("../../img/app/personnalisation/img-bg-connexion.png") center no-repeat;
  background-size: cover;
  position: relative;
  width: auto;
  height: 100vh;
  
}

.connexion-form {
  background-color: white;
  display: block;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px){
  .calogo {
    width: 152px;
  }
  .calogo a{
    display: flex;
    justify-content: start;
    align-items: start;
  }
  
  .calogo a img{
    width: 152px; 
    height: 60px;
    margin: 60px 0 0 40px;
  }
  .form{
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 10px 0 0 0;
  }
  .wrapper{
    width: 420px;
    margin-right: 6%;
    background: rgba(225, 225, 225, .2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 40px;
    padding: 0 1vw;
  }
  
  .wrapper h2{
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
  }
  .wrapper .h6{
    padding: 2vh 1vw; 
    font-size: 13px; 
    text-align: center;
    color: var(--body-color);
     border-radius: 30px;
    background: rgba(255, 0, 0, .4); 
     margin: 0 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  }
  .wrapper .language{
    font-size: 10px;
    display: flex;
    justify-content: end;
    margin: 7px 35px 20px;
  }
  
  .wrapper .input-box{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 13px 0;
  }
  .input-box input{
    width: 60%;
    height: 30%;
    background: var(--body-color);
    text-align: center;
    border: none;
    outline: none;
    border: 2px solid var(--bs-danger);
    border-radius: 40px;
    font-size: 12px;
    color: black;
    padding: 15px 40px 15px 40px;
  }
  .input-box a{
   position: absolute;
   top: 5px;
   right: 9vw;
  }
  .input-box input::placeholder{
    color: var(--bs-info);
  }
  
  .wrapper .login-store {
    display: flex;
    justify-content: center;
    margin: 15px 0 35px;
  }
  .login-store  a:hover{
    cursor: pointer;
  }
  .login-store  a img{
    width: 100px; 
    height: 30px;
    margin: 0 10px 0 10px;
  }
  
  .wrapper .btn {
    width: 25%;
    height: 30px;
    background: var(--bs-danger);
    color: white;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
  }
  .wrapper .forgotten-password {
    font-size: 15px;
    text-align: center;
    margin: 20px 0 30px;
  }
  
  .forgotten-password a {
    color: var(--bs-info);
    text-decoration: none;
    font-weight: 600;
  }
  .forgotten-password a:hover {
    color: var(--bs-danger);
  }


}
@media screen and (max-width: 800px){
  .calogo {
    width: 100%;
  }
  .calogo a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .calogo a img{
    width: 152px; 
    height: 60px;
    /* margin: 60px 0 0 100px; */
  }
  .form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
  }
  .form .wrapper{
    width: 420px;
    margin-right: 0;
    background: rgba(225, 225, 225, .2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 40px;
    padding: 0 1vw;
  }
  
  .wrapper h2{
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
  }
  .wrapper .h6{
    padding: 2vh 1vw; 
    font-size: 13px; 
    text-align: center;
    color: var(--body-color);
     border-radius: 30px;
    background: rgba(255, 0, 0, .4); 
     margin: 0 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  }
  .wrapper .language{
    font-size: 10px;
    display: flex;
    justify-content: end;
    margin: 7px 35px 20px;
  }
  
  .wrapper .input-box{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 13px 0;
  }
  .input-box input{
    width: 60%;
    height: 30%;
    background: var(--body-color);
    text-align: center;
    border: none;
    outline: none;
    border: 2px solid var(--bs-danger);
    border-radius: 40px;
    font-size: 12px;
    color: black;
    padding: 15px 40px 15px 40px;
  }
  .input-box a{
   position: absolute;
   top: 5px;
   right: 12vw;
  }
  .input-box input::placeholder{
    color: var(--bs-info);
  }
  
  .wrapper .login-store {
    display: flex;
    justify-content: center;
    margin: 15px 0 35px;
  }
  .login-store  a:hover{
    cursor: pointer;
  }
  .login-store  a img{
    width: 100px; 
    height: 30px;
    margin: 0 10px 0 10px;
  }
  
  .wrapper .btn {
    width: 25%;
    height: 30px;
    background: var(--bs-danger);
    color: white;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
  }
  .wrapper .forgotten-password {
    font-size: 15px;
    text-align: center;
    margin: 20px 0 30px;
  }
  
  .forgotten-password a {
    color: var(--bs-info);
    text-decoration: none;
    font-weight: 600;
  }
  .forgotten-password a:hover {
    color: var(--bs-danger);
  }


}

@media screen and (max-width: 425px) { 
  .calogo {
    width: 100%;
  }
  .calogo a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .calogo a img{
    width: 152px; 
    height: 60px;
    margin: 60px 40px 0 40px;
  }
  .form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px 0 20px;
  }
  .wrapper{
    width: 420px;
    margin-right: 11%;
    background: rgba(225, 225, 225, .2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 40px;
    padding: 0 1vw;
  }
  
  .wrapper h2{
    font-size: 12px;
    text-align: center;
    margin: 0 0 30px;
  }
  .wrapper .h6{
    padding: 2vh 1vw; 
    font-size: 13px; 
    text-align: center;
    color: var(--body-color);
     border-radius: 30px;
    background: rgba(255, 0, 0, .4); 
     margin: 0 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  }
  .wrapper .language{
    font-size: 10px;
    display: flex;
    justify-content: end;
    margin: 7px 35px 20px;
  }
  
  .wrapper .input-box{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 13px 0;
  }
  .input-box input{
    width: 60%;
    height: 30%;
    background: var(--body-color);
    text-align: center;
    border: none;
    outline: none;
    border: 2px solid var(--bs-danger);
    border-radius: 40px;
    font-size: 12px;
    color: black;
    padding: 15px 40px 15px 40px;
  }
  .input-box a{
   position: absolute;
   top: 5px;
   right: 20vw;
  }
  .input-box input::placeholder{
    color: var(--bs-info);
  }
  
  .wrapper .login-store {
    display: flex;
    justify-content: center;
    margin: 15px 0 35px;
  }
  .login-store  a:hover{
    cursor: pointer;
  }
  .login-store  a img{
    width: 100px; 
    height: 30px;
    margin: 0 10px 0 10px;
  }
  
  .wrapper .btn {
    width: 40%;
    height: 30px;
    background: var(--bs-danger);
    color: white;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
  }
  .wrapper .forgotten-password {
    font-size: 15px;
    text-align: center;
    margin: 20px 0 30px;
  }
  
  .forgotten-password a {
    color: var(--bs-info);
    text-decoration: none;
    font-weight: 600;
  }
  .forgotten-password a:hover {
    color: var(--bs-danger);
  }
}
