/* line 1, app/assets/stylesheets/admin/passwords.scss */
.create-account {
  text-decoration-line: underline;
  color: #4D86BA !important;
  font-size: 16px;
  line-height: 25px;
}

/* created container */
/* line 9, app/assets/stylesheets/admin/passwords.scss */
.account-common-container {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6C757D;
  margin-top: 71px;
}

/* line 17, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .envelope {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

/* line 24, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .envelope .circle {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F9F9F9;
}

/* line 34, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .envelope .circle img {
  height: 54px;
}

/* line 38, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #343A40;
}

/* line 46, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .intro {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

/* line 52, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .btn-container {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

/* line 58, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .btn-container a {
  max-width: 259px;
  font-size: 16px;
}

/* line 63, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .intro > div {
  margin-bottom: 50px;
}

/* line 67, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .footer-info {
  margin-top: 86px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

/* line 74, app/assets/stylesheets/admin/passwords.scss */
.account-common-content .try-new {
  color: #4d86ba !important;
  cursor: pointer;
  text-decoration-line: underline;
}

/* end created container */
/* line 82, app/assets/stylesheets/admin/passwords.scss */
.mt-3 {
  margin-top: 5rem !important;
}

/* line 86, app/assets/stylesheets/admin/passwords.scss */
.container-height {
  height: 100vh;
}
