body
{
	background:white;
}
.sign-in-body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: "Poppins", sans-serif;
	background-color: #ecf1f7;
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0px;
    padding: 0px;
  }

  * {
    box-sizing: border-box;
  }

  ul,
  li,
  ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  span,
  strong,
  p,
  br,
  form,
  section,
  footer,
  header,
  caption,
  nav,
  figure,
  small {
    margin: 0px;
    padding: 0px;
  }

  .container-pcb-login {
    margin: 0 auto;
    width: 80%;
  }

  /* .carousel-img img{
    width: 80%;
  } */
  .carousel-img{
    max-width: 80%;
    left: 12%;
    position: relative;
  }

  .pcb-box{
    box-shadow: -2px 1px 13px -1px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    background-color: #fff;
  }

  .pcb-bg  {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1023%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(43%2c 88%2c 189%2c 1)'%3e%3c/rect%3e%3cpath d='M333.4094321800363 343.2151712058841L491.6101514529901 373.96627592397016 522.3612561710762 215.7655566510163 364.16053689812236 185.01445193293023z' fill='rgba(27%2c 69%2c 159%2c 0.64)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M549.9628944418904 404.3572907160429L612.7984189414435 393.27769239980387 564.7612592173085 304.56420480859373z' fill='rgba(27%2c 69%2c 159%2c 0.64)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1061.32 150.02 a122.9 122.9 0 1 0 245.8 0 a122.9 122.9 0 1 0 -245.8 0z' fill='rgba(27%2c 69%2c 159%2c 0.64)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M-46.74 205.61 a123.88 123.88 0 1 0 247.76 0 a123.88 123.88 0 1 0 -247.76 0z' fill='rgba(27%2c 69%2c 159%2c 0.64)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1049.5101604934025 462.7127593921857L994.3685462178836 386.81683843776636 918.4726252634644 441.9584527132853 973.6142395389832 517.8543736677046z' fill='rgba(27%2c 69%2c 159%2c 0.64)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1156.4 58.43 a140.81 140.81 0 1 0 281.62 0 a140.81 140.81 0 1 0 -281.62 0z' fill='rgba(27%2c 69%2c 159%2c 0.64)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1023'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
    border-radius: 15px 0px 0px 15px;
    margin: 0 auto;
  }

  .pcb-bg-w {
    background-color: #fff;
    border-radius: 0px 15px 15px 0px;
    margin: 0 auto;
  }

  .padd-n {
    padding-left: 0px;
  }

  .padd-l {
    padding-right: 0px;
  }

  .pcb-login-section {
    padding: 30px 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;

  }

  .pcb-main-heading {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 15px 20px 15px 15px;
  }

  .pcb-login-head {
    text-align: center;
    padding-top: 200px;
  }

  .pcb-login-head img {
    width: 200px;
  }

  .pcb-login-head h1 {
    padding: 30px 0 15px 0;
    font-size: 25px;
    line-height: 36px;
    color: #323038;
    font-weight: 500;
  }

  .pcb-login-head p {
    font-size: 17px;
    line-height: 23px;
    color: #bdb9cf;
    padding-bottom: 20px;
  }

  .pcb-login-form {
    margin-top: 20px;
  }

  .pcb-login-form .form-control {
    margin-top: 20px;
    height: 45px;
    border: solid #ddd 1px;
    background-color: #faf9fc;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding-right: 52px;
  }

  .pcb-dis {
    position: relative;
  }

  .poss-icon {
    position: absolute;
    right: 15px;
    top: 12px;
  }

  .pcb-dis i {
    font-size: 20px;
  }

  .pcb-login-form .form-control:focus {
    box-shadow: none;
  }

  .pcb-login-form .btn-block {
    background-color: #2b58bd;
    color: #fff;
    margin-top: 20px;
    height: 47px;
    margin-bottom: 100px;
  }

  .pcb-login-form button:focus {
    outline: none !important;
  }


  .pcb-login-form img {
    padding-right: 10px;
    width: 35px;
  }

  .pcb-slider-main {
    position: relative;
    text-align: center;
    height: 870px;
    padding: 20px;
    overflow: hidden;
  }

  .pcb-slider-main .carousel-caption {
    top: 100%;
  }

  .pcb-slider-main .carousel-inner {
    position: relative;
    width: 100%;
    padding-bottom: 138px;
  }

  .carousel-viss {
    overflow: visible !important;
  }

  .pcb-slider-main .carousel-caption h2 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
  }

  .pcb-slider-main .carousel-caption p {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    padding-top: 10px;
  }

  .pcb-slider-main .carousel-indicators {
    bottom: 20px;
  }

  .carousel-caption {
    z-index: 10;
  }

  .pcb-slider-main .carousel-indicators .active {
    width: 17px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }

  .pcb-slide {
    left: 0;
    position: absolute;
    top: 29%;
    right: 0;
    margin: 0 auto;
  }

  .lost-pass{
    margin-top: 20px;
    text-align: right;
  }

   /* .pcb-slider-main .carousel-indicators {
    bottom: 0px;
  } */

  @media only screen and (max-width: 991px) {
    .pcb-login-section {
      height: auto;
      width: 100%;
      display: inherit;
    }
    .padd-n {
      padding-left: 15px;
    }

    .padd-l {
      padding-right: 15px;
    }

    .pcb-bg-w {
      border-radius: 0px 0px 15px 15px;
    }

    .pcb-bg  {
      border-radius: 15px 15px 0px 0px;
    }
  }

  @media only screen and (max-width: 767px) {
    .pcb-slider-main {
      height: 874px;
    }

    .pcb-slide {
      top: 26%;
    }

    .pcb-login-head {
      padding-top: 70px;
    }
  }

  @media only screen and (max-width: 620px) {
    .pcb-slide {
      top: 25%;
    }
  }

  @media only screen and (max-width: 575px) {
    .pcb-slide {
      bottom: 2%;
    }
    .pcb-slider-main {
      height: 764px;
    }
    .pcb-login-head img {
      width: 80px;
    }
    .pcb-login-head h1 {
      padding: 20px 0 15px 0;
    }
    .pcb-login-head {
      padding-top: 50px;
    }
    .pcb-login-head p {
      padding-bottom: 15px;
    }
    /* .pcb-slider-main .carousel-indicators {
      bottom: 196px;
    } */
    .pcb-login-section {
       padding: 30px 0;
       height: auto;
       width: 100%;
       display: flex;
      }
  }

  @media only screen and (max-width: 420px) {
    .pcb-slider-main {
      height: 693px;
    }
  }

  @media only screen and (max-width: 1199px) and (min-width: 1100px) {
    .pcb-slide {
      left: 0;
      position: absolute;
      top: 27%;
      right: 0;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 1024px) and (min-width: 992px){
    .pcb-login-section {
       padding: 30px 0!important;
       width: 100%!important;
       height: 100vh!important;
       display: flex!important;
      }
    .pcb-slider-main .carousel-inner{
      margin-top: 70px;
    }
  }
  @media only screen and (max-width: 1099px) and (min-width: 992px) {
    .pcb-slider-main .carousel-indicators {
      bottom: 20px;
    }
    .pcb-slide {
      left: 0;
      position: absolute;
      top: 32%;
      right: 0;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 1860px) and (min-width: 1181px) {
    .pcb-login-section {
       padding: 30px 0;
       height: auto;
       width: 100%;
       display: flex;
      }
  }
  @media only screen and (max-width: 1180px) and (min-width: 820px) {
     .pcb-login-section {
       padding: 30px 0;
       height: auto;
       width: 100%;
       display: flex;
      }
    }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
     .pcb-login-section {
       padding: 30px 0;
       height: auto;
       width: 100%;
       display: flex;
      }
      /* .pcb-slider-main .carousel-indicators {
        bottom: -4px;
      } */

  .pcb-slide{
      left: 0;
      position: absolute;
      top: 10%;
      right: 0;
      margin: 0 auto;
  }
  .pcb-slider-main {
      position: relative;
      text-align: center;
      height: 685px;
      padding: 20px;
      overflow: hidden;
  }
  .pcb-login-head {
      text-align: center;
      padding-top: 55px;
  }

  }
  .image_text a {
      color: #fff;
      /* background-color: transparent;
      text-decoration: none; */
  }

