
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #010816;
}


body {
  max-width: 1140px;
  margin: auto;
  font-family: "Work Sans";
  font-size: 14px;
}

.bodyLogin {
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.mainLogin {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}



.headerLogin {
  width: 80%;
  margin: 25px auto;
}

main {
  height: calc(100vh - 96px);
}

.login {
  font-weight: bold;
}

.logInForm {
  width: 375px;
  margin:  auto;
  padding: 38px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

main .error,
section .error {
  border: 1px solid red;
  height: 40px;
}

.logInForm h2 {
  font-family: "Sirin Stencil", system-ui;
  color: #00c0ff;
  font-weight: 500;
  text-align: center;
  font-size: 33px;
}

.logInForm fieldset {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.logInForm fieldset i {
  position: absolute;
  font-size: 18px;
  top: 50%;
  bottom: 50%;
  translate: -50%, -50%;
  right: 10px;
  color: #010816;
}
.logInForm fieldset.remember {
  flex-direction: row;
}

.logInForm label {
  font-size: 16px;
  font-family: "Work Sans";
  font-weight: 500;
  color: #bfbfbf;
}

input {
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.0901960784);
  border: none;
  height: 40px;
  padding: 5px;
  font-size: 16px;
}

.logInForm .button,
.btn-outline-secondary {
  width: 179px;
  margin: auto;
  height: 36px;
  border-radius: 30px;
  background: #009acc;
  border: none;
  color: #010816;
}

.btn-outline-secondary.close {
  background-color: #010816;
  color: #009acc;
  border-color: #1e293b;
}
.btn-outline-secondary.close:hover {
  background-color: #1e293b;
  color: #00c0ff;
}

.logInForm .forgot-password {
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.logInForm p,
.modalError {
  font-size: 16px;
  color: red;
}
.alert.success {
  color: rgb(5, 253, 59);
  padding: 5px;
  font-size :25px;
  width :80%;
  text-align:center;
  
}
a {
    color: #00c0ff;
  }
section {
  margin: 50px 0;
}

h1 {
  font-size: 25px;
  background: linear-gradient(to top, #ffffff 45%, #00bfff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cinzel;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  color: #00c0ff;
}
h1::first-letter {
  font-family: "Cinzel Decorative", system-ui;
  margin: 0;
}

h1 > span {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  display: none;
}

#contact {
  width: 50%;
  margin: auto;
}

#contact > * {
  text-align: center;
}

#contact h2 {
  margin-bottom: 20px;
}

#contact form {
  text-align: left;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

#contact input {
  height: 50px;
  font-size: 1.2em;
  border: none;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

#contact label {
  margin: 2em 0 1em 0;
}

#contact textarea {
  border: none;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.09);
}

input[type=submit] {
  font-family: "Syne";
  font-weight: 700;
  color: white;
  background-color: #009acc;
  margin: 2em auto;
  width: 180px;
  text-align: center;
  border-radius: 60px;
}

footer nav ul {
  display: flex;
  justify-content: flex-end;
  margin: 2em;
}

.modal-title {
  color: #010816;
  font-family: "roboto";
  font-size: 20px;
}
.modal label {
  color: #010816;
}/*# sourceMappingURL=logIn.css.map */
.headerError {
  width: 95%;
  margin: 25px auto;
}

main {
  height: calc(100vh - 96px);
}

.main404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main404 p {
  color: #bfbfbf;
  text-align: center;
  font-size: 25px;
}

.main404 a {
  color: #fff;
}

.error404 {
  font-size: 350px;
  font-family: Cinzel;
  font-weight: 500;
  color: #00bfff;
}
@media all and (max-width: 757px) {
  .error404 {
    font-size: 200px;
  }
  .main404 {
    width: 95%;
    margin: auto;
    gap: 10px;
  }
  .main404 p {
    font-size: 18px;
    line-height: 25px;
  }
}/*# sourceMappingURL=logIn.css.map */