.sticky-footer {
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here */
	background-color: #404DFF;
	color: #ffffff;
  padding: 10px;
}

.sticky-footer button {
  font-family: Raleway;
	height: 40px;
	background: none;
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

.sticky-footer button:hover {
  background-color: #AE59FF;
}

.modal form input {
  font-size: 1.8rem;
}