/*============ BACKGROUND-IMAGE CSS============= */
@charset "UTF-8";
body {
  /*background: url("../../images/BG_LOGIN.png") no-repeat;*/
  background-color: #D5F6FE;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  height: 100vh !important;
  width: 100% !important;
  margin: 0;
}

/*==============LOGIN FORM===============*/

.container-login {
  height: 100vh !important;
  /*width: 100% !important;*/
  align-items: center;
  position: relative;

}

.wrap-login {
  width: 400px;
  margin-left: 5%;
}


.login-form-title {
  font-size: 16px !important;
  color: #3333ff;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom:10px ;
}

.reset-btn {
  font-size: 14px;
  height: 45px;
  line-height: 1.5;
  padding: 5px 30px;
  color: #3333FF;
  border-radius: 50px;
  background-color: inherit;
  border: 1px solid #3333FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reset-btn:hover {
  text-decoration: none;
}
/*===============LOGO =====================*/
/*.login-form-avatar {
  width: 14em;
  height: 14em;
}*/

.login-form-avatar img {
  position: relative;
  width: 45%;
}
/* animation */
.wrap-login .form-animation {
  animation-name: slide;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .5s;
  opacity: 0;
}
@keyframes slide {
  from {
    transform: translateX(600px);
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}


/*==============INPUT=====================*/

.form-input {
  font-size: 18px;
  line-height: 1.5;
  color: #3333ff;
  border: 1px solid #3333ff;
  display: block;
  background: inherit;
  height: 50px;
  border-radius: 50px;
  padding: 0 3px 0 30px;
}


.form-alert {
  /*line-height: 3;
  height: 50px;*/
  border-radius: 50px;
  width: 75% !important;
  padding: 0 3px 0 30px;
}

.iti.iti--allow-dropdown {
  width: 100%;
  height: 100%;
  border: none;
}
.iti__selected-flag{
  padding-left: 20px !important;
}

.invalid-feedback .d-block{
  position: absolute !important;

}
.badge.badge-danger {
background-color: red;
font-size: 8px;

}
#valid-msg, #error-msg{
  position: absolute;
  float: right;
  font-size: 11px;
  bottom: -15px;
  z-index: 2222;
} 


#phone{

  padding-left: 60px !important;
}
/* ==============affichage sur les autres navigateut======== */

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #3333ff;
  font-weight: 200;
}
input:-moz-placeholder {
  color: #3333ff;
  font-weight: 200;
}
input::-moz-placeholder {
  color: #3333ff;
  font-weight: 200;
}
input:-ms-input-placeholder {
  color: #3333ff !important;
  font-weight: 200;
}
input::placeholder {
  color: #3333ff !important;
  font-weight: lighter;
  opacity: 0.2;
  font-size: 15px;
}

.container-login .login-btn .form-input {
  outline: 0;
  outline: 0 none !important;
  box-shadow: none;
}



/*============BUTTON============= */

.login-form-btn {
  line-height: 1.5;
  height: 45px;
  background-color: #3333ff;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45%;

}

.login-form-btn:hover {
  background: #00c6fb;
  color: #fff;
}

.login-form-btn:hover:before {
  opacity: 1;
}
/*============ LIEN INSCRIPTION AND MDP_OUBLIE CSS============= */


.checkbox-label{
  font-size: 12px;
  font-weight: lighter;
}

.login-wrapper-footer-text {
  font-size: 12px;
  font-weight: lighter;
}
.login-wrapper-footer-text a.inscrivez-vous{
  font-weight: 700;
  font-size: 13px;
}

a.forgot-password-link {
  font-size: 12px;
  display: inline-block;
}

a.forgot-password-link:hover, a.inscrivez-vous:hover {
  color: #00c6fb !important;
}

a.inscrivez-vous,
a.forgot-password-link {
  color: #3333ff !important;
}





/* ===========SOCIAL ICON============= */
/*.sociallinks-wrapper {
  margin: 10px 0 0 -8px;
}

.facebook-icon,
.youtube-icon,
.linkedin-icon {
  width: 45px !important;
  border-radius: 100%;
  margin-right: -6px;
}*/


