
.verification-container {
    
}

.verification-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.verification-container h4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.verification-container p {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
}

.custom-label.form-label{
    font-size: 15px;
    text-align: left;
}


.mobile-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.mobile-input-wrapper span {
  padding: 12px 15px;
  background: #f5f5f5;
  font-weight: 600;
}

.mobile-input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px;
}

.otp_check_div.otp-section .otp-input {
    width: 38px !important;
    height: 35px !important;
}

.otp_check_div.otp-section .resend-text {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 11px;
}

.otp_check_div.otp-section .procced-btn {
    display: flex;
    justify-content: center;
}

.green_text {
    color: green !important;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

.Check_Login_Modal .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}