.clmp-index-login-panel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center; }
  .clmp-index-login-panel > .mbsc-row {
    height: auto;
    position: relative;
    align-items: center;
    justify-content: center; }
  .clmp-index-login-panel .clpm-btn-group {
    margin-bottom: 0; }
  .clmp-index-login-panel .clpm-form--index-form {
    max-width: 400px;
    margin: auto; }
  .clmp-index-login-panel .clpm-icon {
    margin-bottom: .5rem; }
  .clmp-index-login-panel .title {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem; }
  .clmp-index-login-panel .otp-status {
    text-align: right;
    color: #777;
    font-size: 15px;
    margin-bottom: .75rem; }
    .clmp-index-login-panel .otp-status span {
      margin-right: 0.5rem; }
  .clmp-index-login-panel .otp-status-text {
    text-align: left;
    color: #12a847;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .75rem;
    display: flex;
    justify-content: flex-end;
    padding-left: .5rem;
    padding-right: .5rem; }

.clpm-carousel .slide {
  width: 100%;
  position: relative; }
  .clpm-carousel .slide > a {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .clpm-carousel .slide > a:before {
      padding-bottom: 27.58%;
      content: "";
      display: block; }

.clpm-carousel-container {
  opacity: 0;
  margin-bottom: 2rem; }
  .clpm-carousel-container.clpm-panel {
    margin-bottom: 5rem; }

@media screen and (min-width: 320px) {
  .clmp-index-login-panel .subtitle {
    margin-bottom: 2rem; } }

@media screen and (min-width: 768px) {
  .clmp-index-login-panel {
    margin-bottom: 1rem; }
    .clmp-index-login-panel > .mbsc-row {
      height: auto;
      position: relative;
      align-items: center;
      justify-content: center; }
    .clmp-index-login-panel .title {
      font-size: 35px;
      letter-spacing: 10px;
      line-height: 1.5;
      margin-bottom: 2rem; }
    .clmp-index-login-panel .otp-status-text {
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
  .clpm-carousel .slide {
    padding: 0; } }

@media screen and (min-width: 992px) {
  .clmp-index-login-panel {
    margin-bottom: 2rem; }
    .clmp-index-login-panel > .mbsc-row .mbsc-col-border-left:before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      bottom: 0;
      left: -2px;
      border-left: 2px solid #3ccb6f; }
  .clpm-carousel {
    height: auto;
    margin-bottom: 0; }
  .clpm-carousel-container {
    margin: auto;
    overflow: hidden; } }
