@media all and (min-width: 1064px) {
}/* Login Box
=================================================================== */
.login-error {
  height: 30px;
  background: #f95c78;
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--theme--neutral00);
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10001;
  width: 100%;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.login-error .mob-login-error {
  height: 14px;
  width: 14px;
  fill: white;
  margin-right: 8px;
  margin-top: 4px;
}
.mobilize-layout .mobilize-logo {
  margin-top: 125px;
  margin-bottom: 35px;
  text-align: center;
}
.mobilize-layout .mobilize-logo img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .mobilize-layout .mobilize-logo {
    margin-top: 35px;
  }
}
.mobilize-layout .login-layout .title {
  padding-top: 2px;
}
.community-layout .custom-logo-container {
  width: 200px;
  margin: auto;
}
.community-layout .custom-logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.community-layout .custom-logo img {
  left: 43px;
  z-index: 1;
  top: -60px;
  position: absolute;
  height: 116px;
  width: 116px;
  border: 8px solid white;
  border-radius: 30px;
  background-color: white;
}
.community-layout .content {
  margin-top: 104px;
}
.community-layout.has-cover .cover {
  background-size: cover;
  background-position: center;
  height: 257px;
  width: 100%;
}
.community-layout.has-cover .custom-logo img {
  top: -160px;
}
@media screen and (max-width: 768px) {
  .community-layout.has-cover .custom-logo img {
    top: -226px;
    height: 104px;
    width: 104px;
  }
}
.community-layout.has-cover .content {
  margin-top: -104px;
}
@media screen and (max-width: 768px) {
  .community-layout.has-cover .content {
    margin-top: -170px;
  }
}
.login-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-layout .description {
  color: var(--theme--neutral100);
  margin-top: 24px;
  margin-bottom: 16px;
}
.login-layout .description.centered {
  text-align: center;
  line-height: 24px;
}
.login-layout .description .heavy {
  font-weight: bold;
}
.login-layout .panel {
  margin-bottom: 10px;
}
.login-layout .title {
  color: var(--theme--neutral100);
  font-size: 30px;
  text-align: center;
  padding-top: 46px;
}
.login-layout .login-box {
  width: 500px;
  padding: 24px 40px;
  border-radius: 4px;
  backgroud-color: white;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
.login-layout .login-box .mobilize-prompt {
  margin-top: 24px;
  padding: 8px 16px;
  background-color: var(--theme--neutral10);
  color: var(--theme--neutral100);
  border-radius: 4px;
}
.login-layout .login-box.large {
  width: 650px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .login-layout .login-box.large {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .login-layout .login-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .login-layout .login-box .login-buttons .mob-btn {
    margin-top: 16px;
  }
}
.login-layout .login-box .login-buttons .social-section {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .login-layout .login-box .login-buttons .social-section {
    flex-direction: column;
    margin-top: 10px;
  }
}
.login-layout .login-box .login-buttons .mob-btn {
  justify-content: center;
}
.login-layout .login-box .login-buttons .sso-section .mob-btn {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .login-layout .login-box .login-buttons .sso-section .mob-btn {
    margin-top: 16px;
  }
}
.login-layout .login-box .or-container {
  padding: 18px 0 12px 0;
  color: var(--theme--neutral40);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login-layout .login-box .or-container .line {
  height: 1px;
  background-color: #c9d4d7;
  flex: 1;
}
.login-layout .login-box .or-container .or {
  padding: 0 8px;
}
.login-layout .login-box .action-block {
  padding-top: 8px;
}
.login-layout .login-box .actions {
  display: flex;
  align-content: center;
  justify-content: center;
}
.login-layout .footer {
  color: var(--theme--neutral100);
}
.login-layout .footer a {
  font-weight: bold;
}
.login-layout .light-footer {
  color: var(--theme--neutral60);
  font-weight: normal;
}
.login-layout .light-footer a {
  color: var(--theme--neutral60);
  text-decoration: underline;
}
.login-layout .light-footer a:hover {
  color: var(--theme--neutral60);
}

.forgot-password-confirmation {
  text-align: center;
  font-size: 14px;
  color: var(--theme--neutral100);
}
.forgot-password-confirmation .heavy {
  font-weight: bold;
}
.create-organization.signUpConfirmationEmail {
  text-align: center;
  padding: 10px;
}
.create-organization.signUpConfirmationEmail .ms-flex-1 {
  -ms-flex: 1 0 auto;
}
.create-organization.signUpConfirmationEmail .title {
  margin-top: 40px;
}
.create-organization.signUpConfirmationEmail .content-image {
  margin: 40px auto;
  max-width: 350px;
}
.create-organization.signUpConfirmationEmail .content-image > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .create-organization.signUpConfirmationEmail .content-image > img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .create-organization.signUpConfirmationEmail .create-organization-contentContainer {
    padding: 0;
  }
}
.create-organization.signUpConfirmationEmail .form-container {
  padding: 40px 117px;
}
@media screen and (max-width: 768px) {
  .create-organization.signUpConfirmationEmail .form-container {
    padding: 0;
  }
}


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