/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./projects/brandmonitor-browser-extension/src/styles.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-family: "Inter", sans-serif;
  color: #1E1B17;
  font-style: normal;
  line-height: normal;
  margin: 0;
  width: 320px;
}

.form-field {
  color: #B3A7A5;
}
.form-field-label {
  font-size: 12px;
  font-weight: 500;
}
.form-field input {
  transition: all ease 0.25s;
  box-sizing: border-box;
  color: #1E1B17;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 9px;
  border-radius: 8px;
  border: 1px solid #E7E3E2;
  outline: none;
  padding: 11px 40px 11px 16px;
  width: 100%;
}
.form-field input::placeholder {
  color: #C6BDBB !important;
  line-height: 18px !important;
}
.form-field input:not(:placeholder-shown) {
  border: 1px solid #C6BDBB;
}

button {
  transition: all ease 0.25s;
  border: none;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
button.button-black {
  background: #36322F;
  color: #FFFFFF;
  padding: 12px 17px;
}
button.button-black[disabled] {
  cursor: default;
  color: rgba(30, 27, 23, 0.2509803922);
  background: rgba(245, 246, 248, 0.6509803922);
}
button.button-pale {
  color: #C6BDBB;
  background-color: transparent;
  cursor: pointer;
}

.icon-shadowed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 3px 30px 0px rgba(255, 153, 128, 0.5019607843) inset;
}

.message {
  color: #36322F;
  text-align: center;
}
.message .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}
.message .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.message .text .link {
  color: #FD672A;
}

/*# sourceMappingURL=styles.css.map*/