.heading-font {
  color: white !important;
  font-size: 120px !important;
}

.row-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.login-background-color {
  color: white !important;
  background-color: #4eaaa7 !important;
}
.custom-input {
  border-radius: 0px !important;
  height: 40px;
  background-color: transparent !important;
  width: 100% !important;
  box-shadow: none !important;
}

.custom-submit {
  background-color: #4eaaa7 !important;
  color: white !important;
  border-radius: 0px !important;
  width: 100% !important;
  height: 40px;
  font-weight: bold !important;
}

.login-welcome-back {
  color: grey !important;
  font-size: 40px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
}
.login-brand {
  font-family: 'Anton', sans-serif;
  color: #4eaaa7 !important;
  font-size: 40px !important;
}


.login-card {
  border: transparent !important;
  width: 60%;
}


@media only screen and (max-width: 600px) {

  .blog-view-image {
      width: 310px;
      height: 100%;
      border-radius: 10px;
  }

  .login-brand {
      font-size: 69px !important;
  }
  .login-card {
    border: transparent !important;
    width: 100%;
  }
  
  .login-welcome-back {
      font-size: 35px;
  }

  .view-desktop-only {
      display: none !important;
  }

  .view-mobile-only {
      display: block;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Anton&family=Poppins:wght@300&display=swap');
