body,
html {
  overflow-x: hidden !important;
}
/* Version 1.0.1 */
.btn-dark {
  border-radius: 100px;
  border: none;
  color: white;
  overflow: hidden;
  padding: 14px 35px 11px 35px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

.btn-dark:hover {
  color: white;
}

.first-section-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-section-btn-container a {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.headercenter h2 {
  font-size: 72px;
}

.award {
  display: flex;
  justify-content: center;
  align-items: center;
}

.award img {
  max-width: 320px;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  opacity: 0.3;
}

/* .headercenter h2 {
    margin-top: 260px;
} */

.trading {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: -14px;
  margin-bottom: 38px;
}

.topsection1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.buttont {
  background: #c83a6f;
  mix-blend-mode: hard-light;
  border-radius: 50px;
  width: 210px;
  height: 56px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
}

.buttonb {
  background: #0a1954;
}

.buttonb:hover {
  color: #c83a6f;
}
@media screen and (max-width: 1280px) {
  .headercenter h2 {
    margin-top: 0px;
    font-size: 48px;
  }
  .signupRow form button {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .award img {
    max-width: 250px;
  }
  .signupRow {
    margin-top: -100px !important;
  }
  .signupRow,
  .supportRow {
    display: flex;
    flex-direction: column;
  }
  .signupRow,
  .supportRow {
    display: flex;
    flex-direction: column;
  }
  .systemRow {
    display: flex;
    flex-direction: column-reverse;
  }
  .signupRow .five.columns {
    min-width: 340px;
    width: 80%;
    padding: 0;
    margin: 0;
    align-self: center;
  }
  .signupRow .seven.columns {
    width: 100%;
  }
  .systemRow .five.columns {
    width: 100%;
  }
  .systemRow .seven.columns {
    width: 100%;
  }
  .supportRow .four.columns {
    width: 100%;
  }
  .btn-container {
    float: left;
  }
}

@media screen and (max-width: 780px) {
  .headercenter {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .headercenter h2 {
    margin-top: 0px;
    font-size: 48px;
  }
  .signupRow {
    flex-direction: column;
  }
  .trading {
    font-size: 16px;
  }
  .award img {
    max-width: 190px;
  }
  .trade-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .trade-section h2 {
    font-size: 3.2rem;
  }
  .trade-section h5 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 602px) {
  .signupRow {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 425px) {
  .first-section-btn-container {
    flex-direction: column;
  }
  .award img {
    max-width: 120px;
  }
  .headercenter {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .headercenter h2 {
    font-size: 24px;
  }
  .first-section-btn-container a {
    margin-bottom: 20px;
  }
  .signupRow .five.columns {
    min-width: 320px;
  }
  .signupRow form {
    padding: 30px;
  }
}
#crm-signup-form {
  color: rgb(0, 10, 40);
}
#crm-signup-form label {
  font-weight: 400 !important;
}
