.organic-hub {
  /* style 1 */
  /* style 2 */
  /* style 3 */
  /* style 4 */
  /* style 5 */
  /* style 6 */
}
.organic-hub .register, .organic-hub .login, .organic-hub .forgot {
  margin: auto;
  width: 450px;
  margin-bottom: 2em;
}
.organic-hub .alert-primary {
  background-color: #014d45;
}
.organic-hub .btn-primary {
  background-color: #014d45;
  border-color: #014d45;
}
.organic-hub .btn-primary:hover {
  background-color: #a49261;
  border-color: #a49261;
}
.organic-hub ol.breadcrumb {
  margin-left: 0;
}
.organic-hub .register .strong {
  color: green;
  font-size: 12px;
}
.organic-hub .register .weak, .organic-hub .register .short {
  color: red;
  font-size: 12px;
}
.organic-hub .register .good {
  color: #ec660e;
  font-size: 12px;
}
.organic-hub .g-recaptcha {
  display: inline-block;
}
.organic-hub .dashboard-btn {
  text-align: center;
  background: #014d45;
  color: #fff;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 1.8em;
  transition: 0.2s;
  border-radius: 5px;
}
.organic-hub .dashboard-btn:hover {
  background-color: #a49261;
}
.organic-hub .dashboard-btn span {
  display: block;
}
.organic-hub .dashboard-btn .fa, .organic-hub .dashboard-btn .fas {
  font-size: 1.2em;
  float: left;
}
@media (max-width: 767px) {
  .organic-hub .register, .organic-hub .login, .organic-hub .forgot {
    width: 100%;
  }
}
.organic-hub .box {
  background-color: #e4e4e4;
  padding: 6.25rem 1.25rem;
  text-align: center;
}
.organic-hub .box + .box {
  margin-top: 2.5rem;
}
.organic-hub .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.organic-hub .inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
.organic-hub .no-js .inputfile + label {
  display: none;
}
.organic-hub .inputfile:focus + label,
.organic-hub .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.organic-hub .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.organic-hub .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
.organic-hub .inputfile-1 + label {
  color: #f1e5e6;
  background-color: #d3394c;
}
.organic-hub .inputfile-1:focus + label,
.organic-hub .inputfile-1.has-focus + label,
.organic-hub .inputfile-1 + label:hover {
  background-color: #722040;
}
.organic-hub .inputfile-2 + label {
  color: #d3394c;
  border: 2px solid currentColor;
}
.organic-hub .inputfile-2:focus + label,
.organic-hub .inputfile-2.has-focus + label,
.organic-hub .inputfile-2 + label:hover {
  color: #722040;
}
.organic-hub .inputfile-3 + label {
  color: #d3394c;
}
.organic-hub .inputfile-3:focus + label,
.organic-hub .inputfile-3.has-focus + label,
.organic-hub .inputfile-3 + label:hover {
  color: #722040;
}
.organic-hub .inputfile-4 + label {
  color: #014d45;
}
.organic-hub .inputfile-4:focus + label,
.organic-hub .inputfile-4.has-focus + label,
.organic-hub .inputfile-4 + label:hover {
  color: #a49261;
}
.organic-hub .inputfile-4 + label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #014d45;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}
.organic-hub .inputfile-4:focus + label figure,
.organic-hub .inputfile-4.has-focus + label figure,
.organic-hub .inputfile-4 + label:hover figure {
  background-color: #a49261;
}
.organic-hub .inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}
.organic-hub .inputfile-5 + label {
  color: #d3394c;
}
.organic-hub .inputfile-5:focus + label,
.organic-hub .inputfile-5.has-focus + label,
.organic-hub .inputfile-5 + label:hover {
  color: #722040;
}
.organic-hub .inputfile-5 + label figure {
  width: 100px;
  height: 135px;
  background-color: #d3394c;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}
.organic-hub .inputfile-5:focus + label figure,
.organic-hub .inputfile-5.has-focus + label figure,
.organic-hub .inputfile-5 + label:hover figure {
  background-color: #722040;
}
.organic-hub .inputfile-5 + label figure::before,
.organic-hub .inputfile-5 + label figure::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.organic-hub .inputfile-5 + label figure::before {
  border-top: 20px solid #dfc8ca;
  border-left: 20px solid transparent;
}
.organic-hub .inputfile-5 + label figure::after {
  border-bottom: 20px solid #722040;
  border-right: 20px solid transparent;
}
.organic-hub .inputfile-5:focus + label figure::after,
.organic-hub .inputfile-5.has-focus + label figure::after,
.organic-hub .inputfile-5 + label:hover figure::after {
  border-bottom-color: #d3394c;
}
.organic-hub .inputfile-5 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}
.organic-hub .inputfile-6 + label {
  color: #d3394c;
}
.organic-hub .inputfile-6 + label {
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  padding: 0;
}
.organic-hub .inputfile-6:focus + label,
.organic-hub .inputfile-6.has-focus + label,
.organic-hub .inputfile-6 + label:hover {
  border-color: #722040;
}
.organic-hub .inputfile-6 + label span,
.organic-hub .inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
.organic-hub .inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.organic-hub .inputfile-6 + label strong {
  height: 100%;
  color: #f1e5e6;
  background-color: #d3394c;
  display: inline-block;
}
.organic-hub .inputfile-6:focus + label strong,
.organic-hub .inputfile-6.has-focus + label strong,
.organic-hub .inputfile-6 + label:hover strong {
  background-color: #722040;
}
@media screen and (max-width: 50em) {
  .organic-hub .inputfile-6 + label strong {
    display: block;
  }
}

/*# sourceMappingURL=frontend.css.map */
