.form{
	margin-top: 2%;
	display:flex;
	flex-direction: row;
	justify-content: end;
}

.form-control {
  width: 300px !important;
}

@media screen and (max-width: 425px) {
  .form-control {
  width: 100% !important;
	}
}
