/* Full colors */
/* Subdued colors */
.account-form {
  margin: 80px auto;
  max-width: 760px;
  background-color: white;
  border-radius: 15px;
  padding: 50px 100px;
  box-shadow: 0 20px 30px -3px rgba(0, 102, 182, 0.1);
  font-family: "Gilroy", sans-serif;
}
.account-form .header-signup {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
}
.account-form .signup_form {
  max-width: 560px;
}

.signup {
  font-family: "Gilroy", sans-serif;
  color: #081f4d;
  min-height: 100%;
}
.signup .outlet {
  box-sizing: border-box;
  width: 100%;
  flex: 1 1 auto;
  background-color: #f6faff;
}
.signup_header {
  background-color: white;
  height: 65px;
  position: relative;
  border-bottom: 1px solid #dee1e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signup_header_logo {
  margin-left: 50px;
  flex: 0 0 auto;
}
.signup_header_logo img {
  width: 180px;
  height: auto;
}
.signup .ds-input {
  border: 1px solid #ced2db;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Gilroy", sans-serif;
}
.signup .ds-input::placeholder {
  color: #8a8a8a;
  font-weight: normal;
  font-style: normal;
}
.signup .action-button {
  width: 300px;
  height: 50px;
  position: relative;
  color: white;
  margin-top: 30px;
  font-family: inherit;
  background: #1550ef;
}
.signup .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.signup .count {
  font-family: inherit;
}
.signup .count .custom-select {
  min-width: 30px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  background-color: white;
}
.signup .count .mat-select-value {
  vertical-align: middle;
  height: 50px;
  max-width: 100%;
}
.signup .count .mat-select-arrow-wrapper {
  visibility: hidden;
}
.signup .count.arrow .mat-select-arrow-wrapper {
  visibility: visible;
}
.signup_form {
  width: 100%;
}
.signup .link {
  margin: 0 auto;
}
.signup .link-container {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}
.signup .language {
  width: 100%;
  max-width: 200px;
}
.signup .nav-link {
  font-weight: 500;
  border-bottom: 1px solid #1550ef;
  text-decoration: none;
  padding-bottom: 7px;
  cursor: pointer;
}
.signup .benefits {
  margin: 30px auto;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
}
.signup .benefits p {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .create-account .account-form {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    overflow-y: hidden;
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  .signup .ds-flex-seed {
    background-color: white;
  }
  .signup_header {
    height: 80px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 30px;
  }
  .signup_header .cart-icon img {
    width: 20px;
    height: 20px;
  }
  .signup_header .cart_content {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 2;
    background-color: white;
    border-radius: 0 0 5px 5px;
  }
  .signup_header .cart_content.visible {
    display: block !important;
  }
  .signup_header .cart_content_sm {
    position: relative;
    z-index: 2;
  }
  .signup_header .cart_content_backdrop {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  .signup .link {
    padding: 0;
    display: none;
  }
  .signup .link.active {
    display: flex;
    color: #081f4d;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    width: 100%;
    padding-left: 15px;
    flex-direction: column;
  }
  .signup .link-container {
    flex: unset;
  }
  .signup .outlet {
    justify-content: center;
  }
  .signup .benefits {
    margin-top: 40px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  .signup .language {
    max-width: 150px;
    margin-right: 0;
  }
  .signup_header {
    z-index: 2;
  }
  .signup_header_logo {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .signup .signup_form_inline-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .signup .signup_form_inline-control .ds-input-container:first-of-type {
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .signup .signup_header_logo {
    margin-left: 0;
  }
  .signup .signup_header_logo img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .account-form {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    overflow-y: hidden;
    margin-bottom: 0;
  }

  .forgot-password {
    padding: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .account-form {
    margin: 80px 0 0;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 20px;
    width: 100%;
  }
  .account-form .header {
    font-size: 30px;
    line-height: 45px;
  }
  .account-form_footer {
    flex-direction: column;
  }
  .account-form .signup_form .ds-input-container {
    margin-top: 10px;
  }
  .account-form .action-button {
    font-size: 1rem;
    line-height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .benefits {
    display: none;
  }
}
body.forgot_password .app {
  background-color: white;
}
body.forgot_password .forgot-password .password_form {
  width: 100%;
  max-width: 475px;
}
body.forgot_password .forgot-password .action-button {
  margin-top: 40px;
  width: 100%;
  max-width: 315px;
}

.activate-simple {
  box-sizing: border-box;
  padding: 90px 30px 30px;
  align-self: stretch;
  min-height: 100%;
}
.activate-simple .password_form {
  width: 100%;
  max-width: 475px;
}
.activate-simple .action-button {
  margin-top: 40px;
  width: 100%;
  max-width: 315px;
}

.signup .outlet {
  box-sizing: border-box;
  width: 100%;
  flex: 1 1 auto;
  background-color: #f6faff;
}

.contract-form {
  margin: 80px auto;
  max-width: 760px;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 100px;
  box-shadow: 0 20px 30px -3px rgba(0, 102, 182, 0.1);
}

.external-market {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 480px) {
  .external-market {
    flex-direction: column-reverse;
    margin-top: 80px;
  }
  .external-market .account-form {
    margin-top: 0;
  }
}
.special-offer {
  width: 600px;
  height: 100%;
  font-family: 'Gilroy', sans-serif;
  box-shadow: 0 10px 15px 3px rgba(0, 102, 182, 0.05);
  background: radial-gradient(circle, #1e7fff 30%, #1550ef 100%);
  padding: 10% 0 25%;
}
.special-offer_text {
  font-size: 38px;
}
.special-offer_logo_sm {
  display: none;
}
.special-offer_image_sm {
  display: none;
}

@media (min-width: 320px) and (max-width: 480px) {
  .special-offer {
    width: 100%;
    padding: 30px 0 10px;
  }
  .special-offer_text {
    font-size: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .special-offer_logo {
    display: none;
  }
  .special-offer_image {
    display: none;
  }
  .special-offer_logo_sm {
    display: block;
  }
  .special-offer_image_sm {
    display: inline-block;
  }
}
