@font-face {
  font-family: "Trileqe";
  src: local("Trileqe"), local("Trileqe"),
    url("../fonts/TrileqeFatt-Regular.otf") format("embedded-opentype"),
    url("../fonts/TrileqeFatt-Regular.otf") format("woff"),
    url("../fonts/TrileqeFatt-Regular.otf2") format("woff2");
}

@font-face {
  font-family: "ABC-Monument-Grotesk";
  src: local("ABC-Monument-Grotesk"), local("ABC Monument Grotesk"),
    url("../fontsNew/ABCMonumentGrotesk-Regular.woff2")
      format("embedded-opentype"),
    url("../fontsNew/ABCMonumentGrotesk-Regular.woff2") format("woff"),
    url("../fontsNew/ABCMonumentGrotesk-Regular.woff2") format("woff2");
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-container-root {
  min-height: 100vh;
  background: #ffe524;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.signup-container {
  display: flex;
  padding: 10px;
  height: 100vh;
  overflow: auto;
  scrollbar-width: none;
}

.w-50 {
  width: 50%;
}
.left {
  height: 100%;
}

.right {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.right::-webkit-scrollbar {
  width: 0px;
  display: none;
}

#discussion-messages {
  max-width: 451px;
  height: 100%;
  /* height: calc(100% - 65px); */
  overflow: scroll;
  scrollbar-width: none;
}
#discussion-messages::-webkit-scrollbar {
  width: 0px;
  display: none;
  scrollbar-width: none;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-image {
  /* width: 450px; */
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-image img {
  object-fit: contain;
  width: 72%;
  /* box-shadow: 15px 5px 0px -3px #000; */
  /* border-radius: 32px; */
  box-shadow: 8px 2px 3px -3px #000;
  border-radius: 25px;
}
#okta-sign-in .registration .subschema {
  display: none !important ;
}

#okta-sign-in .registration .subschema {
  margin-bottom: 0 !important;
}
.signUp-wrapper-c {
  height: 574px;
  text-align: center;
}

.rignt-inner-wrappwer {
  text-align: center;
  /* height: 100vh; */
  overflow: auto;
  scrollbar-width: none;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rignt-inner-wrappwer::-webkit-scrollbar {
  width: 0px;
  display: none;
}

#okta-sign-in {
  max-width: 442px !important;
}

#okta-sign-in .o-form-input,
#okta-sign-in .o-form-label {
  padding-bottom: 6px;
  padding-top: 6px;
}

#okta-sign-in.auth-container.main-container {
  background: transparent !important;
  border: none !important ;
  box-shadow: none !important;
}

#okta-sign-in.auth-container .okta-sign-in-header {
  display: none !important;
}

#okta-sign-in.auth-container h2 {
  font-family: "Trileqe";
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: 0em;
  color: #000 !important  ;
}

#okta-sign-in .o-form label {
  display: none;
}

#okta-sign-in.auth-container .okta-form-input-field {
  background-color: transparent !important;
  border-color: transparent !important;
}

#okta-sign-in.auth-container .okta-form-input-field {
  width: 426px !important;
  width: 100% !important;
  border-radius: 10px !important;
  background-color: #fff !important;
}

#okta-sign-in .o-form .input-fix {
  outline: none !important;
  background-color: #fff !important;
}

#okta-sign-in .o-form .input-fix input[type="text"] {
  border-radius: 10px !important;
  color: #000 !important;
}

#okta-sign-in .o-form .input-fix input[type="password"] {
  border-radius: 10px !important;
  color: #000 !important;
}

#okta-signin-submit {
  border-radius: 10px !important;
  background: #e6955a !important;
  box-shadow: 2px 2px 0 0 #000 !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px;
  font-family: "Trileqe" !important;
  margin-top: 12px !important;
}

#okta-sign-in .button-primary {
  margin-top: 12px !important;
  border-radius: 10px !important;
  background: #e6955a !important;
  box-shadow: 2px 2px 0 0 #000 !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px;
  font-family: "Trileqe" !important;
}

