@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
  --accent-color: #b543b2;
  --base-color: white;
  --text-color: #2E2B41;
  --input-color: #F3F0FF;
}
*{
  margin: 0;
  padding: 0;
}
html{
  font-family: Poppins, Segoe UI, sans-serif;
  font-size: 12pt;
  color: var(--text-color);
  text-align: center;
}
body{
  min-height: 100vh;
  background-image: linear-gradient(to right, #fe408e 5%, #5348e2);
  background-size: cover;
  background-position: right;
  overflow: hidden;
}
.wrapper{
    box-sizing: border-box;
    background-color: var(--base-color);
    height: max(600px);
    width: max(600px);
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
}
h1{
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
}
form{
  width: min(400px, 100%);
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
form > div{
  width: 100%;
  display: flex;
  justify-content: center;
}
form label{
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  background-color: var(--accent-color);
  fill: var(--base-color);
  color: var(--base-color);
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
form input{
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 0;
  height: 50px;
  padding: 1em;
  font: inherit;
  border-radius: 0 10px 10px 0;
  border: 2px solid var(--input-color);
  border-left: none;
  background-color: var(--input-color);
  transition: 150ms ease;
}
form input:hover{
  border-color: var(--accent-color);
}
form input:focus{
  outline: none;
  border-color: var(--text-color);
}
div:has(input:focus) > label{
  background-color: var(--text-color);
}
form input::placeholder{
  color: var(--text-color);
}
form button{
  margin-top: 10px;
  border: none;
  border-radius: 1000px;
  padding: .85em 4em;
  background-color: var(--accent-color);
  color: var(--base-color);
  font: inherit;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 150ms ease;
}
form button:hover{
  background-color: var(--text-color);
}
form button:focus{
  outline: none;
  background-color: var(--text-color);
}
a{
  text-decoration: none;
  color: var(--accent-color);
}
a:hover{
  text-decoration: underline;
}
@media(max-width: 1100px){
    .wrapper {
        width: min(360px, 100%);
        border-radius: 10px;
    }
}
form div.incorrect label{
  background-color: #f06272;
}
form div.incorrect input{
  border-color: #f06272;
}
#error-message{
  color:#f06272;
}
.error-text{
    color: #f06272;
}

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

.success-text{
    color: #4caf50;
}

.forget_password,
.signup_mobile{
    position: relative;
    right: 30%;
}

.spinner-grow,
.spinner-border {
	display: inline-block;
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg) /* rtl:ignore */;
	}
}

.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}


html, body, .loader-container {
  margin: 0;
  height: 100%;
  width: 100%;
}

.loader-container {
  position: relative;
  background-color: #fff;
}

.structure, .smoke {
  position: absolute;
  z-index: 1000;
  top: calc(50% - 65px);
  left: calc(50% - 100px);
  width: 200px;
  height: 130px;
}

.smoke {
  z-index: 999;
}

.structure {
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
  animation: shake 0.42s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

.text-container {
  position: absolute;
  top: calc(50% + 100px);
  left: calc(50% - 100px);
  width: 200px;
}
.text-container h2 {
  width: 100%;
  text-align: center;
  font-family: &quot;Roboto Condensed&quot;, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

#rocket-svg {
  position: absolute;
  top: -112px;
  transform: rotate(90deg);
}

#right-wing, #left-wing, #nose, #window-stroke, #middle-wing {
  fill: #F44336;
}

#rocket-main-part {
  fill: #ffd700;
}

#window-inner {
  fill: #fff;
}

.smoke span {
  position: absolute;
  width: 50px;
  border-bottom: 2px solid #000;
}

.meteors-container {
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.meteors-container span {
  position: absolute;
  width: 75px;
  border-bottom: 2px solid #000;
}

.smoke span:nth-child(1) {
  top: 28px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-0 ease-out 0.3s infinite;
}

@keyframes  smokeAnim-0 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -104px;
    opacity: 0;
  }
}
.smoke span:nth-child(2) {
  top: 36px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-1 ease-out 0.4s infinite;
}

@keyframes  smokeAnim-1 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -124px;
    opacity: 0;
  }
}
.smoke span:nth-child(3) {
  top: 44px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-2 ease-out 0.35s infinite;
}

@keyframes  smokeAnim-2 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -56px;
    opacity: 0;
  }
}
.smoke span:nth-child(4) {
  top: 52px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-3 ease-out 0.4s infinite;
}

@keyframes  smokeAnim-3 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -203px;
    opacity: 0;
  }
}
.smoke span:nth-child(5) {
  top: 60px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-4 ease-out 0.65s infinite;
}

@keyframes  smokeAnim-4 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -272px;
    opacity: 0;
  }
}
.smoke span:nth-child(6) {
  top: 68px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-5 ease-out 0.45s infinite;
}

@keyframes  smokeAnim-5 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -136px;
    opacity: 0;
  }
}
.smoke span:nth-child(7) {
  top: 76px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-6 ease-out 0.45s infinite;
}

@keyframes  smokeAnim-6 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -285px;
    opacity: 0;
  }
}
.smoke span:nth-child(8) {
  top: 84px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-7 ease-out 0.3s infinite;
}

@keyframes  smokeAnim-7 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -237px;
    opacity: 0;
  }
}
.smoke span:nth-child(9) {
  top: 92px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-8 ease-out 0.45s infinite;
}

@keyframes  smokeAnim-8 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -173px;
    opacity: 0;
  }
}
.smoke span:nth-child(10) {
  top: 100px;
  left: -50px;
  box-shadow: 0px 0px 5px #000;
  animation: smokeAnim-9 ease-out 0.45s infinite;
}

@keyframes  smokeAnim-9 {
  from {
    left: -50px;
    opacity: 1;
  }
  to {
    left: -266px;
    opacity: 0;
  }
}
.meteors-container span:nth-child(1) {
  top: 16.6666666667%;
  left: 100%;
  box-shadow: 0px 0px 5px #000;
  animation: meterosAnim-0 linear 0.75s infinite;
}

@keyframes  meterosAnim-0 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
.meteors-container span:nth-child(2) {
  top: 33.3333333333%;
  left: 100%;
  box-shadow: 0px 0px 5px #000;
  animation: meterosAnim-1 linear 0.45s infinite;
}

@keyframes  meterosAnim-1 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
.meteors-container span:nth-child(3) {
  top: 50%;
  left: 100%;
  box-shadow: 0px 0px 5px #000;
  animation: meterosAnim-2 linear 0.35s infinite;
}

@keyframes  meterosAnim-2 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
.meteors-container span:nth-child(4) {
  top: 66.6666666667%;
  left: 100%;
  box-shadow: 0px 0px 5px #000;
  animation: meterosAnim-3 linear 0.7s infinite;
}

@keyframes  meterosAnim-3 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
.meteors-container span:nth-child(5) {
  top: 83.3333333333%;
  left: 100%;
  box-shadow: 0px 0px 5px #000;
  animation: meterosAnim-4 linear 0.35s infinite;
}

@keyframes  meterosAnim-4 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
.meteors-container span:nth-child(6) {
  top: 100%;
  left: 100%;
  box-shadow: 0px 0px 5px #000;
  animation: meterosAnim-5 linear 0.4s infinite;
}

@keyframes  meterosAnim-5 {
  0% {
    left: 100%;
  }
  75% {
    left: calc(0% - 75px);
  }
  100% {
    left: calc(0% - 75px);
  }
}
@keyframes  shake {
  10%, 90% {
    transform: translate3d(-1px, 1px, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 2px, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, -2px, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 2px, 0);
  }
}
