body{
  background-color: #EDEDED;
}
fieldset{
  border: 4px inset silver;
  background: white;
}
fieldset a{
  display:block;
  width: max-content;
  margin: 30px auto;
  color:cadetblue;
  font-family: txt;
  text-transform: capitalize;
}
#logowrapa{
  width: 100%;
  height: 130px;
  padding-top: 25px;
  background-color: black;
}
#logoa{
  display: block;
  height: 120px;
  margin: 0 auto;
}
#log_cont{
  width: 25%;
  margin: 60px auto;
  position: relative;
}
input{
  margin: 0 75px;
}
button{
  font-size: 24px;
  width: 200px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px black;
  background: cadetblue;
  color: white;
  text-shadow: 1px 1px 2px black;
}
.formHide button{
  margin-top: 25px;
}
#show{
  cursor: default;
  font-size: 28px;
  margin-left: -70px;
}
#response{
  color:red;
}
#remain{
  color: red;
  margin: 10px auto 0 auto;
  font-size: 19px;
  width: max-content;
}
#auto_log{
  width: max-content;
  margin : 30px auto 0 auto;
  font-size: 28px;
  font-variant: small-caps;
}
#forgot{
  width: 100%;
  text-align:center;
  color: cornflowerblue;
  text-decoration: underline;
  cursor: pointer;
  font-style: italic;
  margin-top: 13px;
  font-size: 16px;
}
.formHide{
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  min-width: 480px;
  height: 640px;
  display: none;
  border: 2px solid gray;
  z-index: 10;
  border-radius: 8px;
  background: white;
  box-shadow: 4px 4px 8px black;
}
.formBod{
  width:480px;
  height: 600px;
  margin-top:-10px;
}
.formBod button{
  width: 160px;
}
.formBod form{
  width:100%;
}
#code_buts{
  width:90%;
  margin: 50px auto;
}
#code{
  display: block;
  width: 4em;
  height: 45px;
  border-radius: 8px;
  font-size: 32px;
  margin: 20px auto 0 auto;
}
#resend{
  color: gray;
  text-decoration: underline;
  cursor: pointer;
  font-size: 21px;
  float: right;
  margin: 25px 25px;
}
#forgotForm, #codeForm{
  width:90%;
  margin: 50px auto;
}
#chkbox{
  margin: 0 0 0 25px;
  transform: scale(1.7)
}
#check{
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}
#checked{
  color: grey;
  margin-left: 15px;
}
.noCheck{
  visibility:hidden;
}
#f2{
  display: none;
}
.instruct{
  display: inline-block;
  margin: 0 0 50px 50px;
  font-size: 25px;
  font-family: var(--lucy)
}
#code_resp{
  color: red;
}
#send_rules{
  font-size: 15px;
  width: max-content;
  margin: -40px auto 20px auto;
  color: cornflowerblue;
}
input[type='email']{
  width:300px;
}
#join_but{
  width: 430px;
}
#join {
  margin-top: -20px;
}
#vcode{
  width: max-content;
  margin: 0 auto;
}
#vcode input{
  height: 40px;
  width: 25px;
  display: inline-block;
  margin: 10px;
}
#back{
  float: right;
  cursor: default;
}
#back:hover{
  opacity: 0.6
}