#okta-sign-in .infobox > .icon p {
  text-align: left;
}

.auth-footer {
  text-align: left !important;
}
.auth-footer a {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "ABC-Monument-Grotesk" !important;
  color: #000000 !important;
}
.okta-login-form__signup-text {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "ABC-Monument-Grotesk" !important;
  color: #000000 !important;
  line-height: 16px !important;
}
.okta-login-form__signup-text p a {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

.left-button a {
  border: 2px solid #000000;
  height: 41px;
  width: 168px;
  background: #e6955a;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-family: "Trileqe";
  font-weight: 400;
  box-shadow: 2px 2px 0 0 #000;
  margin-left: 84px;
  margin-top: 50px;
}

.login-aggregator {
  background: transparent !important;
  border: none !important;
  margin-top: 12px;
}
#okta-sign-in .auth-footer {
  margin: 12px 0;
}

/* SignUp  */

#okta-sign-in .auth-content {
  padding: 0 !important;
}

#okta-sign-in .registration .subschema {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#okta-sign-in.auth-container .okta-form-label {
  display: none;
}

#okta-sign-in.auth-container .chzn-single {
  background-color: #fff;
  border: none;
  border-radius: 10px !important;
}
#okta-sign-in.auth-container .chzn-single span {
  color: #000 !important;
}
#okta-sign-in .registration .subschema .subschema-satisfied {
  color: #a7a7a7;
  width: 50%;
}
#okta-sign-in .registration .subschema .subschema-error {
  color: #e34843;
  width: 50%;
}
#okta-sign-in .registration .subschema p {
  padding: 4px !important;
}
#okta-sign-in .o-form-theme {
  padding: 0 !important;
}
#okta-sign-in .registration .o-form-fieldset-container .required-fields-label {
  display: none;
}
#okta-sign-in .o-form-select {
  width: 399px !important;
  height: 40px !important;
}

#okta-sign-in .chzn-container-single .chzn-single span {
  text-align: left;
}

.sigunup-content {
  max-width: 411px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
}
.sigunup-content p {
  margin: 0;
}
hr {
  margin: 8px 0 !important;
}

.input154 option {
  width: 399px;
}

#okta-sign-in.auth-container .chzn-single {
  background-color: #fff;
  border-color: none !important;
  width: 399px !important;
}

#okta-sign-in .o-form-fieldset {
  margin-bottom: 4px !important;
}

.hideCloseIcon {
  display: none;
  cursor: pointer;
  top: -8px;
  right: -12px;
  position: absolute;
  /* z-index: 1; */
}

.hideCloseIcon img {
  width: 28px !important;
  height: 26px !important;
}

.chatbotIcon:hover + .hideCloseIcon {
  display: block;
}

.hideCloseIcon:hover {
  display: block;
}

#input-container-error232 {
  text-align: center;
}
#okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
  text-align: left;
}
#input154_chzn {
  width: 399px !important;
  background: #e6955a;
  border-radius: 10px;
}

.chzn-container.chzn-with-drop .chzn-drop {
  background: #e6955a;
  border-radius: 10px;
  color: #000;
  font-family: Trileqe;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}
.chzn-container .chzn-results li {
  border: none !important;
}

#input221_chzn {
  width: 400px !important;
  border-radius: 10px !important;
  color: #000 !important;
}

.chzn-container {
  width: 399px !important;
}

.chzn-container-single .chzn-search input {
  padding: 4px 5px !important;
  height: 25px !important;
  font-size: 16px !important;
}

.js-help-link {
  display: none !important;
}
.o-form-input .o-form-input-name-homeschooled {
  display: none !important;
}

.homeschool-checkbox-container {
  text-align: left;
  display: flex;
  gap: 12px;
  font-family: "ABC Monument Grotesk";
  font-size: 12px;
  color: black;
  font-weight: 400;
}

#okta-sign-in .registration .subschema p {
  font-family: "ABC Monument Grotesk";
  font-size: 12px;
  color: black;
  font-weight: 400;
}

