@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 125%/1.4 "Urbanist", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.diamond {
  position: absolute;
  bottom: -50px;
  right: -80px;
  height: 230px;
  width: 230px;
  line-height: 200px;
  text-align: center;
  margin: 10px 40px;
  text-decoration: none;
  color: #fff;
}
.diamond span {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.diamond span i {
  font-size: 1.5rem;
}

.diamond:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 2px solid #4a2767;
  border-radius: 70px;
  transform: rotateZ(45deg);
}

.diamond:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  border-radius: 55px;
  height: calc(100% - 22px);
  /* -22px is 2 * 10px gap on either side - 2px border on either side */
  width: calc(100% - 22px);
  /* -22px is 2 * 10px gap on either side - 2px border on either side */
  background-color: #4a2767;
  transform: rotateZ(45deg);
}

/* Form input */
.ui-input-container {
  position: relative;
  width: 100%;
  margin: 15px 0;
}
.ui-input-container .ui-input {
  width: 100%;
  padding: 10px 10px 10px 40px;
  font-size: 1em;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background-color: transparent;
  transition: border-color 0.3s;
}
.ui-input-container .ui-input:focus {
  border-color: #0f77b7;
}
.ui-input-container .ui-input-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0f77b7;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.ui-input-container .ui-input:focus + .ui-input-underline {
  transform: scaleX(1);
}
.ui-input-container .ui-input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgba(15, 119, 183, 0.1);
  transition: width 0.3s;
}
.ui-input-container .ui-input:focus ~ .ui-input-highlight {
  width: 100%;
}
.ui-input-container .ui-input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  transition: color 0.3s;
}
.ui-input-container .ui-input:focus ~ .ui-input-icon {
  color: #6c63ff;
}
.ui-input-container .ui-input-icon svg {
  width: 20px;
  height: 20px;
}
.ui-input-container .otp-input {
  width: 220px;
  font-size: 24px;
  letter-spacing: 10px;
  text-align: center;
  background-color: rgba(233, 243, 251, 0.5);
  outline: 0;
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
}
.ui-input-container .otp-input:focus {
  border-color: #0f77b7;
}
.ui-input-container .otp-input::-moz-placeholder {
  letter-spacing: normal;
}
.ui-input-container .otp-input::placeholder {
  letter-spacing: normal;
}
.ui-input-container .checkbox-wrapper-46 input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.ui-input-container .checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.ui-input-container .checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.ui-input-container .checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.ui-input-container .checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.ui-input-container .checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0f77b7;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.ui-input-container .checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}
.ui-input-container .checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #0f77b7;
}
.ui-input-container .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #0f77b7;
  border-color: #0f77b7;
  animation: wave-46 0.4s ease;
}
.ui-input-container .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.ui-input-container .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.check-connected {
  background: rgba(68, 180, 166, 0.1);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.check-connected i {
  color: #44B4A6;
  font-size: 5rem;
  font-weight: bold;
}

.submit-icon-btn {
  position: absolute;
  border-radius: 50%;
  bottom: -20px;
  right: 20px;
  height: 70px;
  width: 70px;
  outline: 7px solid rgb(233, 243, 251);
  border: none;
  color: #fff;
  background: linear-gradient(to right, #4a2767, #6e5285);
}
.submit-icon-btn i {
  font-size: 2rem;
  font-weight: bold;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(68, 180, 166, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(68, 180, 166, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(68, 180, 166, 0);
  }
}
.welcome-container {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.welcome-container::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: rgba(84, 204, 237, 0.2);
  border-radius: 120px;
  top: -200px;
  left: -340px;
  z-index: -1;
  transform: rotateZ(40deg);
  transform-origin: center;
}

.auth-container {
  background-color: rgb(233, 243, 251);
  height: 100dvh;
  padding: 0 7%;
}
.auth-container form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.auth-container form .form-content {
  padding: 1rem;
  background: #fff;
  border-radius: 0.9rem;
  padding-bottom: 4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}/*# sourceMappingURL=main.css.map */