@import url("./neoSans.css");

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

html,
body {
  font-family: "NeoSans", Geneva, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 0.5em 10%;
  /*box-shadow:0 0 0.5em rgba(0,0,0,0.25);*/
}
.navbar {
  width: 100%;
  height: 85px;
  display: inline-flex;
  margin: auto;
  font-size: 14px;
  box-shadow: 2px;
  padding: 2% 0%;
  color: #007dc5;
  /* margin-left: -105px; */
  justify-content: end;
}

.about {
  background-color: #fcd304;
  height: 47px;
  width: 180px;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
  border-color: black;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: none;
}
.tutorial {
  background-color: #fcd304;
  height: 47px;
  width: 220px;
  margin-left: 3px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-color: black;
  text-align: center;
  cursor: pointer;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tutorial img{
  height: 1.5em;
}

.tutorial:hover {
  background-color: #d8a500;
   /* transform: scale(1.01); */
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

#form {
  padding: 10px 20px;
}
#back_opacity {
  display: none;
}

#login-area {
  max-width: 390px;
  background-color: white;
  text-align: center;
  height: 100%;
  box-shadow: -7px -3px 20px 0px grey;
}
#login {
  z-index: 1000;
  text-align: center;
  display: flow-root;
}

#back_opacity_desk {
  display: block;
  background: rgb(44, 44, 44, 1);
  z-index: 10;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
}

#user-logo {
  width: 50%;
  position: relative;
  margin-top: 10%;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.input-container span{
  height: 48px;
  width: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(0, 125, 197);
  color: white;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-container span img{
  height: 22px;
}

.input-field {
  width: 100%;
  height: 48px;
  padding: 10px;
  outline: none;
  border-radius: 30px;
  border-left: 1px solid rgb(0, 125, 197);
  border-right: 1px solid rgb(0, 125, 197);
  border-bottom: 1px solid rgb(0, 125, 197);
  border-top: 1px solid rgb(0, 125, 197);
}

/* Set a style for the submit button */
.btn {
  background-color: rgb(209, 26, 111);
  margin-top: 1em;
  color: white;
  font-weight: bold;
  height: 48px;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10px;
  font-family: "NeoSans", sans-serif;
}

.btn:hover {
  background-color: rgb(170, 21, 89);
  /* transform: scale(1.01); */
}

.forgot-password {
  display: block;
  margin-top: -14px;
  margin-bottom: 8px;
  font-size: 13px;
  float: right;
  color: black;
}

#login {
  width: 400px;
  height: 580px;
  margin-top: 10%;
  top: 0px;
  position: absolute;
  color: #3389b0;
  left: 200px;
  box-shadow: -1px 1px 9px -2px black;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  border-radius: 20px;
}

#login h2 {
  margin-bottom: 8%;
  color: black !important;;
}

#separtor {
  background-color: #ff6600;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 95%;
}

#wcm {
  margin-top: 30px;
  font-size: 1.48em;
  font-weight: bolder;
}

.nav {
  margin-top: 30px !important;
}

input[type="text"],
input[type="password"] {
  font-size: 12px;
  padding: 0.85em 0.85em 0.85em 4.8em;
  border: 0.15em solid rgb(0, 125, 197);
  margin: 0.2em 0;
  color: #202124;
  height: 48px;
}
/*
#recoverpwd{
    margin-bottom: 3em;
    font-size: 11px;
    float: right;
    color: #fcd304;
}*/

#login_error {
  margin-top: 0.8em;
  font-size: 12px;
  margin-left: 20px;
  float: left;
  display: inline-table;
  color: #ff0000;
}

input.text {
  width: 100%;
}

#main_container {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  transform: unset;
  margin-left: unset;
  text-align: center;
}

.background-image {
  width: 80vh;
  margin-top: 10vh;
  margin-left: 74px;
}

footer {
  position: fixed;
  /* background-image: url("../files/img/moldura_3.png"); */
  bottom: 0;
  background-color: rgb(0, 125, 197);
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  font-size: 0.8em;
  width: 100%;
  z-index: 1000;
  /* padding-left: 45px; */
  height: 75px;
  background-position: -240px center;
  opacity: 1;
  color: #fff;
  margin: 0;
  font-family: open sans regular, Serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer aside {
  width: 50%;
  float: left;
}
footer p {
  float: right;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "NeoSans", sans-serif;
  text-align: center;
}
/* #contacts_tab {
  display: none;
} */

#contacts_tab img {
  height: 2em;
  margin: 1.7em 0px 1.7em 2px;
}

footer #contacts img {
  height: 2.5em;
  margin: 0em 12px -0.2em 0;
  vertical-align: middle;
  line-height: 1em;
}

#manual-window,
#faq-window,
#sobre-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  height: 100%;
  width: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5% 5%;
}

#login-footer a {
  color: black;
  text-decoration: none;
}

/* Tablet ViewPOrt*/

@media (max-width: 1567px) {
  iframe#manual-window {
    padding: 2em 4em;
  }
  iframe#sobre-window {
    padding: 2em 4em;
  }

  #login {
    width: 360px;
    height: 520px;
    margin-top: unset;
    top: 12%;
    position: absolute;
    color: #3389b0;
    left: 8%;
    box-shadow: -1px 1px 9px -2px black;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    border-radius: 35px;
  }

  slider {
    position: absolute;
  }

  /* .navbar {
    margin-left: -75px;
  } */
  footer aside {
    width: 50%;
    align-items: center;
    padding: 0 0.5em;
  }

  footer #copyright {
    text-align: center !important;

    margin-bottom: 10px;
  }
  #copyright p {
    float: unset;
    margin-left: unset;
    margin-right: unset;
  }

  #contacts_tab img {
    height: 2em;
    margin: 1.7em 0px 1.7em 2px;
  }
}

/*Mobile Screens*/

@media (max-width: 875px) {
  header {
    display: none;
  }

  #back_opacity {
    opacity: 0.5;
    display: block;
    position: absolute;
    width: 100%;
    background-color: white;
    height: 100%;
  }

  .slider,
  .nav,
  #back_opacity_desk {
    display: none;
  }

  body {
    background-image: url("../files/img/walper.png");
    width: 100%;
    min-height: 100%;
  }

  #main_container {
    width: 100%;
    height: unset;
    top: 13%;
    position: absolute;
    transform: unset;
    margin-left: unset;
    text-align: center;
  }

  #login-area {
    top: 45vh;
    align-items: center;
    width: 80% !important;
    background-color: rgb(255, 255, 255, 0.7);
    transform: translate(-50%, -45%);
  }

  #edm-logo {
    position: relative;
    margin-top: 8%;
    width: 45%;
  }
  #login {
    max-width: 350px;
    top: 20%;
    width: 90%;
    left: unset;
    height: 480px;
    margin: auto;
    position: relative;
    right: unset;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .forgot-password {
    font-size: 12px;
  }
  #user-logo {
    position: relative;
    width: 38%;
  }
  #form h2 {
    font-size: 18px;
  }
  #login_btn1 {
    margin-bottom: 0em;
  }

  footer {
    position: fixed;
    bottom: 0;
    padding-left: 0px;
  }

  footer aside {
    width: 100%;
    align-items: center;
    padding: 0 0.5em;
  }

  footer #copyright {
    text-align: center !important;

    margin-bottom: 10px;
  }
  #copyright p {
    float: unset;
    margin-left: unset;
    margin-right: unset;
  }

  footer #contacts {
    display: none;
    margin-top: 3%;
    text-align: center;
  }
}
