@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #F6F8FA;
  margin: 0;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.header {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.content {
  position: relative;
  z-index: 10;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 50px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 29rem;
  height: 100%;
}

.screen-magic-link-request .content {
  max-width: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 45px;
  padding-right: 45px;
  background: #FFFFFF;
  border-radius: 8px;
}

.card-content {
  display: flex;
  flex-direction: row;
}

h1 {
  color: #4EC0DC; 
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}


h1 span {
  display: block;
  font-weight: 700; 
  color: #0A497A; 
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0A497A;
}

p > a {
  position: relative;
  color: #4EC0DC;
  text-decoration: none;
}

p > a:hover {
  color: #0a497a; 
}

.screen-error p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #DCDCDC;
}

.screen-error #cryptr-widget > p {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0A497A;
}

.screen-error #cryptr-widget > p > a {
  position: relative;
  color: #4EC0DC;
  text-decoration: none;
}

.screen-error #cryptr-widget > p > a:hover {
  color: #0a497a; 
}

p.error-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0A497A;
  margin-bottom: 46px;
}

p.error-description > span {
  font-weight: 800;
  color: #0A497A;
}

.background-custom {
  background-color: rgba(78, 192, 220, 1) !important;
  z-index: 2;
  position: absolute;
  overflow-x: clip;
  overflow-y: inherit;
  width: 100%;
  height: 66.66%;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.bg-custom {
  padding: 0 !important;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.bg-custom__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: inherit;
  overflow-y: clip;
}

.bg-circle-full .circle-full {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 150%;
  width: 97%;                              
  max-width: 1140px;    
  background-color: rgba(222, 239, 252, 0.2);
  border-radius: 100%;
}

.bg-line-dot {
  background: linear-gradient(#ddf3f8 50%,rgba(0,0,0,0) 0%) left/1px 10px repeat-y,linear-gradient(#ddf3f8 50%,rgba(0,0,0,0) 0%) right/1px 10px repeat-y;
  background-position: left 0% top 0, left 100% top 0;
}

.bg-line-dot .dot {
  padding: 0 !important;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 20px;
  height: 20px;
  background: #4ec0dc;
  border: 2px solid #fcfeff;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 1px rgba(8,72,123,0.2);
}

.bg-line-dot .dot.left {
  left: 0%; 
  top: 50%;
}

.bg-line-dot .dot.right {
  left: 100%; 
  top: 25%;
}

.bg-corner-circle .corner-circle {
  position: absolute;
  width: 226px;
  height: 226px;
  top: 0;
  left: 100%;
  transform: translate(-50%,-50%);
  border: 25px solid rgba(252,254,255,0.2);
  box-shadow: -11px 12px 6px 1px rgba(94,122,144,0.09);
  border-radius: 50%;
}

/* Form */

.screen-enroll-totp #cryptr-widget svg {
  background-color: transparent !important;
  border-radius: 0.5rem;
  width: 12rem;
  height: auto;
}

.screen-enroll-totp #cryptr-widget > div > svg > rect.transparent {
  fill: transparent;
}

.screen-enroll-totp #cryptr-widget > div > svg > rect.dark {
  fill: #0A497A
}

.screen-recovery-totp #cryptr-widget {
  text-align: center;
}

.screen-recovery-totp #cryptr-widget > form > div:first-of-type {
  border-radius: 6px;
  background: #E1F2F7;
  padding: 1.25rem;
  margin-bottom: 2rem;
}

.screen-recovery-totp #cryptr-widget > form > div:first-of-type > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #0a497a;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  margin-bottom: 0.875rem;
}

.screen-recovery-totp #cryptr-widget > form > div:first-of-type > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.screen-recovery-totp #cryptr-widget > form > div:first-of-type > div:first-of-type > div > span {
  font-weight: 600;
}

.screen-recovery-totp #cryptr-widget > form > div:first-of-type > div:first-of-type > svg {
  height: auto;
  width: 3rem;
  color: #0a497a;
  opacity: 0.8;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

.screen-recovery-totp textarea {
  width: 100%;
  align-content: center;
  background-color: #ffffff;
  border: 1px solid #AEAEAE;
  resize: none;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--font-family), sans-serif;
  font-weight: normal;
  line-height: 200%;
  overflow: hidden;
}

.screen-recovery-totp div.checkbox {
  display: flex; 
  position: relative; 
  align-items: start;
}

.screen-recovery-totp div.checkbox > div:nth-child(1) {
  display: flex; 
  align-items: center; 
  height: 1.5rem; 
}

.screen-recovery-totp div.checkbox > div > input {
  border-radius: 0.25rem; 
  border: 1px solid #E7E7E8;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  width: 1rem; 
  height: 1rem;
  color: #2D2D2D;
  margin: 0;
}

.screen-recovery-totp div.checkbox > div > input:focus {
  background-color: #FAFAFB;
  box-shadow: none;
}

.screen-recovery-totp #cryptr-widget > form {
  margin-top: 2rem; 
  margin-top: 1.5rem; 
}

.screen-recovery-totp div.checkbox > div:nth-child(2) {
  margin-left: 0.75rem; 
  font-size: 0.75rem;
  line-height: 1rem; 
  color: #6B7280; 
  text-align: left;
}

.screen-recovery-totp div.checkbox > div:nth-child(2) > span {
  font-weight: 800; 
}


#cryptr-widget > div > div {
  margin-top: 0.25rem; 
  width: 100%;
}

