html, body * { box-sizing: border-box; font-family: 'Open Sans', sans-serif; }

body {
  background:
    linear-gradient(
    rgba(246,247,249,0.8),
    rgba(246,247,249,0.8));
  background-size: cover;
}
.bad{
  text-align: center;
  color: #482;
  font-family: sans-serif;
}
.back{
  position: fixed;
/*  background-color: #333;*/
/*background-image: url(https://www.eqmagpro.com/wp-content/uploads/2019/05/Global-Lithium-Industry.jpg);
*/
/*background-image: url(back.png);
background-size: contain;*/
background-color: #000;
  width: 100%;
  filter: opacity(100%);
  height: 100vh;
  padding: 0px;
  margin: 0px;
  top: 0px;
  left: 0px;
}
.container {
  padding-top: 100px;
  width: 100%;
  padding-bottom: 100px;
}

.frame {
    height: 575px;
    width: 430px;
/*    background: #05050aad;*/
/*background: rgba(10, 10, 10, 0.4);*/
background: transparent;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
 /*   border-top: solid 1px rgb(255 255 255 / 62%);*/
    border-radius: 5px;
 /*   box-shadow: 13px 12px 17px 0px rgb(0 0 0 / 95%);*/
    overflow: hidden;
    transition: all .5s ease;
}


.nav {
  width: 100%;
  height: fit-content;
  opacity: 1;
  direction: flex;
  justify-content: center;
  text-align: center;
  transition: all .5s ease;
}


li {
  padding-left: 10px;
  font-size: 18px;
  display: inline;
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  color: #ffffff;
}

.signin-active a {

  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  transition: all .25s ease;
  cursor: pointer;
}

.form-signin {
  width: 430px;
  height: 375px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 55px;
  justify-content: center;
  text-align:center;
  transition: opacity .5s ease, transform .5s ease;
}

#check path {
    stroke: #ffffff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width: .85px;
    stroke-dasharray: 60px 300px;
    stroke-dashoffset: -166px;
    fill: rgba(255,255,255,.0);
    transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255,255,255,.03);
}

.form-signin input, .form-signup input {
  color: #ccc;
  font-size: 13px;
  margin: 10px auto;
  background-color: rgba(200, 200, 200, 0.7);
}

.form-styling {
  width: 60%;
  height: 25px;
  padding-left: 15px;
  border: none;
/*  border-radius: 20px;
  margin-bottom: 20px;
  background: rgba(255,255,255,.2);*/
}

label {
/*  font-weight: 400;*/
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  color: rgba(255,255,255,.7);
  display: flex;
  margin-top: 15px;
    margin-left: -22px;
}

:focus {outline: none;
}
.form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
    background: rgba(255,255,255,.3);
    border: none; 
    padding-right: 40px;
    transition: background .5s ease;
 }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 85px;
  padding-top: 2px;
  cursor: pointer;
  margin-top: 8px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  width: 65px; 
  height: 30px;
  background: rgba(255,255,255,.2);
  border-radius: 15px;
  left: 0; 
  top: -3px;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 10px; 
  height: 10px;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
  top: 7px; 
  left: 10px;
  transition: all .2s ease;
}

/* on checked 
/*[type="checkbox"]:checked + label:before {
  background: #0F4FE6; 
}

[type="checkbox"]:checked + label:after {
  background: #ffffff;
  top: 7px; 
  left: 45px;
}*/
/*
[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px;
  color: rgba(255,255,255,.7);
}

[type="checkbox"]:checked + label .ui:after {
  content: "yes";
  color: #ffffff;
}

[type="checkbox"]:focus + label:before {
  box-sizing: border-box;
  margin-top: -1px;
}
*/

.btn-signin {
 background-color: transparent;
 color: transparent;
}

.btn-animate {
 color: transparent;
 visibility: visible;
}

.error{
  margin-top: 0px;
  padding: 7px;
/*  background-color: rgba(100, 20, 20, 0.6);
  border: 3px dotted;*/
  color: #fff;
  font-size: 15px;
  font-family: monospace;
  visibility: visible;
  animation: color ;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  text-transform: uppercase;
}
@keyframes color{
  0%{color: #000;}
  100%{;color: white; }
}

.forgot {
  height: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 24px;
  border-top: solid 1px rgba(255,255,255,.3);
  transition: all 0.5s ease;
}


.forgot a {
  color: rgba(255,255,255,.3);
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.text{
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-height: fit-content;
  background-color: rgba(150,150,150,0.4);
  font-family: fantasy;
  font-size: 14px;
  margin: 10px auto ;
  text-transform: uppercase;
    color: white;
    word-spacing: 5px;
    letter-spacing: 3px;


}
.links{
  display: block;
  position: relative;
}
.logo{
  position: relative;
height: 50px;
right: 16px;
top: -40px;
  width: 200px;
}
img{
  margin: auto;
/*  filter: invert(1);*/
  width: 250px;
}
img:hover{

}
.btn{
  text-align: center;
  width: 100%;
  color: #fff;
  margin: 0;
  font-family: monospace;
  font-size: 18px;
  text-transform: uppercase;
}
.pist{
  text-align: left;
  display:list-item;
  list-style: none;
  position: absolute;
  width: 300px;
  top: 16%;
  left: 14%;
  height: 100px;
  font-size: 13px;
  font-family: sans-serif;
  color: #383;
}
button:hover{
  background-color: #1115;
  color: #261;
}