/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.third-party-signup__title {
  text-align: center;
  font-size: 28px;
  font-weight: 100;
}

.third-party-signup__subtitle {
  text-align: center;
  font-size: 14px;
  color: #7b8994;
  font-weight: 400;
}

.third-party-signup__profile-picture {
  display: none;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
}

.third-party-signup__profile-picture img {
  display: block;
  width: 64px;
}

.third-party-signup__sign-up-form {
  width: 230px;
  margin: 0 auto;
}

#shared-link-immediate-signup-modal .db-modal,
#shared-link-download-signup-modal .db-modal {
  width: 372px;
}

#shared-link-immediate-signup-modal .login-form-component,
#shared-link-download-signup-modal .login-form-component {
  display: none;
}

#shared-link-immediate-signup-modal .close-link,
#shared-link-download-signup-modal .close-link {
  font-weight: 600;
}

#shared-link-welcome-modal .db-modal {
  width: 420px;
}

#shared-link-welcome-modal .db-modal .db-modal-content {
  text-align: center;
}

#shared-link-welcome-modal .bright-modal-header {
  font-size: 22px;
}

#shared-link-welcome-modal .welcome-modal-illo img {
  margin-top: 30px;
}

#shared-link-welcome-modal .welcome-modal-text {
  font-size: 15px;
  margin-top: 24px;
}

#shared-link-welcome-modal .go-to-dropbox-button {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 24px auto 0;
}

#shared-link-welcome-modal .welcome-modal-no-thanks {
  margin: 6px 0 24px;
}
