

@media screen and (min-width: 981px) {
.ai-form {
	display: flex;
	justify-content: center;
}
}
/* Apply block display on mobile */
@media screen and (max-width: 980px) {
.ai-form {
	display: block;
	justify-content: center;
}
}	

.small-input-field {
	padding: 10px !important;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray !important;
	width: 100%;
	
}	
