.login-register-block__container {
  font-family: "Inter ASM", sans-serif;
  background: #fff;
  position: relative;
  padding: 40px 40px 20px 40px;
  border-radius: 2px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}

.login-register-block__container div {
  margin-bottom: 20px;
}

.login-register-block__container input[type="email"] {
  margin-bottom: 0;
}

.select-product {
  position: relative;

  display: grid;
  gap: 16px;

  font-size: 16px;
  color: #262626;
  font-weight: normal;
}

.select-product input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
}

.select-product label {
  display: flex;
  align-items: center;
  font-size: 18px;

  padding: 16px 20px;

  border: 1px solid #e1e3e5;
  border-radius: 4px;
}

.select-product label:hover {
  background-color: #f3f5ff;
}

.select-product input:checked + label {
  color: #385cff;
  border-color: #385cff;
  background-color: #f3f5ff;
}

.login-actions {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.login-actions button.button--secondary {
    background-color: white !important;
    border: #C1C5CB 1px solid !important;
    color: #18181C !important;
    box-shadow: none !important;
}

.login-actions button.button--secondary:hover {
    background-color: #F6F7F9 !important;
    border: #252B36 1px solid !important;
    color: #252B36 !important;
    transition: none !important;
}

.login-actions button.button--secondary:active {
    background-color: white !important;
}

.forgot-password-link,
.forgot-password-link:hover,
.forgot-password-link:focus {
  display: block;
  margin-top: 8px;
  font-size: 0.75em;
  font-weight: normal;
  letter-spacing: 0;
}

.description a,
.description a:hover,
.description a:focus {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1em;
}

.w48 {
  float: left;
  width: 48%;
}

.w48:nth-of-type(odd) {
  margin-right: 4%;
}

.floatfix {
  float: none;
  clear: both;
}

.checkbox a {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1em;
}

@media (max-width: 767px) {
  .login-register-block__container {
    padding: 20px 20px 20px 20px;
  }
  .w48 {
    float: none;
    width: 100%;
  }
}