.school-list::-webkit-scrollbar {
  display: none;
}
.chzn-results::-webkit-scrollbar {
  display: none;
}
.chzn-results {
  scrollbar-width: none;
}

.school-list {
  max-height: 169px;
  overflow: scroll;
  position: fixed;
  scrollbar-width: none;
  background: #e6955a;
  list-style: none;
  z-index: 999;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  border-radius: 10px;
  font-family: "Trileqe";
  padding: 4px !important;
}
.school-list {
  display: none !important;
}
.school-list.open {
  display: block !important;
}
.school-list li {
  padding: 4px 8px !important;
}
.school-list li:hover {
  background-color: #ffe524 !important;
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  z-index: 999;
}
.homeschool-checkbox-container label {
  display: block !important;
}

#ui-datepicker-div {
  display: none;
}

.chzn-container-single .chzn-single {
  border: none !important;
  border-radius: 10px !important;
  height: 38px;
  line-height: 38px;
}
.highlighted {
  background: #ffe524 !important;
  border-radius: 4px;
}

.terms-text .terms-separator {
  position: relative;
}

.terms-text .terms-separator-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  background: #ffe524;
  width: 50px;
  z-index: 1;
}
.message-text a {
  color: #2127c2;
  text-decoration: underline;
}

.message-text a:hover {
  color: #2127c2;
  text-decoration: underline;
}

.sigunup-content {
  position: relative;
}

.okta-login-form__signup-text .terms-separator-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  background: #ffe524;
  width: 50px;
  z-index: 1;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-specific styles */
    .okta-login-form__signup-text .terms-separator-text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 50%);
      background: #ffe524;
      width: 50px;
      z-index: 1;
    }
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .okta-login-form__signup-text .terms-separator-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    background: #ffe524;
    width: 50px;
    z-index: 1;
  }
}

@-moz-document url-prefix() {
  .okta-login-form__signup-text .terms-separator-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%) !important;
    background: #ffe524;
    width: 50px;
    z-index: 1;
  }
}

.okta-login-form__signup-text .terms-separator .terms-separator-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  background: #ffe524;
  width: 50px;
  z-index: 1;
}

#okta-sign-in .focused-input,
#okta-sign-in .link.help:focus {
  box-shadow: none !important;
}

#okta-sign-in {
  margin: 8px auto 8px !important;
}
#okta-sign-in.auth-container.main-container p {
  text-align: left !important;
}

#okta-sign-in .registration .subschema p {
  text-align: left !important;
  padding-left: 20px !important ;
  font-size: 12px;
  font-weight: 400;
  font-family: "ABC-Monument-Grotesk";
}
#okta-sign-in .o-form-input-error .icon-16 {
  left: 0 !important;
  position: absolute !important;
  /* top: 0 !important; */
}
#okta-sign-in .o-form-has-errors .infobox-error {
  text-align: left;
}

#input-container-error231 {
  text-align: left !important;
}
#okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
  padding-top: 6px;
}

@media only screen and (max-width: 1199px) {
  body {
    padding-top: 0px !important;
  }
}

/* ChatBot  */

.chatBoat-Icon img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: inherit;
}

.chatBoat-Icon {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 1;
}

.chat-box-container {
  width: 481px;
  height: 474px;
  position: absolute;
  bottom: 2%;
  right: 4%;
  z-index: 1;
}

