@import url('https://fonts.googleapis.com/css2?family=Damion&family=Dancing+Script&family=Righteous&display=swap');
  
  
html{box-sizing:border-box;line-height: 1.5;}*,*:before,*:after{box-sizing:inherit}
.w3-container:after,.w3-container:before{content:"";display:table;clear:both}
h1,h2,h3,h4,h5,h6{font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
a{color: #fff;}
html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
}
body{
  background: url("../../../assets/wave.svg") no-repeat fixed;
  background-size: cover;
}
.dnone{
  display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.493);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.493);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.493);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.493);
}

.noselect{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
.fixed{
  position: fixed;
}

.flex{
  display: flex;
  justify-content: flex-start;
}
.flexcenter{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.flexend{
  display: flex;
  justify-content: flex-end;
}

.f1{
  flex: 1;
}

.textcenter{
  text-align: center;
}



.anone{
  outline: none;
  text-decoration: none;
}



.logo{
  margin: 0 20px;
  font-size: 50px;
  color: #965BFF;
  font-family: 'Damion', cursive;
  
}

.navcon{
  width: 60%;
  align-items: center;
}


#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  background-color: #0a6; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 10px; /* Padding */
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  position: fixed; /* Sit on top of the screen */
  z-index: 100; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

p{
  margin-bottom: 20px;
}


.maincon {
  width: 100%;
  padding: 15px;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.logincon {
  margin: auto;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 150px 0px rgba(0,0,0,0.4);
}

.logformcon {
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  z-index: 20;
  background: linear-gradient(-45deg, #269BFF, #965BFF);
}


h3 {
  margin-bottom: 30px;
}

.inp {
  border:none;
  outline: none;
  border-radius: 5px;
  height: 37px;
  width: 80%;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: rgba(255,255,255,0.3);
}
.subbutton {
  background-color: rgba(0,0,0,0);
  font-size: 18px;
  color: #fff;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  margin-top: 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.subbutton:hover {
  background-color: #fff;
  color: #269BFF;
}

.smallt {
  font-size: 12px;
}

.mediumt {
  font-size: 14px;
}

.pbl {
  margin-top: 30px;
  margin-bottom: 0px;
  color: rgba(255,255,255,0.7);
}

.createl {
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 0px solid #fff;
  transition: border-bottom 0.08s ease, padding-bottom 0.08s ease;
}
.createl:hover {
  border-bottom: 3px solid #fff;
  padding-bottom: 7px;
}

.trackanimcon{
  overflow: hidden;
  width: 100%;
  height: 100%;
  bottom: 0;
  /* background-color: #965BFF; */
  z-index: -1;
  opacity: 0.5;
  transform: translateY(50%);
}

.trackbar{
  height: 100%;
  width: 10%;
}

@keyframes chgt {
  0%   {transform: scaleY(0.1);}
  100%  {transform: rotate(1.5);}
}

