/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \**************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Poppins:wght@600;800&display=swap);
/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/reset.css ***!
  \*********************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss (1) ***!
  \******************************************************************************************************************/
root {
  background: linear-gradient(180deg, #FFFFFF 0%, #E4ECFF 100%) !important;
}

::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

::-webkit-scrollbar {
  width: 6px;
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #dad7d7;
}

html,
body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(180deg, #FFFFFF 0%, #E4ECFF 100%);
  min-height: 100%;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
html main,
body main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url(assets/elipse.svg) 62rem no-repeat;
  background-size: 68rem;
  background-position: 100% 0;
}
html main#main.active,
body main#main.active {
  filter: blur(15px);
  transition: 0.5s;
}
html main header,
body main header {
  width: 90%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
html main header #buttons,
body main header #buttons {
  height: 42.5069122314px;
  width: 353px;
  left: 1049px;
  top: 6.6333007813px;
  border-radius: 0px;
}
html main header .logo-kanban,
body main header .logo-kanban {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
html main header .logo-kanban img,
body main header .logo-kanban img {
  width: 13rem;
}
html main header #buttons,
body main header #buttons {
  height: 42.5069122314px;
  width: 353px;
  left: 1049px;
  top: 6.6333007813px;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
}
html main header #buttons .select-container,
body main header #buttons .select-container {
  position: relative;
  height: 100%;
}
html main header #languages,
body main header #languages {
  padding-left: 0px;
}
html main header #languages img,
html main header .btn-select img,
body main header #languages img,
body main header .btn-select img {
  width: 32px;
}
html main header #languages li,
body main header #languages li {
  list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
