@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.system-logo img {
  display: none !important;
  padding: 0 !important;
}

.body-container-wrapper {
  flex-direction: column !important;
  padding: 0;
}

.custom-sign-header {
  width: 100%;
  background: blue;
  padding: 20px;
}

.custom-sign-header {
  background-color: #007fe0;
  background-image: linear-gradient(45deg, #007fe0, #1ad8f2);
  margin-bottom: 100px;
}

.custom-sign-header img {
  height: 30px;
}

h1 {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #007FE0;
}

#hs_cos_wrapper_login_heading {
  text-align: center;
}

.hs-form-field label, 
.hs-login-widget-show-password {
  color: #365686;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 16px;
}

.hs-form-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  height: 46px;
  padding: 14px 18px;
  width: 100%;
}

.hs_submit.hs-submit .actions input[type=submit], 
#hs-button_return_button,
#hs-button_sign_in_button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #3399e6;
  border-radius: 8px;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  letter-spacing: normal;
  line-height: 1.5em;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

#hs-membership-form {
  padding: 0 !important;