.header {
	font-family: "Inter", system-ui;
	font-weight: 700;
}

.forgot-password {
	font-weight: 600;
}

.label-toggle {
	position: relative;
	z-index: 1;
	left: 90%;
	top: -35px;
	cursor: pointer;
	color: #9e9e9e;
}

/* button */
.btn-primary {
	color: #fff;
	background-color: #3c57fb;
	border-color: #3c57fb;
}

a {
	color: #3c57fb;
	text-decoration: none;
	background-color: transparent;
}
.input-captcha {
	display: flex;
	justify-content: space-between;
}
