@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
}
.bg-theme {
    background-color: #23be42;
    background: linear-gradient(to right, #07f536, #23be42);
    min-height: 100vh;
    transition: transform 330ms ease-in-out;
}
.body-login{
    background-color: #23be42;
    background: linear-gradient(to right, #07f536, #23be42);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    color: #000;
    transition: transform 330ms ease-in-out;
}

.school_logo_register{
    height: 50px;
    width: 50px;
}

.school_logo_login{
    height: 95%;
    width: 90%;
}

.container-login{
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.container-login p{
    font-size: 14px;
    letter-spacing: 0.2px;
}

.container-login span{
    font-size: 12px;
}

.container-login a{
    color: #333;
    font-size: 13px;
    text-decoration: none;
    margin: 15px 0 10px;
}

.reg_sign_btn{
    background-color: #2e733c;
    color: #fff;
    font-size: 12px;
    /* padding: 10px 45px; */
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reg_sign_btn:hover{
    transform: scale(1.1);
}

.hidden{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.hidden:hover{
    transform: scale(1.1);
}

.container-login button.expired{
    font-size: 10px;
    text-transform: lowercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #000;
    background-color: transparent;
}

.container-login form{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    height: 100%;
}

.container-login input{
    background-color: #eee;
    border: none;
    margin: 8px 0;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 8px;
    width: 100%;
    outline: none;
}

.form-container-login{
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-login{
    left: 0;
    width: 50%;
    z-index: 2;
}

.container-login.active .sign-in-login{
    transform: translateX(100%);
}

.sign-up-login{
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container-login.active .sign-up-login{
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: move 0.6s;
}

@keyframes move{
    0%, 49.99%{
        opacity: 0;
        z-index: 1;
    }
    50%, 100%{
        opacity: 1;
        z-index: 5;
    }
}

.toggle-container-login{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    border-radius: 150px 0 0 100px;
    /* z-index: 1000; */
}

.container-login.active .toggle-container-login{
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
}

.toggle-login{
    background-color: #2e733c;
    height: 100%;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.container-login.active .toggle-login{
    transform: translateX(50%);
}

.toggle-panel-login{
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    top: 0;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.toggle-left-login{
    transform: translateX(-200%);
}

.container-login.active .toggle-left-login{
    transform: translateX(0);
}

.toggle-right-login{
    right: 0;
    transform: translateX(0);
}

.container-login.active .toggle-right-login{
    transform: translateX(200%);
}

@media screen and (max-width: 1075px) {
    .content{
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .body-login{
        padding: 4px;
    }
    .container-login{
        margin-top: 1%;
    }
    .school_logo_login{
        height: 95%;
        width: 90%;
    }
    .school_logo_register{
        height: 40px;
        width: 40px;
    }
    .sign-in-login{
        width: 50%;
    }

    /* .sign-in-login h2{
        font-size: 16px;
    }

    .sign-in-login h3{
        font-size: 14px;
    } */
    .sign-in-login span{
        font-size: 9px;
    }
    .sign-up-login{
        width: 50%;
    }
    .container-login form{
        padding: 0 6px;
    }
}
@media (pointer: coarse), (hover: none) {
    [title] {
      position: relative;
      display: inline-flex;
      justify-content: center;
    }
    [title]:focus::after {
      content: attr(title);
      position: absolute;
      top: 90%;
      color: #000;
      background-color: #fff;
      border: 1px solid;
      width: fit-content;
      padding: 3px;
    }
  }