html main header .language-list,
body main header .language-list {
  display: none;
  position: absolute;
  z-index: 5;
  width: 134px;
  height: 61px;
  font-size: 13.6px;
  font-family: Outfit, serif;
  background: #E8C24D;
  color: white;
  border: none;
  border-radius: 0px 0px 12px 12px;
  margin-top: -8px;
  padding: 4px;
  cursor: pointer;
}
html main header .language-list--show,
body main header .language-list--show {
  display: block;
}
html main header .open,
body main header .open {
  display: show !important;
}
html main header .btn-select,
body main header .btn-select {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 142px;
  height: 38.08px;
  background: #E8C24D;
  color: white;
  background-image: url(assets/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-position: center;
  background-position-x: 97px;
  padding: 4px;
  margin-top: 3px;
  font-size: 13.6px;
  font-family: Outfit, serif;
  border: none;
  cursor: pointer;
  border-radius: 10.2px;
}
html main header .btn-select--hide,
body main header .btn-select--hide {
  display: none;
}
html main header .btn-select li,
body main header .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
html main header .btn-select:hover li,
body main header .btn-select:hover li {
  margin-left: 0px;
}
html main header .btn-select:focus,
body main header .btn-select:focus {
  outline: none;
}
html main header .button-have-account,
body main header .button-have-account {
  height: 100%;
  display: flex;
  align-items: center;
}
html main header .button-have-account button,
body main header .button-have-account button {
  width: 12rem;
  height: 42px;
  background: #A26AD3;
  border: none;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 12.8px;
  font-family: Outfit;
  transition: 0.5s;
  z-index: 1;
}
html main header .button-have-account button:hover,
body main header .button-have-account button:hover {
  cursor: pointer;
  background-color: #9246dc;
}
html main header li,
body main header li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html main header li img,
body main header li img {
  width: 50%;
  margin: 2px;
}
html main header li span,
body main header li span {
  width: 50%;
  text-align: start;
}
html main .container,
body main .container {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
html main .container section,
body main .container section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -24%;
}
html main .container section article,
body main .container section article {
  text-align: center;
  width: 100%;
  height: 50%;
}
html main .container section .article-1,
body main .container section .article-1 {
  color: black;
  text-align: initial;
  line-height: 3.4rem;
  margin-top: 10px;
}
html main .container section .article-1 .organize-optimize,
body main .container section .article-1 .organize-optimize {
  font-size: 57px;
  line-height: normal;
}
html main .container section .article-1 .organize-optimize span:first-of-type,
body main .container section .article-1 .organize-optimize span:first-of-type {
  font-weight: bold;
}
html main .container section .article-1 .register,
body main .container section .article-1 .register {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  margin-top: 0.6rem;
  margin-bottom: 12px;
}
html main .container section .article-1 .email,
body main .container section .article-1 .email {
  margin-bottom: 20px;
}
html main .container section .article-1 .email input,
body main .container section .article-1 .email input {
  padding-left: 38px;
  border-radius: 4px;
  height: 52px;
  font-family: "Outfit";
  font-size: 15px;
  width: -webkit-fill-available;
  border: 0.510138px solid #9E9E9E;
  outline: 0;
}
html main .container section .article-1 .email ::placeholder,
body main .container section .article-1 .email ::placeholder {
  color: #bdb8b8;
}
html main .container section .article-1 .email .invalid-email,
body main .container section .article-1 .email .invalid-email {
  border-color: red;
}
html main .container section .article-1 .email .invalid-email + .invalid-email-message,
body main .container section .article-1 .email .invalid-email + .invalid-email-message {
  display: block;
}
html main .container section .article-1 .email .invalid-email-message,
body main .container section .article-1 .email .invalid-email-message {
  color: red;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: initial;
  margin-top: 10px;
  display: none;
}
html main .container section .article-1 .input-email-icon,
body main .container section .article-1 .input-email-icon {
  background-color: white !important;
  background: url(assets/mail.svg) 1.3rem no-repeat;
  background-position: 10px center;
}
html main .container section .article-1 .buttons,
body main .container section .article-1 .buttons {
  display: flex;
  align-items: center;
}
html main .container section .article-1 .buttons .continue_button,
body main .container section .article-1 .buttons .continue_button {
  background: #A26AD3;
  border-radius: 31.4667px;
  width: 200px;
  height: 40px;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  font-size: 15.288px;
  line-height: 19px;
  border: #A26AD3;
  color: #FFFFFF;
  margin-right: 12px;
}
html main .container section .article-1 .buttons .continue_button:hover,
body main .container section .article-1 .buttons .continue_button:hover {
  cursor: pointer;
  background-color: #9551de;
}
html main .container section .article-1 .buttons .continue_button__loading,
body main .container section .article-1 .buttons .continue_button__loading {
  opacity: 0.8;
}
html main .container section .article-1 .buttons .continue_button__loading .continue_button__label,
body main .container section .article-1 .buttons .continue_button__loading .continue_button__label {
  display: none;
}
html main .container section .article-1 .buttons .continue_button__loading .continue_button__loader,
body main .container section .article-1 .buttons .continue_button__loading .continue_button__loader {
  display: block;
}
html main .container section .article-2,
body main .container section .article-2 {
  align-items: initial;
}
html main .container section .article-2 .macbook,
body main .container section .article-2 .macbook {
  position: absolute;
  width: 50%;
  height: 55%;
}
html main .container section .article-2 .macbook img,
body main .container section .article-2 .macbook img {
  width: 98%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  html main,
  body main {
    background: url(assets/background-kanban-mobile.svg) no-repeat;
    background-size: 15rem;
    background-position: 100% 0;
  }
  html main header,
  body main header {
    margin-top: 2px;
    width: 99%;
  }
  html main header .logo-kanban,
  body main header .logo-kanban {
    margin-left: 1rem;
  }
  html main header .logo-kanban img,
  body main header .logo-kanban img {
    width: 6rem;
  }
  html main header #buttons,
  body main header #buttons {
    height: 30.506912px;
    width: 214px;
    margin-right: 8px;
  }
  html main header .btn-select img,
  body main header .btn-select img {
    width: 18px;
  }
  html main header .btn-select,
  body main header .btn-select {
    width: 92px;
    height: 26px;
    background-position-x: 60px;
    background-size: 20px;
    font-size: 9px;
  }
  html main header .language-list,
  body main header .language-list {
    width: 84px;
    height: 43px;
    font-size: 9px;
    margin-top: -9px;
  }
  html main header #languages img,
  body main header #languages img {
    width: 18px;
  }
  html main header .button-have-account button,
  body main header .button-have-account button {
    width: 108px;
    height: 30px;
    font-size: 8.2px;
  }
  html main .container,
  body main .container {
    align-items: flex-start;
    margin-top: 20px;
  }
  html main .container section,
  body main .container section {
    height: 70%;
    margin-top: 0;
    flex-direction: column;
  }
  html main .container section .article-1,
  body main .container section .article-1 {
    margin-top: 14px;
  }
  html main .container section .article-1 .organize-optimize,
  body main .container section .article-1 .organize-optimize {
    font-size: 20px;
  }
  html main .container section .article-1 .register,
  body main .container section .article-1 .register {
    font-size: 12px;
  }
  html main .container section .article-2,
  body main .container section .article-2 {
    display: flex;
    margin-top: 60px;
  }
  html main .container section .article-2 .macbook,
  body main .container section .article-2 .macbook {
    position: relative;
    width: 100%;
    height: 35%;
    left: 0px;
    margin-top: 10px;
  }
  html main .container section .article-2 .macbook img,
  body main .container section .article-2 .macbook img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  html main,
  body main {
    background-size: 20rem;
    line-height: 81px;
  }
  html main header,
  body main header {
    width: 98%;
  }
  html main header #buttons,
  body main header #buttons {
    width: 194px;
  }
  html main header li,
  body main header li {
    height: 25px;
  }
  html main .select-container,
  body main .select-container {
    margin-left: -10rem;
  }
  html main .container,
  body main .container {
    align-items: center;
    width: 74%;
    height: 100%;
  }
  html main .container section,
  body main .container section {
    height: 88%;
    flex-direction: column;
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
  }
  html main .container section .article-1,
  body main .container section .article-1 {
    margin-top: 12%;
  }
  html main .container section .article-1 .organize-optimize,
  body main .container section .article-1 .organize-optimize {
    font-size: 34px;
  }
  html main .container section .article-2,
  body main .container section .article-2 {
    display: flex;
    align-items: initial;
    margin-top: 10%;
  }
  html main .container section .article-2 .macbook,
  body main .container section .article-2 .macbook {
    position: relative;
    width: 100%;
    height: 103%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  html main,
  body main {
    background-size: 48rem;
  }
  html main header #buttons,
  body main header #buttons {
    width: 194px;
  }
  html main header #buttons .select-container,
  body main header #buttons .select-container {
    margin-left: -10rem;
  }
  html main .container section,
  body main .container section {
    height: 90%;
    flex-direction: row;
    margin-left: -5rem;
    margin-top: 0;
  }
  html main .container section .article-1,
  body main .container section .article-1 {
    margin-top: 35px;
    line-height: 3.4rem;
  }
  html main .container section .article-1 .organize-optimize,
  body main .container section .article-1 .organize-optimize {
    font-size: 34px;
    line-height: normal;
  }
  html main .container section .article-2 .macbook,
  body main .container section .article-2 .macbook {
    position: absolute;
    width: 50%;
    height: 55%;
  }
  html main .container section .article-2 .macbook img,
  body main .container section .article-2 .macbook img {
    width: 98%;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  html main,
  body main {
    background-size: 50rem;
  }
  html main header,
  body main header {
    margin-top: 1rem;
  }
  html main header #buttons,
  body main header #buttons {
    height: 42.5069122314px;
    width: 353px;
    left: 1049px;
    top: 6.6333007813px;
    border-radius: 0px;
  }
  html main header #buttons .button-have-account button,
  body main header #buttons .button-have-account button {
    width: 12rem;
    height: 42px;
  }
  html main header .logo-kanban img,
  body main header .logo-kanban img {
    width: 13rem;
  }
  html main .container section,
  body main .container section {
    height: 90%;
    flex-direction: row;
    margin-left: -5rem;
    margin-top: 0;
  }
  html main .container section .article-1,
  body main .container section .article-1 {
    margin-top: 35px;
    line-height: 3.4rem;
  }
  html main .container section .article-1 .organize-optimize,
  body main .container section .article-1 .organize-optimize {
    font-size: 44px;
    line-height: normal;
  }
  html main .container section .article-1 .email input,
  body main .container section .article-1 .email input {
    width: 94%;
  }
  html main .container section .article-2 .macbook,
  body main .container section .article-2 .macbook {
    position: absolute;
    width: 50%;
    height: 55%;
  }
  html main .container section .article-2 .macbook img,
  body main .container section .article-2 .macbook img {
    width: 98%;
    height: 100%;
  }
}
html .login-modal,
body .login-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  transition: 0.5s;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
html .modal,
body .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 400px;
  width: 364px;
  z-index: 10;
  background-color: #FFFFFF;
  justify-content: center;
  padding: 1.3rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-family: "Outfit";
}
html .modal form,
body .modal form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html .modal .login-header,
body .modal .login-header {
  text-align: center;
  padding: 1.2rem;
  font-weight: 600;
  font-size: 22px;
}
html .modal .input_label,
body .modal .input_label {
  font-family: "Outfit", sans-serif;
  font-size: 13.6px;
  font-weight: 400;
}
html .modal .input_group,
body .modal .input_group {
  align-items: center;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  display: flex;
  height: 40px;
  margin-top: 5px;
  padding: 5px 10px;
}
html .modal .input_group:has(+ .input_error--visible),
body .modal .input_group:has(+ .input_error--visible) {
  border-color: red;
}
html .modal .input_group__input,
body .modal .input_group__input {
  background-color: #fff;
  border: none;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}
