/**
 * Styling for front user end
 */

.wkwpl-error, .error-msg {
  color:red;
}

.wkwpl-success {
  color:green;
}

.wkwpl-gen-otp{
  text-align: right;
}

.intl-tel-input,
.iti{
  width: 100%;
}

.wkwpl_send_otp {
  text-align: end;
  margin-top: 10px;
}

.wkwpl_otp_login_form {
  margin-top:10px;
  display:none;
}

.wkwpl_or {
  text-align:center;
}

.validate-required {
  position: relative;
}
.valid-msg {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #00c900;
}

.wkwpl_hide {
  display:none;
}

.wkwpl_timer {
  margin-right: 20px;
}

a.wkwpl_disabled {
  pointer-events: none;
  cursor: default;
  color: gray;
  text-decoration: none;
}

#wkwpl-account-edit-cancel, #wkwpl-account-edit {
  float:right;
}
