@charset "utf-8";
/* CSS Document */

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000; }

form label.error {
  display: block;
  color: #ff0000;
  font-size: 15px !important;
  opacity: 1 !important; 
}

.successform,
.errorform {
  display: none;
  height: 70px; }

.successform span,
.errorform span {
  display: block; }

.successform span p,
.errorform span p {
  margin-top: 15px; }

.successform span p {
  color: #01c15a;
  font-size: 2rem; }

.errorform span p {
  color: #c0392b; }

