input[type="text"], input[type="email"], input[type="password"] {
		color: #495057;
		background-color: #fff;
		width: 100%;
		height: 2.375rem;
		padding: 0.375rem 0.75rem;
		font-weight: 400;
		line-height: 1.6;
		background-clip: padding-box;
		border: 1px solid rgba(0, 40, 100, 0.12);
		border-radius: 3px;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="submit"] {
	width: 100%;
}
.form-label {
		display: block;
		margin-bottom: .375rem !important;
		font-weight: 600;
		font-size: 0.875rem !important;
}
