@font-face {
  font-family: "League Spartan";
  src: url("media/font/LeagueSpartan-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Zing Rust";
  src: url("media/font/zing.rust-demo-base.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;
}

body {
  background: url(media/login_background.svg) no-repeat center center fixed;
  background-size: cover;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-height: 30vh;
}

main {
  display: flex;
  justify-content: center;
  min-height: 20vh;
}

.lesarchives2 {
  font-weight: 700;
  font-style: italic;
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}

.lesarchives {
  margin-top:60px;
  font-weight: 700;
  font-style: italic;
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 70px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 30px;
}

.signin {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  flex-wrap: wrap;
}

.title {
  text-align: center;
  text-transform: uppercase;
}

.input_box, .connection, .forgot_pwd, .contact {
  display: flex;
  justify-content: center;
  min-width: 50vw;
}

.text_box {
  border-radius: 6px;
  height: 50px;
  width: 300px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 20px;
  color: white;
  border: 1px solid white;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
}

.text_box::-moz-placeholder {
  color: white;
}

.text_box::placeholder {
  color: white;
}

input[type=text], input[type=password] {
  padding-left: 15px;
}

.eye {
  height: 20px;
  position: absolute;
  margin-top: 25px;
  margin-left: 250px;
}

.forgot_pwd {
  margin-top: 15px;
}

.link_pwd {
  color: white;
  text-decoration: none;
  font-size: large;
}

.link_pwd:visited {
  color: white;
}

.link_pwd:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn_connection {
  border-radius: 50px;
  height: 50px;
  width: 300px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 20px;
  color: white;
  border: 1px solid white;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.btn_connection:hover {
  transform: scale(1.05);
  color: rgba(255, 255, 255, 0.5);
}
.btn_connection:active {
  transform: scale(1);
}

.btn_reset {
  border-radius: 50px;
  height: 50px;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 20px;
  color: white;
  border: 1px solid white;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.btn_reset:hover {
  transform: scale(1.05);
  color: rgba(255, 255, 255, 0.5);
}
.btn_reset:active {
  transform: scale(1);
}

.contact {
  font-size: 24px;
  color: white;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.contact:hover {
  text-decoration: underline;
  cursor: pointer;
}

.social {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  width: 300px;
  margin-top: 40px;
}

.social_logo {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 0.25));
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  outline: black;
  background-color: rgba(0, 0, 0, 0.25);
  background-size: 100%, 100%;
  border-radius: 50%;
}

.modal_font {
  font-family: "League Spartan";
  color: #212652;
  font-size: 20px;
}

.btn_send {
  background-color: #212652;
  color: white;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.btn_send:hover {
  transform: scale(1.05);
  background-color: rgba(33, 38, 82, 0.8);
  color: white;
}

.form-control {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}

.copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.text_forgot_pwd {
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 50px;
}
@media (max-width: 768px) {
  .text_forgot_pwd {
    font-size: 16px;
  }
}

.return {
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}
.return:hover {
  transform: scale(1.05);
  color: rgba(255, 255, 255, 0.5);
}/*# sourceMappingURL=style.css.map */