html {
  box-sizing: border-box;
  font-size: 14px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowmedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowsemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/barlowbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/barlowsemicondensed-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlowcondensed-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlowcondensed-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}

.icon-login {
  background-image: url(../img/clarity_login-line.svg);
}

.icon-repeat {
  background-image: url(../img/lets-icons_refund-back.svg);
}

.icon-checkmark {
  background-image: url(../img/pajamas_task-done.svg);
}

.icon-reset {
  background-image: url(../img/mage_exchange-b.svg);
}

.icon-timeout {
  background-image: url(../img/mdi_timer-sand-complete.svg);
}

.icon-error {
  background-image: url(../img/tabler_face-id-error.svg);
}

body, * {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

body {
  line-height: normal;
  color: #111111;
}

b, strong {
  font-weight: normal;
}

p {
  margin: 20px 0;
}
p a {
  text-decoration: none;
  font-family: "Barlow Condensed";
}
p a:hover {
  text-decoration: underline;
}

a {
  color: #3E8DCD;
}

.d-flex {
  display: flex !important;
}

.color-error {
  color: #AB0000;
}

h1 {
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 11px;
  position: relative;
}

.error, .sufee-alert {
  min-height: 57px;
}
.error p, .sufee-alert p {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #AB0000;
  margin: 0;
}

.sufee-alert p {
  padding: 16px;
}
.sufee-alert p strong {
  font-size: 16px;
  font-weight: 500;
}

.warning p {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  margin-top: 80px;
  margin-bottom: 50px;
}

.row {
  display: flex;
}

.col {
  flex: 1;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.block {
  margin: 10px 0;
}
.block:last-child {
  margin-bottom: 50px;
}

.frame-bubble {
  background: #FAFAFA;
  border: 1px solid #CCCCCC;
  border-radius: 16px;
  padding: 16px;
}
.frame-bubble p:first-child {
  margin-top: 0;
}
.frame-bubble p:last-child {
  margin-bottom: 0;
}

.input-group {
  margin-bottom: 8px;
  position: relative;
}
.input-group:last-child {
  margin-bottom: 0;
}
.input-group label {
  display: inline-block;
  width: 100%;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
.input-group input {
  width: 100%;
  font-family: "Barlow";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.input-group input::placeholder {
  color: rgba(17, 17, 17, 0.5);
}
.input-group input[type=text], .input-group input[type=password] {
  padding: 9px 15px;
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
}
.input-group input.w-button {
  padding-right: 32px;
}
.input-group .toggle-password {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 3px;
  background: transparent;
  background-image: url(../img/eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
}
.input-group .toggle-password:hover {
  opacity: 1;
}
.input-group .toggle-password.on {
  background-image: url(../img/eye-off.svg);
}

.button:not(:disabled) {
  cursor: pointer;
}
.button.button-primary {
  min-width: 120px;
  height: 34px;
  border: 0;
  background: #3E8DCD;
  border-radius: 10px;
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.button.button-primary:hover:not(:disabled) {
  opacity: 0.9;
}
.button.button-secondary {
  height: 25px;
  border: 0;
  background: #000;
  border-radius: 3px;
  font-family: "Barlow";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 11px;
}

.hidden-button {
  position: absolute;
  right: calc(100% + 5px);
  top: 7px;
  display: none;
}

.form-footer {
  margin-top: 16px;
}

.link-button {
  font-family: "Barlow";
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #777;
  text-decoration: none;
  margin: 8px 0;
  display: inline-block;
}
.link-button:hover {
  color: #000;
  text-decoration: underline;
}

.button-sso {
  display: inline-block;
}
.button-sso img {
  display: block;
  height: 35px;
  width: auto;
}

.button-magic-link {
  display: inline-block;
  margin: 0 auto;
  font-family: "Barlow";
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 35px;
  background: linear-gradient(90deg, rgba(213, 192, 255, 0.7) 23.08%, rgba(128, 115, 153, 0.7) 71.63%, #AB9ACC 93.75%);
  border-radius: 4px;
}
.button-magic-link img {
  display: inline-block;
  margin-right: 5px;
}

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