/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_tanishq_IBD_sg/cartridge/client/default/scss/forms/formInputs.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
:root {
  --skin-link-color-2: #212121; }

.msg {
  font-size: 10px;
  line-height: 12px; }
  .msg:empty {
    display: none; }
  .msg.error {
    color: #F90005; }

.primary-form-input,
.base-form .primary-form-input {
  width: 100%;
  border: none;
  border-width: 0 0 1px 0 !important;
  border-bottom: 1px solid #898989;
  padding: 8px 0;
  font-size: 16px;
  line-height: 18px;
  outline: none;
  background: transparent;
  color: #383838;
  height: 28px;
  border-radius: 0; }

.primary-form-input::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: '18px'; }

.primary-form-input::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: '18px'; }

.primary-form-input:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: '18px'; }

.primary-form-input::-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: '18px'; }

.primary-form-input::placeholder {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: '18px'; }

.primary-form-input:focus {
  border-bottom: 1px solid #383838; }

div.form-control-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px; }
  div.form-control-checkbox .form-check-icon {
    margin-top: 2px; }
  div.form-control-checkbox input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 1px; }
  div.form-control-checkbox label::before, div.form-control-checkbox input:checked + label::before {
    content: "";
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 1 solid #000;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 13px;
    height: 11px;
    margin: 0px;
    top: 0px;
    border-radius: 1px;
    padding: 0; }
  div.form-control-checkbox input:checked + label::before {
    content: "";
    background-color: #832729;
    border: 2px solid #832729; }


/*# sourceMappingURL=default\css\forms\formInputs.css.map*/