@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: 'Inter', sans-serif;
}

.spinner-border {
	display: none;
}

.new-input {
	height: 3.25rem;
}

.fw-500 {
	font-weight: 500;
}

.form-label {
	font-weight: 500;
}

.show-password-icon {
	position: absolute;
	top: 11px;
	right: 15px;
	z-index: 99;
}