.login-page__logo {
  padding-top: 30px;
  padding-bottom: 60px;
}
.login-page__logo a {
  display: inline-block;
  width: 128px;
  height: auto;
}
.login-page__header {
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 70px 16px;
    margin-bottom: 40px;
    height: 400px;
}

.banner-btn
{
    width:200px;
}

.banner-btn span {
    width: 100%;
    margin-right: 38px;
}
.login-container
{
    margin:40px;
}

.p-30{
    padding:30px !important;
}
.banner-cont-img
{
    width:100%;
}
.login-banner-item {
    background-color: #f6f6f6;
}

.login-header-title {
    font-family: "GraphikXXCondensed", Arial, sans-serif;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
}

.login-header-contenttext {
    /*font-size: 30px;*/
    font-weight: 400;
    line-height: 1.2;
}
.login-page__header__content {
    line-height:1;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 50px;
    /*margin-top: 100px;*/
    max-width: 720px;
    color: #ffffff;
    padding-left:40px;
}


.link {
    color: #333;
    border-bottom: 1px solid #01A982;
}

    .link:hover {
        text-decoration: none; /* remove underline on hover */
        color: #01A982; /* optional: keep same color on hover */
    }



.login-page__header__content h1 {
  color: #ffffff;
}
.login-page__header__content h1, .login-page__header__content p {
  text-shadow: 0 0 8px #000000;
}
.login-page__sign-in-cta {
    font-family: "HPEGraphik", Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border: 0;
    text-align: center;
    font-size: 16px;
    border: solid 2px #01A982;
    outline: 0 solid #01A982;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    max-width: 400px;
    min-height: 44px;
    min-width: 242px;
    background: #01A982;
    border: 0;
}
@media (max-width: 576px) {
  .login-page__sign-in-cta {
    max-width: 100%;
    min-width: 0;
  }
}

@media only screen and (max-width: 767px) {
    .login-page__header {
        background-size: cover;
        padding: 40px 16px; 

      
    }
    .login-header-contenttext
    {
        font-size:14px;
    }
}

.login-page__sign-in-cta span::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  transition: transform 150ms ease-in-out;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 471.2 471.2"><path fill="%23ffffff" d="M456.57 248.48a18.45 18.45 0 0 0 5.43-12.9 17.88 17.88 0 0 0-5.43-12.9L340.08 106.19a18.34 18.34 0 0 0-25.93 25.93l85.26 85.13H27.53a18.33 18.33 0 1 0 0 36.66h371.88l-85.26 85.26a18.34 18.34 0 0 0 25.93 25.93z"/></svg>') no-repeat;
}
.login-page__sign-in-cta:hover {
  text-decoration: none;
  outline-width: 2px;
}
.login-page__sign-in-cta:hover span::after {
  transform: translateX(5px);
}
.login-page__sign-in-cta:hover {
  color: #ffffff;
  outline: 2px solid #01A982;
}
.login-page__banner {
  margin-bottom: 32px;
}
.login-page__info {
  margin-bottom: 32px;
}
    .login-page__info h2 {
        font-family: "HPEGraphik Semibold", Arial, sans-serif;
        font-size: 22px;
        text-transform: none;
        color: #000000;
        margin: 0 0 10px;
    }
.login-page__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-page__info ul li + li {
  margin-top: 4px;
}
.login-page__info ul a {
  color: #333333 !important;
  border-bottom: 1px solid #01A982;
  word-break: break-word;
  text-decoration: none;
}
.login-page__info ul a:hover, .login-page__info ul a:focus {
  color: #333333 !important;
  border-color: #333333;
  text-decoration: none;
}

