.minmargin{
    margin-bottom:5px !important;}
}
@media only screen and (max-width: 500px) {
.g-recaptcha {
transform:scale(0.77);
transform-origin:0 0;
}
}


@media only screen and (min-width: 768px) {
  .g-recaptcha {
        transform:scale(0.7);
        transform-origin:0 0;
    }
}

@media only screen and (min-width: 992px) {
  .g-recaptcha {
        transform:scale(0.6);
        transform-origin:0 0;
    }
}

@media only screen and (min-width: 1200px) {
  .g-recaptcha {
        transform:scale(0.7);
        transform-origin:0 0;
    }
}  

.loginbody {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
