a.button.buttons-top.ng-binding {
    color: white;
    background: rgb(172, 6, 3);
}

.section-box:first-child {
    padding-top: 10px !important;
}

.section-box:first-child .item-left img, 
.section-box:first-child .item-right img {
    height: 38px !important;
}

.section-box:first-child .item-left img {
    width: 38px !important;
}

.section-box:first-child .banner-container {
    padding-top: 0px !important;
}

.login-continer {
    background-color: #990302;
}


.signup .confirmCodePage {
  background-color : #990302 !important;

  .confirm-code-description {
      color : white !important;
    }
  .resend-box {
    span {
      color : white;
    }
  }
  .btn-secendary {
    span {
      color : black !important;
    }
  }
}

.signup .gradiant1 {
  background-color: #990302 !important;
  form#editForm input {
    background-color: white !important;
    color : black !important;
  }
  label.item , .edit-label {
    color : white !important;
  }

}


#taps_title div.tabs.tabs-striped.tabs-top{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  column-gap: .6rem;
  height: auto;
}
#taps_title div.tabs.tabs-striped.tabs-top a{
  min-width: max-content;
}

.signup .btn.btn-column2.theme-bg-simple, .login-page .btn-continer button.theme-bg-simple {
    background-color: white !important;
    color: #333 !important;
}