/**
 * Login button styles (based on #sd-pub-home-container on the Home page)
 * Used on feature, blog, news and advice landing pages.
 *
 * Typography must match sd_new_home.css .sd-bnt-login exactly.
 * Landing pages load sd_contact.css (* { box-sizing: content-box }) — border-box is forced here.
 */

.sd-editor-home-login {
  text-align: right;
  top: -50px;
  position: relative;
  z-index: 3000;
}

.sd-editor-home-login a {
  text-decoration: none;
}

.sd-editor-home-login .sd-bnt-login {
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  min-height: 38px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px #616161;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 24px 0px 0px 24px;
  letter-spacing: 0.5px;
  min-width: 125px;
  box-shadow: 0px 1px 3px 1px #0000003d;
  background-color: #cd9728;
  position: fixed;
  top: 12px;
  right: 0;
  z-index: 10001;
  padding: 0 18px;
}

@media only screen and (max-width: 749px) {
  .sd-editor-home-login .sd-bnt-login {
    border-right: none;
  }
}

@media only screen and (min-width: 650px) {
  .sd-editor-home-login .sd-bnt-login {
    font-weight: normal;
  }
}

@media only screen and (min-width: 720px) {
  .sd-editor-home-login .sd-bnt-login {
    font-size: 18px;
    min-height: 45px;
    min-width: 160px;
    border-radius: 24px;
    right: 3%;
    top: 3%;
  }
}

@media only screen and (min-width: 750px) {
  .sd-editor-home-login {
    top: 0;
  }

  .sd-editor-home-login .sd-bnt-login {
    min-height: 50px;
    min-width: 180px;
    font-size: 18px;
    border-radius: 30px;
    z-index: 10001;
  }
}

@media (min-width: 1500px) {
  .sd-editor-home-login .sd-bnt-login {
    top: 5%;
    right: 4%;
  }
}

@media only screen and (min-width: 1630px) {
  .sd-editor-home-login .sd-bnt-login {
    height: 53px;
    min-height: 53px;
    font-size: 18px;
  }
}
