.digit-group input {
	  width: 30px;
	  height: 40px;
	  background-color: #fff;
	  line-height: 40px;
	  text-align: center;
	  margin: 0 3px 30px 4px;
	}

    .digit-group .splitter {
	  padding: 0 5px 0 5px;
	}

    .otp-title {
      color: #2e649b;
      text-align: center;
      margin-bottom: 22px;
    }

    .opt-timer, .opt-ltr {
      direction: ltr;
      display: flex;
      align-items: baseline;
      justify-content: center;
    }
    
    .opt-ltr {
      height: 60px
    }

    .opt-timer {
        margin-bottom: 18px;
        border: 1px solid #eceae8;
        border-radius: 2px;
        max-width: 46%;
        height: 32px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        color: #072e57;
        font-size: 15px;
    }