.upgrade {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #414556;
  font-family: Lato, "Helvetica Neue", sans-serif; }
  .upgrade-content {
    max-width: 350px;
    height: 500px;
    position: relative;
    text-align: center; }
  .upgrade-popup {
    margin: 0 auto;
    height: 450px;
    position: relative;
    text-align: center; }
  .upgrade-icon {
    margin-bottom: 15px;
    max-width: 100%; }
  .upgrade-title {
    margin-bottom: 20px;
    font-size: 24px; }
  .upgrade-sub-title {
    font-size: 16px;
    line-height: 1.4; }
  .upgrade-form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .upgrade-hint {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 100%;
    margin-top: 45px;
    left: -40px;
    right: -40px;
    text-align: center;
    line-height: 1.4;
    opacity: .9; }

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