@font-face {
  font-family: Gilroy;
  src: url('gilroy-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: Gilroy;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #fff;
}

.background {
  height: 100vh;
  width: 100vw;
  background: no-repeat center url('https://bezonia.blob.core.windows.net/static-web-app-images/login2.jpg');
  background-size: cover;
  position: relative;
}

.trigrr-shape-1 {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: white;
  clip-path: polygon(0 0, 19.5% 0, 17.7% 5.5%, 90% 73.5%, 90% 100%, 0 100%);
}

.trigrr-shape-2 {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: white;
  clip-path: polygon(58% 0, 100% 0, 100% 35.8%);
}

.flex-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 3%;
  left: -27%;
  align-items: center;
  justify-content: space-around;
}

span {
  position: relative;
  left: auto;
  background: none;
  background: white;
  border-radius: 1em;
  font-size: x-large;
  width: auto;
  padding: 5px;
}

.button {
  position: relative;

  background: #2f323a;
  border-color: #2f323a;
  color: white;
  border-radius: 2em;
  height: 4em;
  min-width: 0;
  margin-top: 2.1rem;
  cursor: pointer;
  display: inline-block;
  border-width: .05rem;
  border-style: solid;
  font-size: medium;
  max-width: 25rem;
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.8rem;
  letter-spacing: .12em;
  font-weight: 500;
  padding: 0 .6rem;
  touch-action: manipulation;
  word-spacing: normal;
}

.logo-bezonia {
  position: relative;
  height: 60%;
  width: 50%;
  left: -1%;
  margin-bottom: -11%;
}
