.otp-field {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
  -moz-appearance:textfield;
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.otp-field-1 input {
  height: 45px;
  width: 300px;
  border-radius: 6px;
  margin-bottom:10px;
  outline: none;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.otp-p {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #494949!important;
}

.otp-tit {
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #494949!important;
}

.otp-tit-minor {
    font-size: 14px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #494949!important;
}

.otp-but {
    margin-bottom: 30px;
}

.otp-button-link {
    margin-top: 20px;
    color: #06c;
    min-width: 0;
    padding: 0;
    white-space: normal;
    background: none;
    border: none;
    text-decoration: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;   
}

.otp-button-link:hover {
    text-decoration: underline!important;
    color: #06c!important
}

.widget-icon-text {
    margin-bottom: 30px;    
}

.widget-icon-text .icon {
    width: 160px; 
}

.resend {
  font-size: 12px;
}

.resend-label {    
    text-decoration: none;
    --tw-text-opacity: 1;
    color: #00a859;
    font-size: .875rem;
    line-height: 1.25rem;  
}

.resend-label:hover {    
    text-decoration: underline;
    color: #00a859;    
}

.resend-label.disabled {    
    color: #aaa;
}