@import "tailwindcss";


body {
  font-family: "nunito sans" !important;
}

input {
  font-size: 13px !important;
}

.anchor_tag {
  text-decoration: none;
  color: #0084A5;
  font-size: 13px;
  transition: all 0.3s ease;
}

.anchor_tag:hover {
  text-decoration: underline !important;
}

.submit_button {
  width: 50%;
  margin: 0 auto !important;
  background: #0084A5;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: block;
}

.submit_button:hover {
  background: #006987;
}

.submit_button_1 {
  width: 170px;
  padding: 8px 0;
}

.video_image {
  width: 100%;
  height: 160px;
  background-image: url("../public/bg_img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register_link a {
  text-decoration: none;
  color: #006987;
  font-weight: 600;
}

.register_link {
  font-size: 13px !important;
}

.footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer_link a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #1E222A !important;
}

.auth-form {
  max-width: 400px;
}

.quote {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .auth-form {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
  }

}

@media (max-width: 568px) {
  .submit_button_1 {
    width: 130px !important;
  }

  .register_link a {
    font-size: 14px !important;
  }

}
