

.login_visible {
  visibility:visible;
}

.login_hidden {
  visibility : hidden;
}

.shader_visible {
  visibility:visible;
}

.shader_hidden {
  visibility : hidden;
}

.login_signup_triggers{
  background-color: black;
  display: flex;
  align-content: space-between;;
}

.homepage_content_div_1
{
  width : 100%;
  margin-top : 25px;
  text-align: center;
  position:fixed;
}

.homepage_content_div_2
{
  width : 100%;
  margin-top : 25px;
  text-align: center;
  position:fixed;
}

.homepage_content_div_3
{
  width : 100%;
  margin-top : 25px;
  text-align: center;
  position:fixed;
}

#server_status_div
{
  width : 175px;
  position: fixed;
  right : 20%;
  top : 17px;
  z-index: 500;

}

#server_status_text {
  color : white;
  text-align: center;
  font-size : 18px;

}



#login_register_container {
    position:fixed;
    display: flex;
    flex-direction: row;
    height: 775px;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    z-index : 2000001;
    
}

#login_register_box {
    width: 500;
    background: #1c1b1b;
    padding: 10px;
    border-radius: 8px;
}

#login_register_header {
    font-size: 18px;
    color: white;
    padding: 15px;
    text-align: center;
}

.membership_div label{
  display:contents !important;
  
  
}
.membership_div {
  display : flex;
  justify-content: center;
}

.sub-radio {
  width : 100px;
  display: flex;
  justify-content: center;
}

.membership_div input:checked + label {
  color: red;
}

.membership_div input[type="radio"] {
  display:block !important;
}

.sub-item
{
  display:block;
  
}

.sub-item-label {
  /*justify-content: center;*/
  /*padding: 1rem 2rem 1rem 0rem;*/
  font-weight: normal;
  color : white;
}

.login-fieldset {
    margin-top : 20px;
    margin-bottom: 30px;
    border: none;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
  
.login-legend {
font-size: 1.4em;
margin-bottom: 10px;
}

.input-field {
    width : 500px;
    margin-bottom: 15px;
    background-color: rgb(62, 61, 61);
    color: white;
    border-width: 0px;
    height: 2em;
    font-size: 18px;
    
}


.dob-input-field {
    width: 100px;
    margin-bottom: 30px;
    background-color: rgb(62, 61, 61);
    color: white;
    border-width: 0px;
    height: 2em;
    
}


.input-field:focus, .dob-input-field:focus
{
    outline: none;
    border: 1px solid #fdca28;
    background-color: black;
    

}


.login-label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal !important;
    font-size: 18px;
  }

.tabs {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    width: 500px;
  }

  .tab-label {
    padding: 1rem 2rem .4rem 0rem;

  }
   
  .tabs label {
    order: 1;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /*padding: 1rem 2rem 1rem 0rem;*/
    margin-right: 0.2rem;
    cursor: pointer;
    font-weight: normal;
    color : white;
    transition: background ease 0.3s;
  }
   
  .tabs .tab {
    order: 9;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    border-top : 1px solid rgb(80, 80, 80);
    
  }
   
  .tabs input[type="radio"] {
    display: none;
  }
   
  .tabs input[type="radio"]:checked + label {
    color : #fdca28;
    text-decoration: underline;

   text-underline-offset: 9px;
  }
   
  .tabs input[type="radio"]:checked + label + .tab {
    display: block;
  }
   
  @media (max-width: 465px) {
    .tabs .tab,
    .tabs label {
     order: initial;
    }
   
    .tabs label {
      width: 100%;
      margin-left: 50px;
    }
  }

  #terms {
      color:white;
      padding: 30px;
      margin-bottom: 20px;
      text-align: center;
  }

  a:link{
      text-decoration: none;
      color:#fdca28;
  }

  a:hover{
    color:#fdca28;
  }


   

  body {
    overflow: hidden;
      /*
    min-height: 100vh;
    box-sizing: border-box;
    padding-top: 10vh;
    font-weight: 300;
    line-height: 1.5;
    max-width: 60rem;
    margin: 0 auto;
    font-size: 110%;
    display: flex;
    justify-content: center;
    align-items: center;*/
  }