html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.w-content {
  width: min-content;
}

.prep-icon {
  height: 46px;
}

/*sign in start*/

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .checkbox {
  margin-top: 10px;
}

/*sign in end*/

.border-bottom-disabled td {
  border-bottom-width: 0;
} 

.w-80 {
  width: 80%;
}

.label-autofill-block {
 width: max-content;
}

.label-input {
  display: inline;
}

.label-autofill-btn {
  vertical-align: baseline;
}