@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;700;900&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  overflow-x: hidden;
}

nav {
  height: 53px;
  padding-top: 11px;
  padding-left: 50px;
}

.bg-dark-blue {
  background-color: #073f5c;
}

.bg-light-blue {
  background-color: #8ec9e9;
}

.color-dark-blue {
  color: #073f5c;
}

.color-light-blue {
  color: #8ec9e9;
}

strong {
  font-weight: 700;
}

.bg-img {
  max-height: 666px;
  box-sizing: border-box;
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background: url("https://mediprocity-secure-forms.s3.amazonaws.com/images/specialtyrx-background.png")
    no-repeat center center;
  background-size: cover;
}

.specialtyrx-content {
  max-width: 500px;
  height: 635px;
  background-color: white;
}

.specialtyrx-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.specialtyrx-logo {
  width: 220px;
  height: 75px;
}

.hidden-on-desctop-image {
  display: none;
  height: 360px;
  background: url("https://mediprocity-secure-forms.s3.amazonaws.com/images/specialtyrx-background.png")
    no-repeat center center;
  background-size: cover;
  background-position: right;
}

.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}

.bolder {
	font-weight: 900;
}

.box-shadow {
  box-shadow: 0px 0px 12px 4px rgba(0, 32, 53, 0.5);
}

input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: white;
  border: 0;
  height: 40px;
  background-color: rgba(148, 188, 213, 0.2);
  background: rgba(148, 188, 213, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: white;
  border: 0;
  background-color: rgba(148, 188, 213, 0.2);
  background: rgba(148, 188, 213, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.submit-button {
  width: 250px;
  height: 40px;
  border: 0;
  background: #8ec9e9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #002035;
}

@media screen and (max-width: 1255px) {
  .specialtyrx-content {
    width: 400px;
		font-size: 1rem;
  }
}

@media screen and (max-width: 970px) {
  .specialtyrx-content {
    width: 350px;
		font-size: 0.95rem;
  }

  .content-size {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .bg-img {
    max-height: 540px;
  }

  .specialtyrx-content {
    max-width: 100%;
    width: 100%;
    height: 555px;
  }

  .specialtyrx-logo-wrapper {
    background-color: #85c5e8;
    padding: 10px;
    margin-bottom: 30px;
  }

  .hidden-on-desctop-image {
    display: block;
  }

  .image-caption {
    font-size: 3.49vw;
  }
}

@media screen and (max-width: 360px) {
  .specialtyrx-content {
    font-size: 0.9rem;
  }
}
