@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");
body {
  font-family: "Inter", sans-serif;
  background-color: #312B2B;
}

* {
  font-size: 18px;
  color: #404040;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  outline: none;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  width: 100%;
  background-color: #D9D9D9;
  height: 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
  color: inherit;
  appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em 0.5em;
}

button {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 50px;
  width: 100%;
  background: #28DB4F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px;
  transition: ease-out 0.3s;
}
button:hover {
  background: #1ba839;
}

h2 {
  margin: 50px 0;
  font-size: 26px;
  color: white;
}

.custom-shape-divider-bottom-1665590469 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.login-site .custom-shape-divider-bottom-1665590469 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1665590469 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 101px;
}

.custom-shape-divider-bottom-1665590469 .shape-fill {
  fill: #FFFFFF;
}

.login {
  background: #FFFFFF;
  box-shadow: inset 0px 0px 10px -2px #000000;
  border-radius: 10px;
  width: 400px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
}
.login__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.login__input {
  margin-bottom: 20px;
}
.login__input__container {
  position: relative;
}
.login__information {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login__information__icon {
  min-width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.login__information__icon p {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #404040;
}
.login__eye {
  position: absolute;
  right: 10px;
  width: 30px;
  bottom: 14px;
  padding: 15px;
}
.login__eye:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 800px) {
  .login {
    width: 100%;
  }
}
.menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu a {
  text-decoration: none;
}
.menu__element {
  margin: 10px;
  padding: 10px;
  width: 250px;
  background: #F4F4F4;
  box-shadow: inset 0px 0px 10px -2px #000000;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: ease-in-out 3s;
}
.menu__element:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px -2px #fff;
}
.menu__element__text {
  text-align: center;
}
.menu__element__text p {
  margin: 0px;
  text-align: center;
}
.menu__element__image {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.container {
  flex-wrap: wrap;
  margin: 50px 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container__element {
  display: flex;
  flex-direction: column;
}
.container .w100 {
  width: 100%;
}
.container .w50 {
  width: 50%;
}
.container .w20 {
  width: 20%;
}

@media only screen and (max-width: 800px) {
  .container .w50 {
    width: 100%;
  }
  .container .w20 {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .container .w50 {
    width: 100%;
  }
  .container .w20 {
    width: 100%;
  }
}
.history .button-los {
  padding: 5px;
  width: 200px;
  height: 200px;
  background: #28DB4F;
  box-shadow: 0px 0px 10px -2px #28DB4F;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .button-los form {
  width: 100%;
  height: 100%;
}
.history .button-los form button {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 30px;
  color: white;
  border-radius: 100%;
}
.history .button-los p {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: white;
  border-radius: 100%;
}
.history .login__information p {
  color: white;
}
.history .login__information b {
  color: white;
}
.history .login__information__icon p {
  color: black;
}
.history__container {
  margin: 50px 40px;
}
.history h2 {
  margin: 50px 10px;
}
.history__element {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  background: #28DB4F;
  box-shadow: inset 0px 0px 10px -2px #000000;
  border-radius: 10px;
}
.history__element__title {
  color: white;
  margin: 0px;
}
.history__element__text {
  color: white;
  margin: 0px;
}

@media only screen and (max-width: 800px) {
  .history .button-los {
    margin-top: 50px;
  }
  .history h2 {
    margin: 10px 10px;
  }
}
.login-site h2 {
  color: black;
}

/*# sourceMappingURL=global.css.map */
