@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap');

html {
  height: 100%;
  overflow-y: visible; 
}
body {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Nunito', sans-serif;
  background: #e3e3e3 !important;
}
body:before, body:after {
  width: 100%;
  position: static;
  content: normal;
}
h3 {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
}

/*.page-back {
  padding: 50px 0;
  min-height: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #121212, #000000) !important;
}*/
.login-page .login-form-div {
  width: 100%;
  margin: 0 auto;
  /*box-shadow: 0 0 4px rgb(0 0 0 / 12%);*/
  max-width: 450px;
  padding-top: 10%;
  .alert {
      position: relative;
      min-height: auto;
      border: 1px solid #CCCCCC;
      background-color: hsl(0deg 0% 0.83% / 8%);
      -webkit-clip-path: none;
      clip-path: none;
      box-shadow: 1px 2px 3px rgb(0 0 0 / 32%);
      .close {
          margin: -10px -5px 0 10px;
      }
      p {
        margin: auto;
        font-family: 'Nunito', sans-serif;
        text-align: center;
      }
  }
}
.login-page .login-content,
.login-page .reg-content {
  background-color: transparent;
}
.login-page .div-title {
  padding: 10px 20px;
  background-color: transparent;
}
.login-page .textbox-wrap {
  padding: 20px 0px 0px 0;
}
.login-page .textbox-wrap .input-group .input-group-addon {
  border-radius: 6px 0 0 6px;
  margin-left: 0;
  height: 35px;
  width: 45px;
  min-width: 45px;
}
.login-page .custom-checkbox {
    float: left;
}
.login-page .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 1px;
}
.login-page .checkbox-text {
    line-height: 22px;
}
.login-page .checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0px;
    margin-top: 0;
}
.login-page .textbox-wrap .input-group .input-group-addon i, .login-page input[type="checkbox"] {
  width: 30px;
}
.login-page .form-action {
  padding: 40px 0px 20px 0px;
  display: flex;
}

.login_link {
  margin-right: auto;
    margin-left: 0 !important;
}
.login-page .registration-form-action {
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.login-page .registration-form-div {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}
.login-page .reg-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.login-page .registration-left-div {
  padding-left: 0;
  padding-right: 0px;
}
.login-page .registration-right-div {
  padding-left: 0;
  padding-right: 0;
}
.login-page .reg-content {
  padding-bottom: 20px;
}
/*.login-page .btn, .login-page .form-control {
    border-radius: 0 !important;
}*/
.login-page .login-form-links { 
  margin-top: 5px;
  box-shadow: none;
  background-color: transparent;
}
.div-captcha-left {
    padding-right: 0;
}
.div-captcha-right {
      padding-left: 0;
}

.text-danger {
  color: #000;
}


.login-content {
  margin: auto;
  flex-grow: initial !important;

  & .div-title {
      padding: 40px 0 0 0;
      & h3  {font-size: 22px;}
  }

  

  .loginAction {
      padding-top: 25px;
      .loginReset{
          display: flex;
          align-items: center;
          align-content: center;
          padding: 7px 18px 7px 0px;
          margin-left: 0;
      }
      .loginBtn {
          margin-left: auto !important;
          border-radius: 5px !important;
      }
  }
}



@media (max-width: 767px) {
  .login-page .registration-left-div {
    padding-right: 0px;
  }
  .login-page .registration-right-div {
    padding-left: 0px;
  }
  .div-captcha-left {
      width: 50%;
      float: left;
  }
  .div-captcha-left img {
      width: 100%;
      height: 34px;
  }
  .div-captcha-right {
      width: 50%;
      float: left;
  }
}


* {
  transition: none !important;
}


html, body {
margin: 0;
    padding: 0;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

.bblue {
    margin: 0 auto;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex: 1; 
    padding: 0;*/
}

#login {
    /*width: 100%;
    max-width: 360px;
    margin: 0 auto; /* Centre horizontalement */
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;

    .container {
        margin: 0 auto;
    }
}

input[type=text] {
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 50px white inset;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    background-clip: padding-box;
    border-radius: 0.375rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #d8d8d8;
    height: 35px;
    background-color: #fff !important;
    border-radius: 0 6px 6px 0 !important;

    &.form-password {
      border-bottom-color: rgb(216, 216, 216);
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 0px;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-radius: 0px !important;
    }
}

footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: auto; 
        
    & .toolContainer_2 {
            background: #000;
            width: 100%;
            margin-top: 0px;
            display:inline-block;
    }
 
    & .toolFour:first-child {
        margin-bottom: 0px;
        margin-left: 0;
    }  
}  

.input-group {
  display: flex;
  align-items: center;
}

.input-group-append {
  cursor: pointer;
}

#toggle-password {
  font-size: 1.4em;
  /*color: #999;*/
}

.input-group {
  display: flex;
  align-items: center;
}



.input-group-addon {
  display: inline-flex; /* Ou utilisez display: flex; selon les besoins */
  align-items: center;
  justify-content: center;
}

.input-group-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #212529;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
}

.input-group-addon,
.input-group-append {
    border-radius: 0px 6px 6px 0px;
    height: 33px; /* Ajustez la hauteur si nécessaire */
    display: flex;
    align-items: center; /* Centre verticalement l'icône dans le div */
    justify-content: center; /* Centre horizontalement l'icône dans le div */
    width: 50px; /* Largeur égale à la hauteur pour garder un carré */
    padding: 0; /* Enlevez le padding pour éviter tout débordement */
    border-color: rgb(216, 216, 216);
    background-color: rgb(248, 249, 250); /* Ajustez la couleur de fond si nécessaire */
    box-sizing: border-box; /* Pour s'assurer que la taille inclut la bordure et le padding */
}


.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0px !important;
}

.btn-success {
    display: inline-block;
    border-radius: 5px !important;
    padding: 7px 18px;
    border: none;
    cursor: pointer;
    background-color: #121212 !important;
    margin-left: auto;

    &:hover {
      color: #fede00d6;
    }
}

.btn-primary {
  &:hover {
    color: #fede00d6;
  }
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
}
