.main_wrap_login {
    height: 80vh;
    width: 80%;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .main_wrap_login {
        width: 95%;
    margin-top: 10vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .main_wrap_login {
        width: 95%;
    margin-top: 10vh;
    }
  }

  .tab_wrap {
    width: 50%;
    margin: 80px auto;
    aspect-ratio: 1 / 0.6;
  }
  @media screen and (max-width: 768px) {
    .tab_wrap {
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab_wrap {
        width: 100%;
        margin: 200px auto;
    }
  }
  input[type="radio"] {
    display: none;
  }
  .tab_area {
    display: flex;
    font-size: 0;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .tab_area_lsh {
    border-bottom: 1px solid #ccc;
    width: 70%;
    height: 50px;
    margin: 10px auto;
  }
  @media screen and (max-width: 768px) {
    .tab_area_lsh {
    display: flex;
        width: 90%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab_area_lsh {
    display: flex;
        width: 90%;
    }
  }
  
  .tab1_label,
  .tab2_label,
  .tab3_label {
    width: 150px;
    margin: 0 5px;
    display: inline-block;
    padding: 12px 0;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: ease 0.2s opacity;
  }
  @media screen and (max-width: 768px) {
    .tab1_label,
    .tab2_label{
        width: 30%;
        font-size: 3vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab1_label,
    .tab2_label{
        width: 30%;
        font-size: 3vw;
    }
  }
  @media screen and (max-width: 768px) {
    .tab3_label{
        width: 40%;
        font-size: 3vw;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab3_label{
        width: 40%;
        font-size: 3vw;
    }
  }
  .tab_area_lsh label {
    width: 150px;
    margin: 0 5px;
    display: inline-block;
    padding: 12px 0;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: ease 0.2s opacity;
  }
  .tab_area label:hover {
  }
  .panel_area {
    background: #fff;
  }
  .panel_area_success {
    background-color: whitesmoke;
    aspect-ratio: 1 / 0.6;
  }
  .tab_panel_success {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .span_success {
    font-size: 30px;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    .span_success {
            font-size: 20px;
    }
  }
  .span_mailsend {
    font-size: 25px;
    font-weight: 600;
  }
  @media screen and (max-width: 768px) {
    .span_mailsend {
            font-size: 20px;
    }
  }
  .button_success {
    height: 70px;
    width: 250px;
    border-radius: 5px;
    margin-top: 8%;
    background-color: #2d9bf0;
    font-size: 23px;
    font-weight: 700;
    color: white;
    border: none;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  
  .tab_panel {
    width: 100%;
    padding-top: 40px;
    display: none;
  }
  .tab_panel_lsh {
    display: none;
  }
  .tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  .tab_panel_lsh p {
    letter-spacing: 1px;
  }
  
  #tab1:checked ~ .tab_area .tab1_label {
    background: #fff;
    color: #08c;
    border-bottom: 2px solid #08c;
  }
  #tab1:checked ~ .panel_area #panel1 {
    display: block;
  }
  #tab1_lsh:checked ~ .tab_area_lsh .tab1_label_lsh {
    background: #fff;
    color: #08c;
    border-bottom: 2px solid #08c;
  }
  #tab1_lsh:checked ~ .panel_area_lsh #panel1_lsh {
    display: grid;
  }
  @media screen and (max-width: 768px) {
     #tab1_lsh:checked ~ .panel_area_lsh #panel1_lsh{
    display: block;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
     #tab1_lsh:checked ~ .panel_area_lsh #panel1_lsh{
    display: block;    
    }
  }
  
  #tab2:checked ~ .tab_area .tab2_label {
    background: #fff;
    color: #08c;
    border-bottom: 2px solid #08c;
  }
  #tab2:checked ~ .panel_area #panel2 {
    display: block;
  }
  #tab2_lsh:checked ~ .tab_area_lsh .tab2_label_lsh {
    background: #fff;
    color: #08c;
    border-bottom: 2px solid #08c;
  }
  #tab2_lsh:checked ~ .panel_area_lsh #panel2_lsh {
    display: block;
  }
  
  #tab3:checked ~ .tab_area .tab3_label {
    background: #fff;
    color: #08c;
    border-bottom: 2px solid #08c;
  }
  #tab3:checked ~ .panel_area #panel3 {
    display: block;
  }
  .submit_button:hover {
    filter: brightness(1.5);
  }
  .submit_button {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    color: white;
    background-color: #08c;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }
  
  .itemwrap {
    margin-bottom: 20px;
    height: 40px;
  }

  @media screen and (max-width: 768px) {
    .itemwrap{
        display: block;
        height: fit-content;
        width: 80%;
        margin: 0 auto;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemwrap{
        display: block;
        height: fit-content;
        width: 60%;
        margin: 0 auto;
    }
  }
  @media screen and (max-width: 768px) {
    .mail_wrap{
        margin-bottom: 20px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .mail_wrap{
        margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .name_wrap{
        margin-bottom: 20px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .name_wrap{
        margin-bottom: 20px;
    }
  }
  .pass_wrap {
    margin-bottom: 40px;
  }
  .itemname {
    display: inline-block;
    width: 30%;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    height: 40px;
  }
  @media screen and (max-width: 768px) {
    .itemname{
        display: block;
        width: 100%;
        text-align: left;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .itemname{
        display: block;
        width: 100%;
        text-align: left;
        font-size: 25px;.
        margin-bottom: 10px;
    }
  }
  .iteminput {
    width: 50%;
    height: 100%;
    border-radius: 10px;
    outline: 1px solid #ccc;
    border: none;
    transition-duration: 0.3s;
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 10px;
  }
  @media screen and (max-width: 768px) {
    .iteminput{
        display: block;
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .iteminput{
        display: block;
        width: 100%;
        font-size: 30px;
    }
  }
  .iteminput:focus {
    outline: solid 1px #08c;
    box-shadow: 0 0 8px 2px rgba(0, 136, 204, 0.5);
  }
    .signup_wrap {
      width: 50%;
      margin: 80px auto;
      aspect-ratio: 1 / 0.6;
    }
    .login_error_wrap {
      margin: 0 auto;
      margin-bottom: 20px;
      width: fit-content;
      background-color: #eb5757;
      padding: 0 1%;
    }
    .login_errortext {
      color: white;
    }
    .passreset_message_wrap {
      margin-bottom: 20px;
    }