* {
  box-sizing: border-box;
}

button {
  background-color: unset;
  border: unset;
  padding: unset;
  outline: unset;
}

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 215, 215, 0.2);
  font-family: "Roboto", sans-serif;
  color: #000066;
  scroll-behavior: smooth;
}

.logingForm {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logininput {
  width: 80%;
  height: 45px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  border: solid orange 1px;
  outline: unset;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}

.lognButton {
  width: 80%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  background-color: rgb(255, 94, 0);
  color: white;
}

.drivsShowBoad {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  height: 100vh;
}

.notification {
  padding: 0 10px;
  position: absolute;
  overflow: hidden;
  width: 90%;
  left: 5%;
  top: 0%;
  border: solid gray 1px;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.notification button {
  height: 35px;
  border-radius: 7px;
  color: white;
  text-align: center;
  width: 40%;
  margin: 10px auto;
}
.notification button:first-child {
  background-color: rgb(255, 94, 0);
}
.notification button:last-child {
  background-color: #330066;
}

.notificationShower {
  height: auto;
  overflow: visible;
}

.signupButton {
  width: 20%;
  margin: 70%;
  margin-top: 30px;
  color: orange;
}

/*# sourceMappingURL=index.css.map */