/*=============ERROR=========*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 175px;
  pointer-events: none;

  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\0021";
  font-family: Menlo_Regular;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 178px;
}

.alert-validate:hover::before {
  visibility: visible;
  opacity: 1;
}

.loader-spinner{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #ffffffe3;
}

.loaders{
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  border: 16px solid #e5e5e5;
  border-top: 16px solid #3333ff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: loaders 7s linear infinite;
}
.chargement{
  position: relative;
  text-align: center;
  top: 25% !important;
}
@keyframes loaders{   
  100%{
    transform: translate(-50%, -50%) rotate(3600deg);
  }
}

/*============RESPONSIVE DESIGN CSS============= */
@media only screen and (max-width : 576px) {
  /* Styles pour cette Media Queries */

/*============ BACKGROUND-IMAGE CSS============= */

/*body {
  background: url("../../images/BG_LOGIN.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  height: 100vh !important;
  width: 100% !important;
  overflow-y: auto;
}*/

/*==============LOGIN FORM===============*/

@keyframes slide {
  from {
    transform: translateX(300px);
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.wrap-login {
  width: 600px;
  margin: auto;
}

.login-form-title {
  font-size: 20px !important;
  color: #3333ff;
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom:10px ;
}


/*==============INPUT=====================*/
.form-input {
  font-size: 13px;

  height: 45px;
  /*width: 75%;*/
}
input::placeholder {
  color: #3333ff !important;
  font-weight: lighter;
  opacity: 0.2;
  font-size: 13px;
}
/*============BUTTON============= */

.login-form-btn {
  height: 45px;
  z-index: 1;
  font-size: 16px;
  width: 43%;

}

.login-form-btn:hover {
  background: #00c6fb;
  color: #fff;
}

.login-form-btn:hover:before {
  opacity: 1;
}
/*============ LIEN INSCRIPTION AND MDP_OUBLIE CSS============= */
.div-checkbox {
  align-items: center;
  display: inline-block;
  margin: 5px 0 15px 0px;
}


.login-wrapper-footer-text {
  font-size: 11px;
  font-weight: lighter;
}
.login-wrapper-footer-text a.inscrivez-vous{
  font-weight: 700;
  font-size: 11px;
}

a.forgot-password-link {
  font-size: 11px;
  display: inline-block;
}

a.forgot-password-link:hover, a.inscrivez-vous:hover {
  color: #00c6fb !important;
}

a.inscrivez-vous,
a.forgot-password-link {
  color: #3333ff !important;
}







/*============BUTTON============= */

.login-form-btn {
  font-size: 16px;
  width: 10em;
}


.checkbox-label{
  font-size: 11px;
}

a.forgot-password-link {
  font-size: 11px;
  display: inline-block;
}



}

@media only screen and (min-width : 576px) and (max-width : 768px) {
  /* Styles pour cette Media Queries */

  /*============ BACKGROUND-IMAGE CSS============= */

/*body {
  background: url("../../images/BG_LOGIN.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  height: 100vh !important;
  width: 100% !important;
  overflow-y: auto;
}*/

/*==============LOGIN FORM===============*/



.wrap-login {
  width: 500px;
}

.login-form-title {
  font-size: 20px !important;
  margin-bottom:10px ;
}

/*==============INPUT=====================*/

/*.form-input {

  width: 75%;
}*/


  }


 
@media only screen and (min-width : 1400px) and (min-height : 800px) {

  /* Styles pour cette Media Queries */

  /*============ BACKGROUND-IMAGE CSS============= */
  
  /*body {
    background: url("../../images/BG_LOGIN.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    height: 100vh !important;
    width: 100% !important;
  }*/
  
  /*==============LOGIN FORM===============*/
  

  .wrap-login {
    width: 500px;
    margin-left: 5%;
  }
  
  .login-form-title {
    font-size: 26px !important;
    color: #3333ff;
    line-height: 1.2;
    font-weight: 400;
    width: 100%;
    display: block;
    margin: 20px 0 ;
  }
  
  /*===============LOGO =====================*/
  /*.login-form-avatar {
    width: 28em;
    height: 28em;
    margin-left: -26px !important;
  }*/
  
  /*==============INPUT=====================*/
  
/*  .form-input {
    height: 60px;
    width: 75%;
  }*/
  
  .checkbox-label{
    font-size: 18px;
    font-weight: lighter;
  }

  /*============ LIEN INSCRIPTION AND MDP_OUBLIE CSS============= */


  .login-wrapper-footer-text {
    font-size: 18px;
    font-weight: lighter;
  }
  .login-wrapper-footer-text a.inscrivez-vous{
    font-weight: 700;
    font-size: 18px;
  }
  
  a.forgot-password-link {
    font-size: 18px;
    display: inline-block;
  }
  
  a.forgot-password-link:hover, a.inscrivez-vous:hover {
    color: #00c6fb !important;
  }
  
  a.inscrivez-vous,
  a.forgot-password-link {
    color: #3333ff !important;
  }
  
  
  
  
  
  /* ===========SOCIAL ICON============= */
  /*.sociallinks-wrapper {
    padding-bottom: 90px !important;
    margin: 25px 0 0 -10px;
  }
  
  .facebook-icon,
  .youtube-icon,
  .linkedin-icon {
    width: 60px !important;
    border-radius: 100%;
    margin-right: -10px;
  }*/
  
  }


   
@media only screen  and (min-width : 1000px)  and (max-width : 1400px) and (min-height : 800px) {

  /* Styles pour cette Media Queries */

  /*============ BACKGROUND-IMAGE CSS============= */
  
  /*body {
    background: url("../../images/BG_LOGIN.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    height: 100vh !important;
    width: 100% !important;
  }*/
  
  /*==============LOGIN FORM===============*/
  

  .wrap-login {
    width: 700px;
    margin-left: 5%;
  }
  
  .login-form-title {
    font-size: 30px !important;

  }

  /*==============INPUT=====================*/
  
  .form-input {
    height: 60px;
    width: 80%;
  }
  
 

  /*============ LIEN INSCRIPTION AND MDP_OUBLIE CSS============= */
  
  .div-checkbox {
    align-items: center;
    display: inline-block;
    margin: 5px 0 15px 0px;
  }


  .checkbox-label{
    font-size: 18px;
    font-weight: lighter;
  }
  .login-wrapper-footer-text {
    font-size: 15px;
    font-weight: lighter;
  }
  .login-wrapper-footer-text a.inscrivez-vous{
    font-weight: 700;
    font-size: 18px;
  }
  
  a.forgot-password-link {
    font-size: 18px;
    display: inline-block;
  }
  
  a.forgot-password-link:hover, a.inscrivez-vous:hover {
    color: #00c6fb !important;
  }
  
  a.inscrivez-vous,
  a.forgot-password-link {
    color: #3333ff !important;
  }
  
  
  
  
  
  /* ===========SOCIAL ICON============= */
  .sociallinks-wrapper {
    padding-bottom: 90px !important;
    margin: 25px 0 0 -10px;
  }
  
  .facebook-icon,
  .youtube-icon,
  .linkedin-icon {
    width: 60px !important;
    border-radius: 100%;
    margin-right: -10px;
  }
  
  }
