.morphii
{
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
}

.morphii-reviews-loop {
    width: 100%;
    margin: 0 !important;
}
.morphii-user_message {
    height: 6rem;
}
.morphii .center-div
{
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 100%;
}

.morphii .btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.morphii .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.morphii button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.morphii .morphii-instruction-container {
    display: none !important;
}
.morphii .SuccessFormSubmitMorphii {
    color: green;
    font-family: inherit;
    font-weight: 600;
}
.morphii .ErrorFormSubmitMorphii {
    color: red;
    font-family: inherit;
    font-weight: 600;
}