@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700");
body {
  font-family: "Poppins", sans-serif;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
  min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
  overflow: visible;
}

/* main sidebar not under model */
.modal {
  z-index: 1110;
}

.form-group.required .col-form-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

.nav-user-menu .user-image {
  width: 20px;
  margin-right: 4px;
  margin-top: -4px;
}

.button-komatsu {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #F37021;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 9px 12px 9px 12px;
}
.button-komatsu.orange {
  background: linear-gradient(90deg, #F37021 0.4%, #FFA168 95.39%);
  transition: ease-in-out 0.2s;
}
.button-komatsu.orange:hover {
  box-shadow: 8px 9px 0px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 9px 0px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 9px 0px -3px rgba(0, 0, 0, 0.75);
  transition: ease-in-out 0.2s;
}
.button-komatsu.black {
  background: #000000;
}
.button-komatsu.black:hover {
  box-shadow: 8px 9px 0px -3px rgba(243, 112, 33, 0.75);
  -webkit-box-shadow: 8px 9px 0px -3px rgba(243, 112, 33, 0.75);
  -moz-box-shadow: 8px 9px 0px -3px rgba(243, 112, 33, 0.75);
  transition: ease-in-out 0.2s;
}

.logo-komatsu {
  background-color: #000000;
  padding: 17px 15px 17px 15px;
}
.logo-komatsu.logo-blue {
  background-color: #18A4F5;
}

@media (max-width: 1200px) {
  .button-komatsu {
    font-size: 12px;
    padding: 7px 9px 7px 9px;
  }
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../assets/fonts/AktivGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../assets/fonts/AktivGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.quicksand-default {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.quicksand-bold {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.rubik-light {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.rubik-default {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.rubik-Medium {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.rubik-semiBold {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.rubik-bold {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.right-side .right-side-content {
  border-radius: 200px 0 0 0;
  background: linear-gradient(95deg, #07189E 16.08%, #5000FF 84.69%);
}
.right-side .welcome-text {
  color: #ffffff;
  font-size: 20px;
}

.left-side {
  width: 100%;
  background-color: #07189E;
}
.left-side .left-side-content {
  background-color: #ffffff;
  border-radius: 0 0 100px 0;
}

.button-submit {
  background-color: #07189E;
  color: #ffffff;
}
.button-submit:hover, .button-submit:active {
  filter: brightness(75%);
  background-color: #07189E;
  color: #ffffff;
}

/*# sourceMappingURL=style_login_rounded.css.map */
