@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  max-height: 50%;
  height: 50%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 5px;
}

.container {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
  }
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

textarea {
  resize: none;
  font-family: 'Open Sans', sans-serif;
}


#login {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
  position: relative;
  background: #efecff;
}

#login .loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
  background: white;
  -webkit-box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.171);
          box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.171);
}

#login .loginForm form {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login .loginForm form .logoImg {
  width: 100px;
}

#login .loginForm form .logoImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#login .loginForm form p {
  font-size: 12px;
  color: #979696;
  font-weight: 600;
}

#login .loginForm form h1 {
  font-size: 27px;
  margin-top: 30px;
  font-weight: 500;
  color: #010213;
  margin-bottom: 50px;
}

#login .loginForm form .formGroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  position: relative;
}

#login .loginForm form .formGroup label {
  font-size: 12px;
}

#login .loginForm form .formGroup input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid black;
  outline: none;
}

#login .loginForm form .formGroup input::-webkit-input-placeholder {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #cececf;
}

#login .loginForm form .formGroup input:-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #cececf;
}

#login .loginForm form .formGroup input::-ms-input-placeholder {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #cececf;
}

#login .loginForm form .formGroup input::placeholder {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #cececf;
}

#login .loginForm form .formGroup .password-eye {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  right: 10px;
  width: 20px !important;
  height: 20px !important;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 10 !important;
}

#login .loginForm form .forgotPsd {
  width: 100%;
  margin-top: 10px;
}

#login .loginForm form .forgotPsd a {
  text-align: right;
  font-size: 14px;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #2f4efc;
}

#login .loginForm form .loginSbtBtn {
  width: 100%;
  margin-top: 50px;
  padding: 15px;
  background: #3e2abe;
  color: white;
  font-size: 16px;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

#login .loginForm form .vression {
  width: 100%;
  margin-top: 60px;
}

#login .loginForm form .vression p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

#login .help {
  position: absolute;
  background: black;
  color: white;
  font-size: 14px;
  font-weight: 300;
  width: 130px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  bottom: 100px;
  right: 3%;
  text-decoration: none;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
}
/*# sourceMappingURL=style.css.map */