.forgot-password {
	font-size: 1.5rem;
	color: #92318D;
}

.submit-btn {
	color: white;
}
.submit-btn:hover {
	color: white;
}

.login-input:focus {
	box-shadow: inset 0 -2px 0 #92318D !important;
	-webkit-box-shadow: inset 0 -2px 0 #92318D !important;
}