

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: UbuntuThin;
}

.row {
  font-family: UbuntuThin;
}

#img-fluid-holder {
  position: absolute;
  height: 72vh;
}

.img-fluid {
  max-height: 75vh !important;
}

#regform {
  /* display: grid; */
  /* grid-template-columns: 40vw 40vw; */
}

.h-captcha {
  margin-top: 0 !important;
}

.btn1 {
  font-family: UbuntuThin;
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
  background-color: var(--main-color-darkblue);
  color: white;
  border-radius: 4px;
  font-weight: 500;
}

.btn1:hover {
  background: white;
  border: 1px solid;
  color: var(--main-color-darkblue);
}

.login-form a {
  text-decoration: none;
  /* color: ; */
}

.contact a {
  text-decoration: none;
  /* color: ; */
}

.inp {
  font-family: UbuntuThin;
  border: none;
  outline: none;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  font-weight: 500;
}

@media (max-width: 992px) {
  #regform {
    /* grid-template-columns: auto; */
  }

  .container {
    margin-top: 150px;
  }

  .img-fluid {
    width: auto;
    height: auto !important;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}