html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
}
.fill {
  min-height: 100%;
  height: 100%;
}

.hsbcblos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    circle,
    rgb(222, 40, 92) 12%,
    rgb(38, 1, 32) 90%
  );
}

.hsbcblos-bg2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(28, 11, 63);
  background: linear-gradient(
    110deg,
    rgba(28, 11, 63, 1) 12%,
    rgba(223, 45, 82, 0) 52%,
    rgba(255, 54, 94, 0.1) 55%,
    rgba(223, 45, 82, 0) 58%,
    rgba(40, 2, 36, 1) 90%
  );
}
.hsbcblos-logo1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("./bg2_opt.png") no-repeat fixed right bottom; /* CRIF: NEED TO REPLACE WITH ACTUAL PATH/URL */
  background-size: 90%;
}

.hsbcblos-loginpl {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 15%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
  border: none;
  padding: 15px 40px;
  height: auto;
  width: 500px;
}

#hsbcblos-ssobtn {
  display: block;
  border-radius: 25px;
  color: white;
  background-color: #030303;
  text-decoration: none;
}
#hsbcblos-ssobtn :hover {
  background-color: #541237;
  border-radius: 25px;
  text-decoration: none;
}

#hsbcblos-ssobtn p {
  font-size: 12pt;
  padding: 10px;
}

#hsbcblos-footer {
  color: rgba(255, 255, 255, 0.65);
  position: absolute;
  text-align: center;
  padding: 0;
  height: 20px;
  width: 100%;
  bottom: 0;
}

@media screen and (max-device-width: 820px) and (min-device-width: 720px) and (orientation: portrait) {
  .hsbcblos-loginpl {
    display: inline-block;
    margin: 0 auto;
    left: 0;
    top: 0;
    border-radius: 25px;
    transform: translateY(80%) translateX(33%);
    padding: 15px 40px;
    width: 60%;
  }
  .hsbcblos-logo1 {
    background-size: 150%;
    background-position: 90% 110%;
  }
}

@media screen and (max-device-width: 500px) and (orientation: portrait) {
  .hsbcblos-loginpl {
    display: inline-block;
    margin: 0 auto;
    left: 0;
    top: 0;
    border-radius: 10px;
    transform: translateY(50%) translateX(9%);
    padding: 10px 20px;
    width: 85%;
  }
  .hsbcblos-logo1 {
    background-size: 160%;
    background-position: 80% 100%;
  }
  #hsbcblos-ssobtn p {
    padding: 5px;
  }
  .hsbcblos-loginwlc{
      font-size: 18px;
  }
}