/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
.notifications-banners {
  margin: 0 0 2rem;
}
.notifications-banners__carousel {
  position: relative;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .notifications-banners__carousel {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .notifications-banners__carousel {
    padding: 0 70px;
  }
}
.notifications-banners__carousel--static {
  padding: 0;
}
.notifications-banners .banner-item {
  position: relative;
  background: #f1f1f1;
  display: flex;
  width: 100%;
}
.notifications-banners .banner-item::before {
  content: "";
  display: block;
  height: 6px;
  background: #01A982;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.notifications-banners .banner-item__content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.notifications-banners .banner-item__content h3 {
  text-transform: none;
}
.notifications-banners .banner-item__content p {
  font-size: 16px;
  line-height: 1.176470588;
  margin: 0 0 8px;
}
.notifications-banners .banner-item__content p:last-of-type {
  margin-bottom: 25px;
}
.notifications-banners .banner-item__content p a {
  color: #333333 !important;
  border-bottom: 1px solid #01A982;
  word-break: break-word;
  text-decoration: none;
}
.notifications-banners .banner-item__content p a:hover, .notifications-banners .banner-item__content p a:focus {
  color: #333333 !important;
  border-color: #333333;
  text-decoration: none;
}
    .notifications-banners .banner-item__content > a {
        font-family: "HPEGraphik", Arial, sans-serif;
        font-weight: 600;
        color: #000000;
        text-decoration: none;
        border: 0;
        text-align: center;
        font-size: 16px;
        border: solid 2px #01A982;
        outline: 0 solid #01A982;
        box-sizing: border-box;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
        max-width: 400px;
        min-height: 44px;
        min-width: 242px;
        margin-top: auto;
    }
@media (max-width: 576px) {
  .notifications-banners .banner-item__content > a {
    max-width: 100%;
    min-width: 0;
  }
}
.notifications-banners .banner-item__content > a span::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  transition: transform 150ms ease-in-out;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 471.2 471.2"><path fill="%2301A982" d="M456.57 248.48a18.45 18.45 0 0 0 5.43-12.9 17.88 17.88 0 0 0-5.43-12.9L340.08 106.19a18.34 18.34 0 0 0-25.93 25.93l85.26 85.13H27.53a18.33 18.33 0 1 0 0 36.66h371.88l-85.26 85.26a18.34 18.34 0 0 0 25.93 25.93z"/></svg>') no-repeat;
}
.notifications-banners .banner-item__content > a:hover {
  text-decoration: none;
  outline-width: 2px;
}
.notifications-banners .banner-item__content > a:hover span::after {
  transform: translateX(5px);
}
.notifications-banners .banner-item__image {
  display: none;
}
@media (min-width: 640px) {
  .notifications-banners .banner-item__image {
    display: block;
    flex: 0 0 40%;
    position: relative;
  }
}
.notifications-banners .banner-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.notifications-banners .banner-item--aruba::before {
  background: #FF8300;
}
.notifications-banners--placeholder .banner-item__image {
  background-image: linear-gradient(135deg, #333333 10%, #ffffff 10%, #ffffff 50%, #333333 50%, #333333 60%, #ffffff 60%, #ffffff 100%);
  background-size: 5px 5px;
  height: 120px;
}
.notifications-banners .owl-nav {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.notifications-banners .owl-nav button {
  display: block;
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Cpath d='M31 40 16 25l15-15 2 2-13 13 13 13z'/%3E%3C/svg%3E") center center no-repeat !important;
  background-size: 100% 100%;
  opacity: 0.5;
  transition: opacity 0.4s ease 0.4s;
}
@media (min-width: 768px) {
  .notifications-banners .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .notifications-banners .owl-nav button {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.notifications-banners .owl-nav button:hover {
  opacity: 1;
}
.notifications-banners .owl-nav button.owl-prev {
  left: 0;
}
.notifications-banners .owl-nav button.owl-next {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.notifications-banners .owl-nav button span {
  display: none;
}
.notifications-banners .owl-dots {
  font-size: 0;
  height: auto;
  line-height: 11px;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 30px 0;
}
.notifications-banners .owl-dot {
  background: rgba(118, 118, 118, 0.5) !important;
  border: none;
  border-radius: 6px;
  display: inline-block;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  vertical-align: middle;
  width: 9px;
}
.notifications-banners .owl-dot.active {
  background: #ffffff !important;
  border: 1px solid #bababa;
  cursor: default;
  height: 11px;
  width: 11px;
}
.notifications-banners .owl-stage {
  display: flex;
}
.notifications-banners .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.notifications-banners .owl-item > div[id] {
  width: 100%;
}

/*# sourceMappingURL=login.css.map */