html .modal .input_group__input:focus,
body .modal .input_group__input:focus {
  outline: none;
}
html .modal .input_group__input:-webkit-autofill, html .modal .input_group__input:-webkit-autofill:hover, html .modal .input_group__input:-webkit-autofill:focus,
body .modal .input_group__input:-webkit-autofill,
body .modal .input_group__input:-webkit-autofill:hover,
body .modal .input_group__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
html .modal .input_error, html .modal .input_error--no_margin,
body .modal .input_error,
body .modal .input_error--no_margin {
  color: red;
  display: none;
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
}
html .modal .input_error--visible,
body .modal .input_error--visible {
  display: block;
}
html .modal .input_error--no_margin,
body .modal .input_error--no_margin {
  margin-top: 0;
}
html .modal .mail_icon,
body .modal .mail_icon {
  content: url(assets/mail.svg);
  height: 15px;
  width: 18px;
}
html .modal .padlock_icon,
body .modal .padlock_icon {
  content: url(assets/padlock.svg);
}
html .modal .eyeoff_icon,
body .modal .eyeoff_icon {
  content: url(assets/eye-off.svg);
  height: 24px;
  width: 24px;
}
html .modal .eyeon_icon,
body .modal .eyeon_icon {
  content: url(assets/eye-on.svg);
}
html .modal .eyeoff_icon,
html .modal .eyeon,
body .modal .eyeoff_icon,
body .modal .eyeon {
  cursor: pointer;
}
html .modal #btn-login,
body .modal #btn-login {
  position: relative;
  margin-top: 1rem;
  padding: 13px 9px 13px 9px;
  background-color: #9A6ECF;
  cursor: pointer;
  color: white;
  border-radius: 4px;
  border: none;
  font-size: 13.6px;
  font-family: Outfit;
  font-weight: 600;
  line-height: 17.14px;
}
html .modal #login-btn-signin,
body .modal #login-btn-signin {
  display: block;
}
html .modal #login-btn-signin.is-visible,
body .modal #login-btn-signin.is-visible {
  display: none;
}
html .modal .forgot-password,
body .modal .forgot-password {
  font-size: 12px;
  margin-top: 0.2rem;
  text-decoration: none;
}
html .modal .forgot-password a,
body .modal .forgot-password a {
  color: rgb(0, 135, 211);
  cursor: pointer;
}
html .modal .modal-footer,
body .modal .modal-footer {
  font-size: 10px;
  margin-top: 1.2rem;
  text-align: center;
}
html .modal .modal-footer .sign_up,
body .modal .modal-footer .sign_up {
  font-size: 13px;
  margin-top: 20px;
}
html .modal .modal-footer .sign_up__label, html .modal .modal-footer .sign_up__link,
body .modal .modal-footer .sign_up__label,
body .modal .modal-footer .sign_up__link {
  display: inline-block;
}
html .modal .modal-footer .sign_up__link,
body .modal .modal-footer .sign_up__link {
  color: #337ab7;
  cursor: pointer;
}
html .modal .modal-footer .sign_up__link:hover,
body .modal .modal-footer .sign_up__link:hover {
  text-decoration: underline;
}
html .login-modal.show,
body .login-modal.show {
  display: flex;
}
html .login-modal .close-modal,
body .login-modal .close-modal {
  font-size: 14px;
  position: fixed;
  left: 95%;
  top: 3%;
  color: #9E9E9E;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  html,
  body {
    overflow-x: hidden;
    height: auto;
  }
  html .modal,
  body .modal {
    width: 260px;
  }
  html .modal #close-modal,
  body .modal #close-modal {
    font-size: 13px;
    left: 94%;
    top: 2%;
  }
  html .modal .login-header,
  body .modal .login-header {
    font-size: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  html,
  body {
    height: auto;
    overflow-x: hidden;
  }
  html .modal,
  body .modal {
    width: 260px;
  }
  html .modal .login-header,
  body .modal .login-header {
    font-size: 20px;
  }
}

