@import "https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&display=swap";
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  white-space: normal;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

body, html {
  color: #303849;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
}

a {
  color: #c8962a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.maltego-logo {
  height: 30px;
  z-index: 5;
  margin-top: 17px;
  margin-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.grid {
  height: 100vh;
  width: 100%;
  grid-template-rows: 2fr minmax(320px, auto) 1fr 1fr;
  grid-template-columns: 1fr 450px 1fr;
  display: grid;
  overflow: hidden;
}

.grid-item {
  position: relative;
}

.bg-dark {
  color: #fff;
  background-color: #303849;
  position: relative;
}

.bg-dark .form-title {
  color: #fff;
}

.bg-light {
  background-color: #fff;
}

.bg-grey {
  background-color: #ededed;
}

.form-title {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 10px 0 10px 24px;
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
}

.floating-diagonal-bottom {
  z-index: 1;
  transform-origin: top;
  width: 1px;
  height: 100vw;
  background-color: #c8962a;
  position: absolute;
  top: 0;
  left: -1px;
  transform: rotate(31deg);
}

.floating-diagonal-top {
  z-index: 1;
  transform-origin: top;
  width: 1px;
  height: 100vmax;
  background-color: #c8962a;
  position: absolute;
  top: 0;
  left: -1px;
  transform: rotate(211deg);
}

.hidden-corner {
  width: 50px;
  height: 100px;
  background-color: #303849;
  position: absolute;
  top: -88px;
  left: -32px;
  transform: rotate(31deg);
}

.form-cell {
  flex-direction: column;
  display: flex;
}

#form-inner {
  flex-direction: column;
  flex: 1 0 auto;
  display: flex;
}

#form-body {
  flex-direction: column;
  flex: 1 0 auto;
  padding: 52px 14px 14px 25px;
  display: flex;
}

.info {
  text-align: left;
  padding-top: 14px;
  padding-left: 24px;
}

.info > a {
  margin-left: 8px;
}

#attributeList > ul {
  margin: 0;
  padding: 0;
}

#attributeList > ul li {
  list-style: none;
}

.attrEntry {
  margin-top: 4px;
  position: relative;
}

.bb-dark {
  border-bottom: 1px solid #c8962a;
}

.bt-dark {
  border-top: 1px solid #c8962a;
}

.bl-dark {
  border-left: 1px solid #c8962a;
}

.br-dark {
  border-right: 1px solid #c8962a;
}

.bb-light {
  border-bottom: 1px solid #d8dce4;
}

.bt-light {
  border-top: 1px solid #d8dce4;
}

.bl-light {
  border-left: 1px solid #d8dce4;
}

.br-light {
  border-right: 1px solid #d8dce4;
}

div#api {
  flex-grow: 1;
  position: relative;
}

.claims-provider-list-buttons.social, .intro, .divider {
  display: none;
}

a#createAccount {
  margin-left: 8px;
}

button {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f4b73f;
  border: none;
  font-family: Roboto Mono, monospace;
  transition: background-color .18s cubic-bezier(.4, 0, .2, 1), box-shadow .18s cubic-bezier(.4, 0, .2, 1), border-color .18s cubic-bezier(.4, 0, .2, 1);
}

button:hover {
  background-color: #ffce6d;
}

button:disabled, button:disabled {
  opacity: .3;
  cursor: not-allowed;
}

button#continue {
  padding: 10px 36px 10px 12px;
  position: relative;
}

button#continue:disabled {
  color: #303849;
  background: #c5c5c5;
}

button#continue:before {
  content: "";
  height: 16px;
  width: 16px;
  background-image: url("arrow-right-dark.e70dcd72.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: block;
  position: absolute;
  right: 12px;
}

button.loading#continue:before {
  background-image: url("button-loading-indicator.5d1a03a5.png");
}

button#email_ver_but_send, button#cancel, #email_ver_but_verify, #email_ver_but_resend {
  color: #303849;
  background: none;
  margin-top: 4px;
  padding: 6px 0;
  line-height: 16px;
  transition: color .18s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

button#email_ver_but_send:hover, button#cancel:hover, #email_ver_but_verify:hover, #email_ver_but_resend:hover {
  color: #000;
}

button#email_ver_but_send:before, button#cancel:before, #email_ver_but_verify:before, #email_ver_but_resend:before {
  content: "";
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: block;
  position: absolute;
}

button#email_ver_but_verify, button#email_ver_but_send {
  border: 1px solid #d7dbe3;
  padding: 8px 12px 8px 36px;
}

