.link,
.button {
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}
.button {
    padding: 5px 30px 5px 15px;
    overflow: hidden;
    z-index: 3;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.button:before,
.button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-20deg) translate3d(0, 0, 0);
    transform: skew(-20deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button-green:before,
.button-green:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(0deg) translate3d(0, 0, 0);
    transform: skew(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button:before,
.button:after {
    content: '';
    width: 98%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-20deg) translate3d(0, 0, 0);
    transform: skew(-20deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button-blue:before,
.button-blue:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(0deg) translate3d(0, 0, 0);
    transform: skew(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button:after {
    left: -100%;
    transition: left .3s ease;
}
.button:focus:after,
.bg-dark .button:hover:after {
    left: 0;
}
.button--left {
    padding: 10px 15px 10px 30px;
}
.button--left:after,
.button--left:before {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.button--left:after {
    left: 100%;
}

.button--marged-top {
    margin-top: 20px;
}
.button--green {
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 35px 8px 25px !important;
    display: inline-block;
    letter-spacing: 0.05em;
    padding: 0.5555555556rem 1rem;
    text-decoration: none;
    font-size: 1rem;
}
.button--green:before {
    background-color: #8ac53f;
}
.button--green:after {
    background-color: #5f9a05;
    text-decoration: none;
}
.site-navigation--important a {
    color: #bdbdbd;
    font-weight: lighter;
}
.button-dark:before,
.button-dark:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(0deg) translate3d(0, 0, 0);
    transform: skew(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button--dark {
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 35px 8px 25px !important;
    display: inline-block;
    letter-spacing: 0.05em;
    padding: 0.5555555556rem 1rem;
    text-decoration: none;
    font-size: 1rem;
}
.button--dark img {
    height: 19px;
    margin-top: -3px;
    padding-right: 10px;
    padding-top: 5px;
    margin-left: 0px;
}
.button--dark:before {
    background-color: #333;
}
.button--dark:after {
    background-color: #5f9a05;
    text-decoration: none;
}
.button-blue:before,
.button-blue:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(0deg) translate3d(0, 0, 0);
    transform: skew(0deg) translate3d(0, 0, 0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button--blue {
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 35px 8px 25px !important;
    display: inline-block;
    letter-spacing: 0.05em;
    padding: 0.5555555556rem 1rem;
    text-decoration: none;
    font-size: 1rem;
}
.button--blue:before {
    background-color: #02bdd9;
}
.button--blue:after {
    background-color: #0799af;
    text-decoration: none;
}
.link,
.buttonBlue {
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    letter-spacing: 0.1rem;
    transition: all 0.3s ease;
    text-transform: none;
}
.buttonBlue {
    padding: 5px 30px 5px 15px;
    overflow: hidden;
    z-index: 3;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.buttonBlue:before,
.buttonBlue:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.button-green:before,
.button-green:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.buttonBlue:before,
.buttonBlue:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.button-blue:before,
.button-blue:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.buttonBlue:after {
    left: -100%;
    transition: left .3s ease;
}
.buttonBlue:focus:after,
.bg-dark .buttonBlue:hover:after {
    left: 0;
}
.button--left {
    padding: 10px 15px 10px 30px;
}
.button--left:after,
.button--left:before {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.button--left:after {
    left: 100%;
}

.cta-desc a {
    color: #6b9a2e !important;
}
.button--marged-top {
    margin-top: 20px;
}
.button--blue {
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 25px 8px 25px !important;
    display: inline-block;
    letter-spacing: 0.05em;
    padding: 0.5555555556rem 1rem;
    text-decoration: none;
    font-size: 1rem;
}
.button--blue:before {
    background-color: #02bdd9;
}
.button--blue:after {
    background-color: #0799af;
    text-decoration: none;
}
/** main bootstrap changes **/
.myhyve-container {
    max-width: 750px;
}
.myhyve-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
/** login form **/
.hex-bg {
  background: url(/images/newheadlighter.png) 0 0 repeat, #222629 !important;
background-position: top left;
}

.loginForm {
    margin-top: 28vh;
}
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loginForm {
      margin-top: 250px;
  }
} */
/* @supports (-ms-ime-align: auto) {
  .loginForm {
      margin-top: 250px;
  }
} */
.loginFormSignUp {
    margin-top: 10%;
}
.form-control {
    padding: 0.55rem 0rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    border-radius: 0rem;
    border: none;
    border-bottom: 1px solid white;
}
.myHyve-form:focus {
    color: #e4e4e4;
    background-color: transparent;
    border-color: #84b938;
    outline: 0;
}
.myHyve-form option {
    color: black;
}
.form-check-input {
    margin-left: 0rem;
}
.myHyve-login-form {
    color: white;
}
.form-group ::placeholder {
    color: white;
}
.form-group:focus ::placeholder {
    color: black;
}
.myHyve-form::-webkit-input-placeholder {
    color: #fff;
    transition: .5s;
}
.myHyve-form:focus::-webkit-input-placeholder {
    color: #777;
}
.loginFormSignUp .myHyve-login-form {
    margin-top: 10%;
}

/** form login buttons **/
.myHyve-login-blue {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    border-radius: 0px;
    box-shadow: 0px 10px 20px 0px #34383c;
    margin-top: -3px;
    cursor: pointer;
}
.myHyve-login-blue:hover {
    color: #333;
    background-color: #00aeef;
    border-color: #00aeef;
}
.myHyve-login-green {
    color: #fff;
    background-color: #84b938;
    border-color: #84b938;
    border-radius: 0px;
    cursor: pointer;
}
.myHyve-login-green:hover {
    color: #333;
    background-color: #84b938;
    border-color: #84b938;
}
.title {
    display: inline-block;
    width: 120px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #84b938;
    margin-top: 0px;
}
.title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #84b938;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
/* Main Classes */
.hyvecustominput[type="checkbox"]:before{
    position: relative;
    display: block;
    border: 1px solid transparent;
    content: "";
    background: #545454;
}
.hyvecustominput[type="checkbox"]:after{
    position: relative;
    display: block;
    left: 2px;
    top: -10px;
    border: none;
    content: "";
}
/* Large checkboxes */
.hyvecustominput.large[type="checkbox"]:before{
    width: 14px;
    height: 14px;
}
.hyvecustominput.large[type="checkbox"]:after{
    top: -12px;
    width: 10px;
    height: 10px;
}
/* Custom checkbox */
.hyvecustominput.large.custom[type="checkbox"]:checked:after{
    background: #04c1df;
}
.hyvecustominput.large.custom[type="checkbox"]:not(:disabled):checked:hover:after{
    background: #04c1df;
}
a {
  color: #03c1de;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 7px);
}
.myHyve-login-form {
  color: #8c8c8c;
  margin-bottom: 100px;
  margin-top: 19%;
}
.myHyve-form {
    margin-top: 10px;
}
.form-check-label {
    margin-top: 0px;
    padding-left: 2rem;
    margin-bottom: 0;
}
.hex-bg h1 {
    color: #fff;
    text-align: center;
}
.myHyve-login-form h4 {
    color: #cccccc;
}

/* Change the white to any color ;) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px (0, 0, 0, 0.5) inset;
    -webkit-text-fill-color: #fff !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.form-row {
    margin-bottom: 25px;
    border: 1px solid #ffffff29;
    padding: 25px;
    background: #222629;
}
.mobile-submit {
    margin-top: 25px;
    width: 100%;
}
.error {
    color: #dc3545;
}
.mobile-agreement {
    border: 1px solid #ffffff29;
    padding: 25px 25px 0px;
    background: #222629;
}
label#loginagreementcheck-error {
    margin-left: 32px;
}
.copyright {
    color: white;
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-right: -75px;
    color: #777;
}
.copyright a {
    color: #777;
}
@media screen and (min-width: 978px) {
  .loginlogo {
      position: fixed;
      width: 11%;
  }

}
/** responsive media querys **/
@media screen and (max-width: 575px) {
  .hex-bg h1 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 25px;
}
  .loginForm {
      margin-top: 5%;
      text-align: center;
  }
  .form-check-label {
      padding-left: 3rem;
  }
  .loginForm img {
      max-width: 11rem;
  }
  .loginFormSignUp {
      margin-top: 5%;
      text-align: left;
  }
  .loginFormSignUp img {
      max-width: 11rem;
      text-align: center;
      margin: auto;
  }
  .myHyve-login-form {
      margin-top: 5%;
  }
  .form-control {
      font-size: 1.1rem;
  }
  .hyvecustominput.large[type="checkbox"]:before {
      width: 18px;
      height: 18px;
  }
  .hyvecustominput.large[type="checkbox"]:after {
      top: -16px;
      width: 14px;
      height: 14px;
  }
}
