#regForm {
  background-color: #ffffff;
  margin: 10px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 280px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.mmform h1 {
  text-align: center;  
}

.mmform-text-input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

input.invalid {
  background-color: #ebecfa;
}

#thanks {
  background-color: #ffffff;
  margin: 40px auto;
  font-family: Raleway;
  padding: 0 40px;
  width: 70%;
  min-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  display: none;
}

.mmform-button {
  background-color: #3c9997 !important;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

.mmform-button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #dcdef2;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #dcdef2;
  border: none;  
  /* border-radius: 50%; */
  border-radius: 1px 8px;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: https://microframeworks.com/w/kommo/mmform/comercial/thank.php  */
.step.finish {
  background-color: #3c9997;
}

/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px)  {
	.widefield {width: 100%}
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:481px)  {
	.widefield {width: 100%}
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px)  {
	.widefield {width: 100%}
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px)  {
	.widefield {width: 82%}
}

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
	.widefield {width: 64%}
}

/* hi-res laptops and desktops */
@media (min-width:1281px) {
	.widefield {width: 56%}
}
