@font-face {
  font-family: "SkolaSans";
  src: url("/static/vetportal/fonts/FontMyLavSkolaSansPro/SkolaSansProOTF/SkolaSans-Regular.otf")
}

@font-face {
  font-family: "Gill Sans Nova";
  src: url("/static/vetportal/fonts/gill-sans-nova/Monotype-GillSansNovaBook.ttf ")
}

form {
  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  align-items: center;
  /* Neutral/Black Dark */

  color: #1c1c1c;
}

h2 {
  font-family: 'SkolaSans';
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #1C1C1C;
}

h3 {
  font-family: 'Gill Sans Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
}

button , a {
  text-transform: uppercase;
}


.mylav-send-request {
  padding: 0px 16px;
  gap: 8px;
  width: 356px;
  background: #0075c9;
  opacity: 0.38;
  border-radius: 4px;
}

.mylav-send-request button {
  color: white;
  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border {
  border: 2px solid #d7d7d6;
  width: 214px;
  flex: none;
}

.mylav-register-new-client {
  /* Headlines/H3 */
  font-family: "SkolaSans";
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  align-items: center;
  color: #1c1c1c;
}

.mylav-access {
  padding: 0px 16px;
  gap: 8px;
  width: 356px;
  background: white;
  border: 2px solid #0075c9;
  border-radius: 4px;
}

.mylav-access button {
  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: #0075c9;
}

.mylav-forgot-password {
  /* Body 14/UPPERCASE */

  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */

  display: flex;
  align-items: center;
  text-transform: uppercase;

  /* Brand/Primary */

  color: #0075c9;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.mylav-text-paragraph .mylav-subtitle {
  /* Body 18/Book */

  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
}

.mylav-recovery-password {
  padding: 0px 16px;
  gap: 8px;
  background: #0075c9;
  opacity: 0.38;
  border-radius: 4px;
}

.mylav-recovery-password button {
  color: white;
  text-transform: uppercase;
}

.mylav-button {
  background: #0075C9;
  border-radius: 4px;
}
.mylav-button a {
  color: white;
  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.mylav-feedback .mylav-access {
  padding: 0px 16px;
  gap: 8px;
  border: 2px solid #0075c9;
  border-radius: 4px;
}

.mylav-button-white {
  background: white;
  border: 2px solid #0075c9;
  border-radius: 4px;
}

.mylav-button-white a {
  font-family: "Gill Sans Nova";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: #0075c9;
  text-transform: uppercase;
}

.mylav-reset-password {
  padding: 0px 16px;
  gap: 8px;
  background: #0075c9;
  opacity: 0.38;
  border-radius: 4px;
}

.mylav-reset-password button {
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .logo {
      max-width: 200px;
  }
  
  .container {
      padding-left: 50px; 
      padding-right: 50px; 
  }
}







