

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: UbuntuThin;
  background: var(--main-color-darkblue);
}
.row:not(footer .row):not(.top-footer-new .row) {
  font-family: UbuntuThin;
  background: white;
  border-radius: 30px;
  /* box-shadow: 12px 12px 22px grey; */
}
/* img{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
} */
.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: ; */
}

/* .login-form a:hover{
    /* color: ; 
} */
@media (max-width: 992px) {
  img {
    width: 50%;
    align-items: center;
  }
}