.loading {
  color: white;
  font-size: 0.5rem;
  display: none;
}
.loading.is-visible {
  display: block;
}

.spinner {
  color: inherit;
  font-size: 1em;
  text-align: center;
  height: 4em;
  width: 5em;
  margin: 0 auto;
}

.spinner > div {
  color: inherit;
  display: inline-block;
  height: 100%;
  width: 0.6em;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner > div:not(:last-child) {
  margin-right: 0.1em;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-small {
  color: inherit;
  font-size: 1em;
  text-align: center;
  height: 2em;
  width: 5em;
  margin: 0 auto;
}

.spinner-small > div {
  background-color: currentColor;
  color: inherit;
  display: inline-block;
  height: 100%;
  width: 0.6em;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-small > div:not(:last-child) {
  margin-right: 0.1em;
}

.spinner-small .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-small .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-small .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-small .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-small-login {
  color: inherit;
  font-size: 1em;
  text-align: center;
  height: 1em;
  width: 4em;
  margin: 0 auto;
}

.spinner-small-login > div {
  background-color: currentColor;
  color: inherit;
  display: inline-block;
  height: 100%;
  width: 0.6em;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-small-login > div:not(:last-child) {
  margin-right: 0.1em;
}

.spinner-small-login .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-small-login .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner-small-login .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-small-login .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner-small-home {
  bottom: 43%;
  left: 69%;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
