@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face {
    font-family: "Open Sans";
    src: url('https://fonts.googleapis.com/css?family=Open+Sans:300');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url('https://fonts.googleapis.com/css?family=Open+Sans:400');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url('https://fonts.googleapis.com/css?family=Open+Sans:600');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src: url('https://fonts.googleapis.com/css?family=Open+Sans:700');
    font-weight: 700;
    font-style: normal;
}
html, body, p, a, div {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', 'Neue Helvetica', 'Open Sans', Arial, sans-serif;
  color: #000;
}

#logo-hub-description {
  padding: 0;
  text-align: right;
  font-weight: 400;
  font-size: 32px;
  color: #006838;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media all and (max-width: 767px) {
  #logo-hub-description {
    font-size: 28px;
    top: 35px;
  }
  #kc-logo-wrapper {
    background-position: left center;
  }
}

#logo-description {
  padding: 15px 0 0 0;
  text-align: center;
  font-weight: 600;
  color: #006838;
}

#avo-wrapper {
  display: block;
  position: absolute;
  height: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 20px;
  z-index: 5;
  width: 300px;
  min-height: 200px;
  border-radius: 6px;
  text-align: center;
  background: #f6faeb;
}

@media all and (max-height: 700px) {
  #avo-wrapper {
    top: 50%;
  }
}

@media all and (min-width: 768px) {
  #avo-wrapper {
    width: 500px;
  }
}

.kc-logo-text {
  display: none;
}
#kc-logo {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #00A651;
}
#kc-logo-wrapper {
    position: static;
}
#kc-container {
  min-height: 200px;
  height: auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  #kc-container, #kc-logo {
  }
  #avo-wrapper {
    padding: 10px;
    top: 50%;
    width: 300px;
  }
}

#kc-container-wrapper {
  position: static;
}
#kc-header {
  display: none;
}
#kc-content {
  padding: 20px 0;
}

/* Form restyling*/
.pf-c-form-control {
  border: none;
  border-width: 0;
  background: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  color: #0A0A0A;
  padding: 0 10px;
  text-align: left;
  width: calc(100% - 20px);
  margin: 0;
  margin-bottom: 5px;
  opacity: 0.8;
}
.pf-c-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #006838;
  opacity: 0.7;
}
.pf-c-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #006838;
  opacity: 0.7;
}
.pf-c-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #006838;
  opacity: 0.7;
}
.pf-c-form-control:-moz-placeholder { /* Firefox 18- */
  color: #006838;
  opacity: 0.7;
}

input:-webkit-autofill, .pf-c-form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.pf-c-form-control:focus {
    border: none;
    border-width: 0;
    box-shadow: none;
    background: rgba(100,100,100,0.2);
}
.pf-c-form__label {
    display: block;
    text-align: left;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 600;
    color: #006838;
}

#kc-form-options {
  text-align: left;
  padding: 5px 0;
}

.checkbox {
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
  color: #006838;
  position: relative;
}
.checkbox input::before {
  content: ' ';
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  color: transparent;
  background: #fff;
  border: 1px solid #00A651;
}
.checkbox input:checked::before {
  background: #00A651;
  background-image: none;
  color: #fff;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.nzavo-options, .nzavo-options a {
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  color: #006838;
}

.nzavo-btn, #ks-form-buttons {
  position: relative;
}

.nzavo-btn .pf-c-button {
  width: auto;
  height: 40px;
  text-align: center;
  padding: 10px 35px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  border: none;
  /*-webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.07);*/
  background: #31b2e1;
}

.nzavo-btn .btn-holder:first-child:last-child {
  position: absolute;
  right: 0;
  top: -35px;
}

.btn-holder.static {
  position: static !important;
  float: right;
}

#kc-info-wrapper {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #006838;
  padding: 10px 0;
  text-align: left;
}

#kc-reset-password-form {
  padding-top: 20px;
}

.sole-standing {
  padding-top: 20px !important;
}

.alert, .alert-error {
  background: transparent;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #0f0f0f;
}

.alert-error {
  color: #F13914;
}

#avo-footer {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #006838;
  padding: 10px 0;
}

#avo-footer a, #avo-footer a:hover, #avo-footer a:focus {
  color: #006838;
}

#avo-footer span, #avo-footer a {
  display: inline-block;
  width: 30%;
}

#avo-footer span {
  text-align: left;
}

#avo-footer a:last-child {
  text-align: right;
}

@media all and (max-width:768px) {
  #avo-footer a, #avo-footer span {
    display: block;
    width: 100%;
    text-align: center !important;
  }
}

.bottom-drown {
  position: absolute;
  bottom: 20px;
  left: 0;
}

.action-container {
  display: block;
  width: 100%;
  padding: 20px 0;
}

.action-half {
  display: inline-block;
  width: 49%;
  text-align: left;
}

.action-half + .action-half {
  text-align: right;
}

/* IE && Edge bugfixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pf-c-form-control{
	padding-top: 5px;
	padding-bottom: 10px;
  }
  .checkbox input {
    top: 3px;
	width: 20px;
	height: 20px;
  }
}

@supports (-ms-ime-align:auto) {
  .checkbox input {
    top: 3px;
	width: 20px;
	height: 20px;
  }
}