body.login {
  background: #f5f6f2;
  color: #151515;
}

body.login .main-wrapper {
  margin-top: 7vh;
}

body.login .section-main-content {
  background: #f5f6f2;
  margin-top: 0px;
}

body.login .section-main-content>.section-content:first-of-type {
  padding-top: 40px;
}


body.login img.logo-header {
  height: 80px;
  max-height: 80px;
}

body.login a.logo-header-link {
  max-width: 160px;
  /* IE */
  display: block;
  margin: 0;
}

body.login .section-main-content>.section-content:first-of-type {
  min-height: inherit;
}

body.login .pillar-wrapper {
  max-width: 480px;
  margin: 0 auto;
}

body.login a {
  color: #151515;
}

.login-page-banner-wrapper {
  margin-bottom: 30px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 31.30%;
  /* height: 300px; */
  width: 100%;
}

.login-page-banner-wrapper--desktop {
  display: none;
  padding-top: 23.15%;
}

.login-page-banner {
  position: absolute;
  top: 0;
}

.login-page-banner:nth-of-type(2) {
  animation: pulse 10s infinite normal;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.login-page-sub-headline {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  float: left;
  width: 100%;
}

.login-page-headline {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.otp-login-form-container {
  float: left;
  width: 100%;
}

body.login label {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 10px;
  float: left;
}

body.customercare-login label:nth-of-type(2),
body.customercare-login label:nth-of-type(3) {
  margin-top: 20px;
}

body.login label.inputError {
  color: #ff5955;
}

input {
  -webkit-box-shadow: inset 0px -1px 15px 0px rgba(245, 245, 245, 0.8);
  -moz-box-shadow: inset 0px -1px 15px 0px rgba(245, 245, 245, 0.8);
  box-shadow: inset 0px -1px 15px 0px rgba(245, 245, 245, 0.8);
  padding: 15px;
  /* border: none; */
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  float: left;
  /* text-align: center; */
  margin-bottom: 10px;
  border-radius: 0 !important;
  border: 1px solid #000;
}

.form-hint {
  margin-top: 10px;
}

body.login .cta-btn {
  float: none;
  width: 220px;
  margin: 20px 0 0 0;
  text-align: center;
}

.cta-btn {
  border: 1px solid #56bbbd;
  background-color: #56bbbd;
  width: 220px;
  margin: 0 auto;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  height: 47px;
  position: relative;
  cursor: pointer;
}

.cta-btn:hover {
  background: #0e141d;
  border-color: #0e141d;
  color: #fff;
}

.port-login-post-submit-line {
  text-align: left;
  margin-top: 20px;
}

.more-content {
  display: none;
}

body.login .section-footer>.col-xxs-12:first-of-type {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
}

body.login .section-footer>.col-xxs-12:first-of-type>div {
  margin-left: 10px;
}

body.login img.logo-footer {
  height: 38px;
  max-height: 38px;
}

.port-help-login-link {
  display: inline;
  text-decoration: underline;
  cursor: pointer;
}

.port-help-login-link:hover {
  text-decoration: none;
}

.section-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: left;
  text-align: left;
}

.section-footer>.col-xxs-12 p {
  margin-left: 0;
}

@media (min-width:1366px) {
  body.login .pillar-wrapper {
    max-width: 640px;
  }

  .login-page-banner-wrapper--desktop {
    display: block;
  }

  .login-page-banner-wrapper--mobile {
    display: none;
  }

}

@media (min-height:900px) {

  body.login .pillar-wrapper,
  body.my-discount-offer .pillar-wrapper {
    max-width: 640px;
  }
}

@media (max-width: 480px) {
  body.login img.logo-header {
    height: 75px;
    max-height: 75px;
  }
}