/* @import url('https://fonts.googleapis.com/css2?family=segoeui:wght@500;700&display=swap'); */
@font-face {
  font-family: 'segoeui';

  .container_input .active {
    background-color: #ffffff;
    border: 1px solid var(--secondary-color) !important;
    box-shadow: 0 4px 24px -2px #7451eb66 !important;
  }

  src: url('font/segoeui/segoeuithis.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'segoeui';
  src: url('font/segoeui/segoeuithibd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;

}

/* 
@font-face {
  font-family: 'segoeui';
  src: url('font/segoeui/segoeuithisi.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
} */

@font-face {
  font-family: 'segoeui';
  src: url('font/segoeui/segoeuithisz.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body {
  background-color: #f5f5f7;
  font-family: 'segoeui', sans-serif;
  margin: 0;
  padding: 0;
  color: #3e3e3e;
  font-size: 16px;
  position: relative;
  height: 100vh;
}

input:focus {
  outline: none;
}

@keyframes slowzoom {
  from {
    filter: blur(60px);
    width: 200%;
  }

  to {
    filter: blur(250px);
    width: 100%;
  }
}

img.background_login_img {
  /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 1.9; */
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-25%, -25%);
  z-index: -1;
  transition: 1.9;
  /*filter: blur(50px);*/
  scale: 1.8;
  height: 1260px;
  animation-name: slowzoom;
  animation-duration: 9s;
  animation-direction: alternate;
  animation-iteration-count: infinite;

}

/* .container_login {

    opacity: 1 !important;
    padding: 28px 32px;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    min-height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
} */
.container_login {
  /* display: flex !important; */
  opacity: 1 !important;
  padding: 28px 32px;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  min-height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f5f5f7;
  box-shadow: 0 36px 16px -16px rgb(154 160 185 / 4%), 0 150px 40px -16px rgb(166 173 201 / 8%);
  background: linear-gradient(#f5f5f7 70%, #ffffff66 98%);
}

.container_login .logo_evision {
  text-align: center;
}

.container_login .form {
  max-width: 380px;
  margin: 28px auto;
}

.container_login .logo_evision img {
  width: 220px;
}

.container_login label,
.container_login input {
  display: block;
  width: 100%;
}

.container_login label {
  opacity: .7;
  font-size: 13px;
  text-transform: initial;
  margin-bottom: 5px;
  border-radius: 16px;
  font-weight: 600;
}

.container_login input {
  border: 1px solid #e2daff;
  border-radius: 10px;
  min-height: 40px;
  margin-bottom: 16px;
  padding: 0 16px;
  font-family: 'segoeui', sans-serif;
  font-weight: 600;
  color: #7451eb;
  box-sizing: border-box;
}

.container_login input:focus,
.container_login input:focus-visible {
  border: 1px solid #7451eb;
}

.container_login .form button {
  display: block;
  margin: 0px auto 64px;
  /* padding: 16px 48px;*/
  padding: 8px 16px 9px;
  font-family: 'segoeui', sans-serif;
  text-transform: capitalize;
  letter-spacing: -.1px;
  font-weight: 600;
  font-size: 15px;
  color: #fff !important;
  background-color: #7451eb;
  border-radius: 50px;
  border: 0;
  cursor: pointer;

  box-shadow: 0 5px 10px rgb(154 160 185 / 5%), 0 15px 40px rgb(166 173 201 / 20%);
}

.forgt-mdp {
  font-size: 10px !important;
  bottom: 16px;
  position: absolute !important;
  /* text-decoration: none; */
  transform: translateX(-200px) !important;
  color: #7451eb !important;
  /* background-color: #fff; */
  /* border-radius: 50px; */
  padding: 4px 8px;
  left: 0;
  bottom: 16px !important;
}

.container_login .form button:disabled {
  background-color: #a1a1a1;
}

.container_login .form button:disabled:hover {
  background-color: #b9b9b9;
  transition: .6s;
}

.container_login .form button:hover,
.container_login .form button:focus {
  -webkit-transition: .15s cubic-bezier(.75, .25, .25, .75);
  -o-transition: .15s cubic-bezier(.75, .25, .25, .75);
  transition: .15s cubic-bezier(.75, .25, .25, .75);
  background-color: #6249dc;
}

.container_login a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #7451eb;
  font-size: 14px;
  letter-spacing: -.5px;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}

.creation-compte::after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 145px;
  height: 1px;
  background-color: #7451eb;
}

.errorpanel {
  font-size: 14px;
  transform: translate(20px, -10px);
  position: absolute;
  width: 70%;
  display: contents;
  color: orange;
}

.errorpanel a {
  display: none;
}


.toggle-password {
  position: relative;
}

#togglePassword {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
}


/*Language*/
.container_login .lang-select {
  position: fixed;
  z-index: 9;
  right: 19px;
  bottom: 14px;

  border-radius: 6px;
}

.container_login .lang-select:hover {
  transition: .3s;
  box-shadow: 0 5px 8px -6px #a1a1a1;

}

.container_login .lang-select .input-select-lang {
  background: white;
  border: none !important;
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.container_login .lang-select .input-select-lang span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.lang-select img {
  width: 12px;
}

.lang-select .dropdown-lang {
  width: 8px;
  position: relative;
  right: -5px;
  top: 0px;
}

.lang-select .list-select-lang {}


.lang-select button img {
  width: 11px;
  margin-right: 2px;
}

.requis {
  font-size: 12px;
  color: #a1a1a1 !important;
  margin: 8px 0 16px;
}


.dirpochooz {
  display: flex;
}

button#changeripo {
  background: #7451eb;
  color: white;
  border: none;
  width: 41px;
  height: 35px;
  border-radius: 0px 3px 3px 0px;
}

.dirrepo hr {
  border: none;
  height: 0.05em;
  background-color: #33333326;
}

.google_auth_button {
  background-color: white !important;
  color: black !important;
  box-shadow: 0px 0px 6px 0px #9b9898 !important;
  display: flex !important;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 12px 24px 12px 8px !important
}

.google_auth_button img {
  width: 20px;
  margin: 0px 10px;
  position: relative;
  left: 0px;
}

.google_auth_button p {
  font-size: 12px;
  display: contents;
}

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