html {
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.card {
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	padding: 40px 15px 10px;
}

.box-shadow {
	box-shadow: rgba(13, 26, 38, 0.06) 0px 1px 3px 0px, rgba(13, 26, 38, 0.06) 0px 1px 2px -1px;
}

.font-light {
	color: rgba(33, 37, 41, 0.6);
}

.font-small {
	font-size: 0.9rem;
}