.chat-box-header {
  width: 100%;
  height: 3.4375rem;
  background: #2127c2;
  padding: 0.5rem 1rem 10px;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-p-c {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-c {
  position: relative;
}

.message-active {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  background: #0db870;
  right: 0;
  bottom: 1px;
}

.chat-bot-msg-container {
  /* overflow: scroll; */
  width: 100%;
  height: calc(100% - 125px);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.user_name {
  color: #fff;
  font-family: ABC Monument Grotesk;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}

.chat-bot-msg-container img {
  border-radius: 50%;
  width: 101px;
  height: 86px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}

.close_icon {
  cursor: pointer;
  width: 12px;
}

.chat-bot-msg-container b {
  font-weight: bold;
}
.get-started {
  width: 24.5625rem;
  margin-top: 22px;
}
.msg-intro {
  font-size: 18px;
  font-family: ABC Monument Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.margin-bottom {
  margin-bottom: 12px;
}

.messanger_button {
  margin-top: 2.5rem;
  display: inline-flex;
  padding: 0.6875rem 1.875rem;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  background: #2127c2;
  font-size: 14px;
  font-family: ABC Monument Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.hidden {
  display: none;
}

.chat-message-container {
  width: 100%;
  /* height: calc(100% - 25px); */
  height: 100%;
  position: relative;
}

.discussion-messages:first-child {
  padding-top: 24px;
}

.user-parent {
  height: fit-content;
  gap: 5px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 65px);
  scrollbar-width: none;
}
.user-parent::-webkit-scrollbar {
  display: none;
}
.user-parent {
  scrollbar-width: none;
}
#okta-sign-in.auth-container.main-container::-webkit-scrollbar {
  display: none;
}
#okta-sign-in.auth-container.main-container {
  scrollbar-width: none;
}
.chatClose img {
  width: 25px !important;
  height: 27px !important;
}
.user-parent img {
  width: 36px;
  height: 36px;
  border-radius: 5.625rem;
  transform: scale(1.1);
  -webkit-clip-path: circle(40% at center);
  clip-path: circle(40% at center);
}

.message-c {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  /* max-width: 80%; */
}

.message-text {
  max-width: 407px;
  width: 100%;
  /* display: flex; */
  padding: 12px;
  align-items: center;
  gap: 10px;
  border-radius: 30px 30px 30px 0;
  background: #d3d4f3;
  font-size: 12px;
  text-align: left;
  margin: 0 7px;
  font-family: "ABC-Monument-Grotesk";
}
.like-c-p {
  display: flex;
}

.message-text-sender {
  font-family: "ABC-Monument-Grotesk";
  word-break: break-word;
  width: 100%;
  display: inline-block;
  padding: 12px;
  align-items: center;
  gap: 10px;
  border-radius: 30px 30px 0 30px;
  background: #3893e7;
  color: #fff;
  font-size: 14px;
  text-align: left;
  /* width: 80%; */
}
.message-c {
  margin-right: 12px;
}
.message-time {
  width: 100%;
  color: #3d3d3d;
  font-size: 10px;
  font-family: abcRegular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 3px;
  text-align: left;
  text-align: initial;
  margin-left: 12px;
}

.right-message .message-time {
  text-align: right;
}
.message-sub-container {
  display: flex;
  max-width: 100%;
  /* align-items: center;
  justify-content: center; */
}
.like-btn {
  cursor: pointer;
  width: 36px !important;
  height: 36px !important;
  object-fit: none !important;
}
.dislike-btn {
  cursor: pointer;
  width: 36px !important;
  height: 36px !important;
  object-fit: none !important;
}
.left-message {
  display: flex;
}
.right-message {
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
}
.get-response {
  display: flex;
  justify-content: flex-end;
}
.message-input-container {
  width: 100%;
  position: absolute;
  margin-top: 5px;
  bottom: 0px;
  font-family: "ABC-Monument-Grotesk";
}
.message-input {
  width: 100%;
  height: 55px;
  border-radius: 8px;
  background: #fff;
  padding: 19px 60px 19px 17px;
  border: 1px solid #d2d2d2;
  outline: none;
}
.message-input-container img {
  position: absolute;
  top: 35%;
  right: 5px;
  cursor: pointer;
  object-fit: contain;
  height: 18px;
  width: 45px;
}
#okta-sign-in .error-16:before {
  font-size: 15px !important;
}
.separator {
  position: relative;
  padding: 15px 0 !important;
}
.separator:before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.25;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.separator span {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffe524;
  padding: 10px;
}

#okta-sign-in .registration .subschema p span {
  position: absolute;
  left: 0px !important;
  top: 0px !important;
}

