/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/registration.scss ***!
  \*********************************************************************************************************************/
/**
 * Password strength stylesheet
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet global variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet base variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet inverse variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/**
 * Stylesheet components variables
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
/** Accordion */
/** Alert */
/** Align */
/** Animation */
/** Article */
/** Background */
/** Badge */
/** Breadcrumb */
/** Button */
/** Card */
/** Close */
/** Column */
/** Comment */
/** Container */
/** Countdown */
/** Description */
/** Divider */
/** Internal */
/** Divider */
/** Dotnav */
/** Drop */
/** Dropbar */
/** Dropdown */
/** Dropnav */
/** Form */
/** Internal */
/** Grid */
/** Heading */
/** Height */
/** Icon */
/** Iconnav */
/** Label */
/** Leader */
/** Lightbox */
/** Link */
/** List */
/** Internal */
/** Margin */
/** Marker */
/** Modal */
/** Nav */
/** Navbar */
/** Notification */
/** Offcanvas */
/** Overlay */
/** Padding */
/** Pagination */
/** Placeholder */
/** Position */
/** Progress */
/** Search */
/** Section */
/** Slidenav */
/** Slider */
/** Sortable */
/** Spinner */
/** Sticky */
/** Subnav */
/** Tab */
/** Table */
/** Text */
/** Thumbnav */
/** Tile */
/** Tooltip */
/** Totop */
/** Transition */
/** Panel */
/** Border */
/** Box */
/** Dropcap */
/** Logo */
/** Dragover */
/** Deprecated */
/** Breakpoint */
/** Width */
/**
 * Password strength stylesheet
 * 
 * @package cEightyThree
 * @since cEightyThree 1.0
 */
.c83-password-strength {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  background-color: #f5f5f5;
}
.c83-password-strength__status-bar {
  display: block;
  position: absolute;
  height: inherit;
  width: 0;
  background-color: transparent;
  transition: all 500ms ease-in-out;
}
.c83-password-strength.c83-password-bad {
  height: 5px;
}
.c83-password-strength.c83-password-bad > .c83-password-strength__status-bar {
  width: 5%;
  background-color: red;
}
.c83-password-strength.c83-password-short {
  height: 5px;
}
.c83-password-strength.c83-password-short > .c83-password-strength__status-bar {
  width: 25%;
  background-color: orange;
}
.c83-password-strength.c83-password-good {
  height: 5px;
}
.c83-password-strength.c83-password-good > .c83-password-strength__status-bar {
  width: 50%;
  background-color: yellow;
}
.c83-password-strength.c83-password-strong {
  height: 5px;
}
.c83-password-strength.c83-password-strong > .c83-password-strength__status-bar {
  width: 75%;
  background-color: yellowgreen;
}
.c83-password-strength.c83-password-excellent {
  height: 5px;
}
.c83-password-strength.c83-password-excellent > .c83-password-strength__status-bar {
  width: 100%;
  background-color: green;
}

form .uk-input.uk-form-danger,
form .uk-select.uk-form-danger,
form .uk-textarea.uk-form-danger {
  border: 1px solid var(--wp--preset--color--danger);
}
