.login-btn {
	font-weight: 600;
	font-size: larger;
}

.heading-primary {
	font-weight: 600;
}

.text-decor {
	text-decoration: underline;
	font-weight: 500;
}

@media only screen and (max-width: 340px) {
	.heading-primary {
		font-weight: 600;
		font-size: 22px;
	}
}