.verificationSuccessText, .verificationInfoText, .verificationErrorText, .error.pageLevel {
  z-index: 5;
  background: #9a2828;
  border-radius: 12px 12px 12px 0;
  margin: 0;
  padding: 7px 14px 6px 13px;
  font-size: 11px;
  position: absolute;
  top: -40px;
  left: 0;
  color: #fff !important;
}

.entry-item {
  max-width: 312px;
  margin-bottom: 4px;
  position: relative;
}

label, .error.itemLevel {
  color: #5a616d;
  font-size: 11px;
  position: absolute;
  top: 7px;
}

label {
  width: 100%;
  left: 12px;
}

.error {
  color: #ce3737 !important;
}

.error.itemLevel {
  text-align: right;
  width: 100%;
  right: 12px;
}

.error.itemLevel > p {
  margin: 0;
  padding: 0;
}

input {
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  padding: 25px 12px 8px;
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

input::placeholder {
  color: rgba(0, 0, 0, 0);
}

input:focus, input.invalid:focus {
  background-color: #fff;
  outline: none;
  border-color: #f2b807 !important;
}

input.highlightError, input.invalid {
  border: 2px solid #ce3737;
}

a.helpLink.tiny {
  display: none;
}

#simplemodal-container {
  margin-top: -9px;
  top: 50%;
}

#simplemodal-overlay {
  opacity: 1 !important;
  background-color: #303849 !important;
}

.simplemodal-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.simplemodal-data > #verifying_blurb {
  content: url("loading-hex.e245d3b2.png");
  height: 91px;
  margin: auto;
  display: block;
}

.grid {
  grid-template-columns: minmax(300px, 1.2fr) 1fr 500px 1fr;
  grid-template-areas: "top-left-dark top-left top top-right"
                       "left-dark left form right"
                       "info-left-dark info-left info info"
                       "footer-left-dark footer-left footer footer";
}

#diagonal-overlay, #diagonal-line {
  z-index: 100;
  transform-origin: 100% 0;
  border-right: 1px solid #c8962a;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(35px)rotate(31deg);
}

#diagonal-line {
  height: 200vh;
  width: 0;
}

#diagonal-overlay {
  height: 200px;
  width: 300px;
  z-index: 1;
  background-color: #303849;
}

.form-body-right {
  flex: 200px;
}

#form-body, .form-title {
  flex: 400px;
}

#form-inner {
  flex-direction: row;
  display: flex;
}

#form-inner .form-body-left, #form-inner .form-body-right {
  color: #888;
  padding-top: 56px;
  padding-right: 14px;
  font-size: 11px;
}

button#email_ver_but_send:before {
  background-image: url("return.ad71f45a.svg");
  left: 12px;
}

button#email_ver_but_verify:before {
  background-image: url("return.ad71f45a.svg");
  left: 12px;
}

.verifying-modal {
  display: none;
}

button#email_ver_but_resend {
  width: 16px;
  white-space: nowrap;
  padding: 8px 0 8px 16px;
  transition: width .16s ease-in-out, padding-left .16s ease-in-out;
  overflow: hidden;
}

button#email_ver_but_resend:hover {
  width: 135px;
  padding-left: 24px;
}

button#email_ver_but_resend:before {
  background-image: url("resend.69fa9f27.svg");
  left: 0;
}

button#cancel {
  margin-top: 0;
  margin-right: 4px;
  padding: 10px 12px;
}

#attributeList, #attributeList li:first-child > div.attrEntry.loading {
  position: relative;
}

#attributeList.loading:before, #attributeList li:first-child > div.attrEntry.loading.loading:before {
  content: "";
  height: 25px;
  width: 25px;
  background-image: url("button-loading-indicator.5d1a03a5.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  position: absolute;
  bottom: -29px;
}

#attributeVerification > .buttons {
  z-index: 50;
  flex-direction: row-reverse;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -162px;
}

.Password .error.itemLevel {
  max-width: 290px;
  max-height: 14px;
  overflow: hidden;
}

.buttons.verify {
  margin-top: 4px;
  position: relative;
}

.buttons.verify button#email_ver_but_resend {
  float: right;
}

.verificationSuccessText, .verificationInfoText, .verificationErrorText, .error.pageLevel {
  border-radius: 12px 12px 12px 0;
  display: block;
}

.verificationSuccessText {
  background-color: #e0ffdb;
  color: #0a4700 !important;
}

.verificationInfoText {
  background-color: #e7eeff;
  color: #153069 !important;
}

.verificationErrorText, .error.pageLevel {
  z-index: 100;
  color: #fff !important;
}

#email_ver_but_edit {
  display: none !important;
}

.bt-zindex {
  z-index: 1;
}

#login-prompt {
  position: relative;
  top: 12px;
}

#login-prompt span {
  color: #c8962a;
}

/*# sourceMappingURL=password-reset.7ada8075.css.map */