#okta-sign-in .o-form-input .o-form-input-name-date_of_birth {
  width: 85% !important;
}
#okta-sign-in .o-form-input .ui-datepicker-trigger {
  position: absolute;
  margin-left: 20px !important;
  height: 38px;
  width: 38px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .signup-container-root {
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    scrollbar-width: none;
    /* overflow: hidden; */
  }
  .signup-container-root::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .signup-container {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 30px;
  }
  .signInPageCenter {
    display: flex;
    justify-content: center;
  }

  .right {
    /* height: auto; */
    overflow: inherit;
  }
  #okta-sign-in.auth-container .auth-content {
    max-width: 270px;
    margin: 0 auto;
  }
  #okta-sign-in.auth-container {
    width: 300px !important;
    overflow: hidden;
  }

  .chat-box-container {
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .msg-intro {
    font-size: 18px;
  }
  .messanger_button {
    font-size: 12px;
  }

  .signup-container {
    flex-direction: column;
  }
  .w-50 {
    width: 100% !important;
  }
  #okta-sign-in .auth-footer {
    text-align: center !important;
  }
  .left {
    order: 2;
    height: auto;
  }
  .left-image {
    display: none;
  }
  .left-button {
    display: flex;
    justify-content: center;
  }

  .sigunup-content p {
    padding: 8px 29px;
  }
  #okta-sign-in .o-form-button-bar {
    padding-bottom: 0 !important;
  }
  #okta-sign-in .o-form-button-bar {
    background: transparent;
    border: none;
    padding: 0px !important;
    border-radius: 0;
    box-shadow: none;
  }
  #okta-sign-in.auth-container .chzn-single {
    max-width: 300px !important;
  }
  #input154_chzn {
    max-width: 300px !important;
  }
  .chzn-container-active.chzn-with-drop .chzn-single {
    max-width: 300px !important;
  }
  .chzn-container.chzn-with-drop .chzn-drop {
    max-width: 300px !important;
  }
  .chzn-container-single .chzn-search {
    background-color: #fff !important;
  }

  .hideCloseIcon img {
    display: none;
  }
  .school-list {
    /* left: 65px !important; */
  }
  .chatBoat-Icon {
    position: fixed;
    bottom: 10px;
    right: 24px;
    z-index: 1;
  }
  .left-button a {
    margin-left: 0;
  }
  .rignt-inner-wrappwer {
    height: inherit;
    overflow: unset;
  }
  .rignt-inner-wrappwer {
    padding: 0;
  }
  .signUp-wrapper-c {
    height: auto;
    overflow: inherit;
  }
  #okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
    padding-left: 24px;
  }
  #okta-sign-in .o-form-input .ui-datepicker-trigger {
    position: absolute;
    margin-left: 6px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
    padding-left: 24px;
  }
  .signup-container-root::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .signup-container-root {
    min-height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .right {
    height: 80%;
  }
  .chat-box-container {
    width: 60%;
    top: 73%;
    left: 65%;
    transform: translate(-50%, -50%);
  }
  .signup-container {
    flex-direction: column;
  }
  .w-50 {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #okta-sign-in .auth-footer {
    text-align: center !important;
  }
  .left {
    order: 2;
    height: auto;
  }
  .left-image {
    display: none;
  }
  .left-button {
    display: flex;
    justify-content: center;
  }
  .signup-container {
    padding: 40px 0;
  }
  .chzn-container-single .chzn-search {
    background-color: #fff !important;
  }
  .message-text {
    max-width: 451px;
  }
  .hideCloseIcon img {
    display: none;
  }
  #discussion-messages {
    max-width: inherit;
  }
  .left-button a {
    margin-left: 0;
  }
  .rignt-inner-wrappwer {
    height: inherit;
    overflow: unset;
  }
  .rignt-inner-wrappwer {
    padding: 0;
  }
  .signUp-wrapper-c {
    height: auto;
  }
}

.forgot-password-email-enabled .button-primary.disabled {
  opacity: 0.7;
  pointer-events: none;
}
