* {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  font-weight: 600;
  font-family: Karla, sans-serif;
  font-size: 16px;
  background-size: cover;
  background-position: 100%;
  background-repeat: repeat;
}

@media (min-width:640px) and (max-width:960px) and (max-height:960px) {
  body {
    height: 180vh !important;
  }
}

@media (min-width:960px) and (max-height:650px) {
  .bottom-right-logo {
    display: none;
  }
}

@media (max-height:700px) and (max-width:760px) {
  .bottom-right-logo {
    display: none;
  }
}

.container {
  padding-top: 0;
  padding-bottom: 0;
}

.main_container {
  margin-top: 10vh;
}

.form-control:focus {
  outline: 1px solid #ced4da;
  border: none;
  box-shadow: none;
}

.redirect-link {
  font-weight: 700 !important;
  text-decoration: none !important;
}

.bottom-right-logo {
  position: fixed;
  bottom: 1.5%;
  right: 1.5%;
  width: 110px;
  height: 50px;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.help-block {
  color: maroon !important;
  font-weight: 800 !important;
}

.row.justify-content-center {
  height: 100%;
  align-items: center;
}

.card {
  background-color: rgb(255, 255, 255, .85);
  border: none;
  z-index: 999;
}

.logo-property {
  height: 100%;
  width: 100%;
}

.login-logo-size {
  height: 100% !important;
  width: 100% !important;
  max-width: 375px !important;
  max-height: 150px !important;
}

.form-group .mt-3{
  max-height: 50px;
}

.goo-captcha-left{
  padding-left: 25px;
}