.screen-magic-link-request #cryptr-widget > div > div {
  margin-top: 0;
}

#cryptr-widget > div:first-of-type {
  margin-bottom: 1.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 1.25rem;
}

#cryptr-widget > div:first-of-type > a {
  align-items: center;
  background-color: #ffffff; 
  color: #6B7280; 
  justify-content: center;
  border: 1px solid #DCDCDC;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  padding: 12px 40px 12px 20px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  line-height: 27px;
  font-size: 16px;
  font-style: normal;
  border-radius: 8px;
  text-transform: none;
}

#cryptr-widget > div:first-of-type > a > svg {
  margin-right: 0.5rem; 
  width: 1.25rem; 
  height: 1.25rem; 
}

#cryptr-widget > div:first-of-type > a:hover {
  background-color: #F9FAFB; 
}

/* Separator_text - start */
#cryptr-widget > div:nth-of-type(2),
#cryptr-widget form > div:nth-of-type(2) {
  position: relative; 
  margin-top: 32px;
  margin-bottom: 32px;
}

#cryptr-widget > div:nth-of-type(2) div:nth-child(1),
#cryptr-widget form > div:nth-of-type(2) div:nth-child(1) {
  display: flex; 
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  align-items: center; 
}

.screen-recovery-totp #cryptr-widget form > div:nth-of-type(2) div:nth-child(1) {
  display: initial;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  align-items: initial;
}

#cryptr-widget > div:nth-of-type(2) div:nth-child(2),
#cryptr-widget form > div:nth-of-type(2) div:nth-child(2) {
  display: flex; 
  position: relative; 
  font-weight: 400;
  font-size: 14px;
  line-height: 17px; 
  justify-content: center; 
}

.screen-recovery-totp #cryptr-widget form > div:nth-of-type(2) div:nth-child(2) {
  display: initial;
  position: static;
  font-weight: initial;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #6B7280;
  justify-content: initial;
}

#cryptr-widget > div:nth-of-type(2) div:nth-child(1) > div,
#cryptr-widget form > div:nth-of-type(2) div:nth-child(1) > div {
  width: 100%; 
  margin-top: 8px;
  border-top: 0.063rem solid #DCDCDC;
}

#cryptr-widget > div:nth-of-type(2) div:nth-child(2) > span,
#cryptr-widget form > div:nth-of-type(2) div:nth-child(2) > span {
  padding-left: 8px;
  padding-right: 8px; 
  background-color: #FFFFFF; 
  color: #DCDCDC; 
}

.screen-recovery-totp #cryptr-widget form > div:nth-of-type(2) div:nth-child(2) > span {
  padding-left: initial;
  padding-right: initial;
  background-color: transparent;
  color: #6B7280;
}

/* Separator_text - end */

/* Input */
form > div > label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #0A497A;
  margin-bottom: 6px;
}

form > div > div > input {
  display: block; 
  width: 100%; 
  background: #F5F8FA;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  color: #0A497A;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 16px 12px 16px;
  margin-bottom: 46px;
}

form > div > div > input::placeholder {
  color: #8BA4BC;
}

form > div > div > input:focus {
  outline-color: #4EC0DC;
}

form > div > span.invalid-feedback {
  display: inline-block;
  color: #DC2626; 
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  width: 100%;
}

form > div > span.invalid-feedback:last-child {
  margin-bottom: 46px;
}

input.password-error,
input.email-error {
  border: 2px solid #EF4444;
  margin-bottom: 0.5rem;
  background-color: #FDF3F3;
  color: #7F1D1D;
}

input.password-error::placeholder,
input.email-error::placeholder {
  color: #EBA4A1;
}

input.password-error:focus,
input.email-error:focus {
  outline-color: #EF4444;
  background-color: #F8EAEA;
}

button, form > a, form textarea + a {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: 0 solid #8ad5e7;
  padding: 12px 40px 12px 20px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  line-height: 27px;
  font-size: 16px;
  font-style: normal;
  background-color: #8ad5e7;
  border-radius: 8px;
  color: #ffffff;
  text-transform: none;
}

.screen-magic-link-request button {
  margin-bottom: 46px;
}

.screen-recovery-totp button, 
.screen-recovery-totp form > a,
.screen-recovery-totp form textarea + a {
  margin-top: 0.875rem;
}

form textarea + a > svg {
  display: none;
  color: #0a497a;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.75rem;
}

form textarea + a:hover {
  background-color: #62adbf; 
}

button::after, form > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: translate3d(0,-50%,0) rotate(-45deg);
  border-radius: 1px;
  border-color: #ffffff;
  transition: all .15s linear;
}

button {
  background-color: #F09C44; 
  color: #FFFFFF; 
}

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

form > a:hover {
  background-color: #62adbf;
}

.screen-magic-link-request form > div:last-child > a {
  position: relative;
  color: #4EC0DC;
  text-decoration: none;
  text-transform: uppercase;
}

.screen-magic-link-request form > div:last-child > a:hover {
  color: #0a497a; 
}

.screen-magic-link-request form > div:last-child > a:hover:after {
  border-color: #0a497a; 
}


.screen-magic-link-request form > div:last-child > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: translate3d(0,-50%,0) rotate(-45deg);
  border-radius: 1px;
  border-color: #4EC0DC;
  transition: all .15s linear;
}

.screen-magic-link-request form > div:last-child {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 500; 
  line-height: 27px; 
}

.badge {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cryptr-badge {
  height: 2rem;
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
      padding: 0;
  }
}