/*
 * Syntactig sugar for border radius defintion
 */
/*
 * Media queries for various sizes based on S/M/L value
 */
/*
 * Generates a keyframe entry for all browser based on the given argument and content
 */
/*
 * Generates the standard animation properties based on the given arguments
 */
/*
 * Applies the given tranformation using both standard and browser prefix
 */
/*
 * Generates a float clear after the given element
 */
.subscribe-link {
  margin-top: 20px !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

@media only screen and (max-width: 991px) {
  .main-logo {
    display: none;
  }
}

.login-form-logo {
  display: block;
}
@media only screen and (max-width: 991px) {
  .login-form-logo {
    margin-bottom: 3rem;
  }
  .login-form-logo .main-logo {
    display: inline-block;
    width: 100%;
  }
  .login-form-logo .main-logo img#fixed-logo {
    position: relative;
    max-height: 10rem;
    max-width: 80vw;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.captcha-holder {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}

#reset-btn {
  margin-top: 30px !important;
}

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