@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-left-col .footer-text {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gift-login-page .gift-login-left-col .footer-text {
    display: none;
  }
}
.gift-login-page .gift-login-right-col .footer-text {
  display: none;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-right-col {
    background: #4a59b3;
    background: -moz-linear-gradient(
      top,
      #4a59b3 0%,
      #5897ca 70%,
      #91c3ec 100%
    );
    background: -webkit-linear-gradient(
      top,
      #4a59b3 0%,
      #5897ca 70%,
      #91c3ec 100%
    );
    background: linear-gradient(
      to bottom,
      #4a59b3 0%,
      #5897ca 70%,
      #91c3ec 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a59b3", endColorstr="#91c3ec", GradientType=0);
    padding-top: 40px;
  }
  .gift-login-page .gift-login-right-col .footer-text {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gift-login-page .gift-login-right-col {
    background: #4a59b3;
    background: -moz-linear-gradient(
      top,
      #4a59b3 0%,
      #5897ca 70%,
      #91c3ec 100%
    );
    background: -webkit-linear-gradient(
      top,
      #4a59b3 0%,
      #5897ca 70%,
      #91c3ec 100%
    );
    background: linear-gradient(
      to bottom,
      #4a59b3 0%,
      #5897ca 70%,
      #91c3ec 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a59b3", endColorstr="#91c3ec", GradientType=0);
    padding-top: 40px;
  }
  .gift-login-page .gift-login-right-col .footer-text {
    display: block;
  }
}
.gift-login-page .gift-login-section {
  padding: 0;
  background: #4a59b3;
  background: -moz-linear-gradient(top, #4a59b3 0%, #5897ca 70%, #91c3ec 100%);
  background: -webkit-linear-gradient(
    top,
    #4a59b3 0%,
    #5897ca 70%,
    #91c3ec 100%
  );
  background: linear-gradient(to bottom, #4a59b3 0%, #5897ca 70%, #91c3ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a59b3", endColorstr="#91c3ec", GradientType=0);
  position: relative;
  overflow: hidden;
}
.gift-login-page .gift-login-section .gift-login-row {
  min-height: 100vh;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-login-row {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gift-login-page .gift-login-section .gift-login-row {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section {
    background: #f6f6f9;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gift-login-page .gift-login-section {
    background: #f6f6f9;
  }
}
.gift-login-page .gift-login-section .container-fluid {
  position: relative;
  z-index: 5;
}
.gift-login-page .gift-login-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f6f6f9;
  width: 30%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gift-login-page .gift-login-section::before {
    display: none;
  }
}
.gift-login-page .gift-login-section .triangle-right {
  width: 0;
  height: 0;
  border-top: 70vh solid rgba(0, 0, 0, 0);
  border-left: 100vh solid #f6f6f9;
  border-bottom: 70vh solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -20vh;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .triangle-right {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gift-login-page .gift-login-section .triangle-right {
    display: none;
  }
}
.gift-login-page .gift-login-section .gift-login-left {
  text-align: center;
  max-width: 571px;
  margin: auto;
}
.gift-login-page .gift-login-section .gift-login-left .gift-logo-img {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-login-left .gift-logo-img {
    margin-bottom: 15px;
  }
}
.gift-login-page .gift-login-section .gift-login-left h3 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #311a75;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-login-left h3 {
    font-size: 22px;
  }
}
.gift-login-page .gift-login-section .gift-voucher-wrap {
  padding: 4px;
  background: #222b63;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-voucher-wrap {
    margin: 0 10px;
  }
}
.gift-login-page .gift-login-section .gift-voucher-wrap::before {
  content: "";
  background: url("../images/left-corner.png") no-repeat 0 0;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 3;
  width: 16px;
  height: 100%;
  background-size: auto 100%;
}
.gift-login-page .gift-login-section .gift-voucher-wrap::after {
  content: "";
  background: url("../images/right-corner.png") no-repeat 0 0;
  position: absolute;
  right: -13px;
  top: 0;
  z-index: 3;
  width: 16px;
  height: 100%;
  background-size: auto 100%;
}
.gift-login-page .gift-login-section .gift-voucher-wrap p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-voucher-wrap p {
    font-size: 16px;
    line-height: 38px;
  }
}
.gift-login-page .gift-login-section .p-22 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #311a75;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .p-22 {
    font-size: 16px;
    line-height: 25px;
  }
}
.gift-login-page .gift-login-section .gift-login-form {
  max-width: 400px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-login-form {
    margin: 27px auto 30px;
    max-width: 320px;
  }
}
.gift-login-page .gift-login-section .gift-login-form .bttn-primary {
  min-width: 160px;
}
.gift-login-page .gift-login-section .span-hr {
  width: 143px;
  height: 0px;
  border: 1px solid #e4e4e4;
  margin: 30px auto 20px;
}
.gift-login-page .gift-login-section .social-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-top: 30px;
}
.gift-login-page .gift-login-section .social-ul li {
  margin: 0 11px;
}
.gift-login-page .gift-login-section .footer-text {
  color: #2e2e2e;
  text-align: center;
  opacity: 0.5;
}
.gift-login-page .gift-login-section .gift-login-right .carousel {
  position: relative;
  z-index: 15;
}
.gift-login-page .gift-login-section .gift-login-right .p-28 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .gift-login-page .gift-login-section .gift-login-right .p-28 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.gift-login-page .gift-login-section .gift-login-right .banner1-img-wrap {
  position: relative;
}
.gift-login-page .gift-login-section .gift-login-right .banner1-img {
  margin: auto;
  display: block;
}
.gift-login-page .gift-login-section .gift-login-right .h6-restless {
  color: #311a75;
  text-align: center;
} /*# sourceMappingURL=gift-login.css.map */
