header#header-top {
  display: none;
}
.sign-up-section .logoDv {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.sign-up-start {
  margin-top: 70px;
}
.for-sign-up-hadding {
  text-align: center;
}
.sign-up-hadding {
  color: #228dd3;
  font-size: 45px;
  font-family: "basement";
}
.sign-up-tabs {
  margin-top: 35px;
}
#myTab {
  justify-content: center;
  border: none !important;
}
.nav-tabs .nav-link.active {
  background-color: #228dd3 !important;
  color: #ffffff !important;
  border-bottom: 0px !important;
}
.tab-buttons {
  background: #ffffff;
  font-size: 16px;
  font-family: "aileron-regular";
  color: #228dd3 !important;
  width: 190px;
  border-bottom: 1px solid #00000061 !important;
  height: 50px;
  border-radius: 0px !important;
}
.welcome {
  font-size: 28px;
  margin-top: 25px;
}
.welcem-to {
  font-family: "aileron-regular";
}
.welcome-to-share-script {
  font-family: "aileron-regular";
  font-weight: bolder;
  text-shadow: 0 0 black;
}
.where-screen-writer {
  font-family: "aileron-regular";
  line-height: 3px;
}
.not-member {
  margin-top: 35px;
  margin-bottom: 12px;
}
.not-member a {
  color: #228dd3;
}
.not-a-member {
  color: #000000;
  font-size: 16px;
  font-family: "aileron-regular";
}
.not-member-a {
  text-decoration: none;
}
.not-a-member a span a {
  font-size: 16px;
  font-family: "aileron-regular";
  color: #228dd3;
}
.all-inputs {
  width: 31%;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 0;
  margin: 0 auto;
}
.for-all-form-input {
  width: 100%;
  height: 45px;
  border: 1px solid #00000061;
  padding: 10px;
}
.for-all-form-input::placeholder {
  text-align: center;
  color: #636060;
  font-size: 15px;
  font-family: "aileron-regular";
}
#space-between-inputs {
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-top: 12px;
}
.sign-up-option {
  width: 100%;
}
.sign-up-option button {
  width: 100%;
  height: 50px;
  border: 1px solid #228dd3;
  font-family: "aileron-regular";
  background-color: #ffffff;
  color: #228dd3;
  font-size: 16px;
}
.for-sign-up-btn {
  width: 100%;
  padding: 5.2px !important;
  margin-top: 20px;
}
.sign-up-btn {
  background-color: #228dd3;
  color: #ffffff;
  width: 100%;
  height: 50px;
  border: 0px !important;
  font-family: "aileron-regular";
  font-size: 16px;
}
.agree-terms {
  margin-top: 20px;
}
.agree-terms-for-buyers {
  margin-top: 70px;
}
.by-creating {
  color: #636060;
  font-size: 14px;
  font-family: "aileron-regular";
}
.terms-conditions {
  text-decoration: none;
  margin-left: 12px;
  color: #228dd3;
}
.remember-forgot {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.remember {
  color: #636060;
  font-size: 14px;
  font-family: "aileron-regular";
}
.forgot-password span {
  color: #636060;
  font-size: 15px;
  font-family: "aileron-regular";
}
.forgot-password a {
  text-decoration: none;
}
.for-conditions {
  padding: 0px !important;
}
footer {
  display: none;
}
.coprights {
  display: none;
}
@media(max-width:1440px){
  .by-creating{
    font-size: 13px;
  }
}
@media(max-width:1336px){
  .by-creating{
    font-size: 12px;
  }
}
@media(max-width:1280px){
  .by-creating{
    font-size: 11px;
  }
}

@media(max-width:575px){
  .all-inputs {
    width: 100%;
}
}