/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 5, 2024, 5:50:42 AM
    Author     : rodysoft
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap');
:root{
    --primary-color-blend:#104003;
    --primary-color:#086706;
    --secondary-color: #174904;
    --intermediary-color: #4add5b;
}

body{
    background: #f7f7f7;    
}

.container1{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    margin-top: 8%;
    background: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.welcome_text{
 width: 100%; 
 text-align: center; 
 margin-top: 40px;
 font-size: 18px;
 font-family: sans-serif,'Poppins';
 color: var(--primary-color);
}
.school_title{
    display: flex;
    margin: auto;
    width: 100%; 
    text-align: center;
    font-family: sans-serif,'Poppins';
    font-size: 1.2em;
    
}
.welcome_login{
  width: 150px;
  height: 35px; 
  display: block; 
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  margin: auto;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
}
.welcome_login:hover{
 transition: 0.5s;
 transform: translateY(-5px);
 background: var(--primary-color-blend);  
}
.welcome_signup{
 display: block;
 text-align: center;
 font-family: sans-serif,'Popins';
 font-size: 14px;
}
.welcome_signup a{
    color: var(--primary-color);
    text-decoration: none;
}
.welcome_logout{
  color: var(--primary-color); 
  font-family: sans-serif;
  font-size:20px; 
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 0 1px 5px #c6c6c6;
  text-align: center;
  border-radius: 40px;
  line-height: 40px;
 margin: auto;margin-top: 15px;
 text-decoration: none;
}
.welcome_logout:hover{
 transition: 0.5s;
 transform: translateY(-5px);
 background: var(--primary-color-blend); 
 color: #fff;
}
/*login and sign up form*/
.card{
    width: 342px;
    height: 462px;
    perspective: 1000px;
}
.inner_box{
    position: relative;
    width: 100%;
    height: 100%;
    background:  #f7f7f7;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.card_front, .card_back{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    backface-visibility: hidden;
}
/*for registration form*/
.card_front_r, .card_back_r{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    backface-visibility: hidden;
}
.card_front_r{
    padding: 0 50px;
}
.card_back_r{
    transform: rotateY(180deg);
    padding: 50px;
}
/*end for registration form*/
.card_front{
    padding: 50px;
}

.card_back{
    transform: rotateY(180deg);
    padding: 0 50px;
}
.card h2{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-family: sans-serif,'Poppins';
    color: var(--primary-color);
}
.input_box{
    width: 100%;
    background: transparent;
    border: 1px solid var(--primary-color);
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
}
.show_hide_password{
    position: absolute;
    margin-left: -20px;
    margin-top: 15px;
    z-index: 1;
    background: var(--primary-color);
    color: var(--primary-color);
}
.inputRegister i{
    position: absolute;
    padding: 13px 10px;
}
.inputLogin{
    margin-bottom: 30px;
}
.inputLogin i{
    position: absolute;
    padding: 13px 10px;
}
.inputPass i{
    position: absolute;
    padding: 13px 10px;
}
.submit_btn1{
    width: 100%;
    background: var(--primary-color);
    margin:  35px 0 10px;
    height: 32px;
    font-size: 12px;
    border-radius: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.submit_btn2{
    width: 100%;
    background: var(--primary-color);
    margin:  18px 0 10px;
    height: 32px;
    font-size: 12px;
    border-radius: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}
.submit_btn1:hover{
  transition: 0.5s;
 transform: translateY(-5px);
 background: var(--primary-color-blend); 
 color: #fff;   
}
.submit_btn2:hover{
  transition: 0.5s;
 transform: translateY(-5px);
 background: var(--primary-color-blend); 
 color: #fff;   
}
.btn1{
    width: 100%;
    background: transparent;
    margin:  35px 0 10px;
    height: 32px;
    font-size: 15px;
    font-family: sans-serif, 'Poppins';
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
}
.btn2{
    width: 100%;
    background: transparent;
    margin:  0 0 10px;
    font-size: 15px;
    font-family: sans-serif, 'Poppins';
    padding: 10px 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
}
/*final logout*/
.help_menu{
    width: 50px;
    height: 50px;
    display: flex;
    bottom: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 10px 0 0 0;
    height: 110px; 
    justify-content: center;
    cursor: pointer;  
}
.help_menu a{
    text-decoration: none;
    background: #fff;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 1px 5px #c6c6c6;
    text-align: center;
    line-height: 40px;
    font-family: sans-serif;
    font-size: 20px;

}
.help_menu a:hover{
 transition: 0.5s;
 transform: translateY(-5px);
 background: var(--primary-color-blend); 
 color: #fff;   
}

@media(min-width: 768px){
    .container1{
    width: 80%;
    }
    
 .card{
     display: flex;
     flex-direction: column;
    width: 352px;
    box-shadow: 0 0 1px 0.5px rgba(0,0,0,0.26);
    height: 462px;
    perspective: 1000px;
}  
.btn2{
    width: 100%;
    background: transparent;
    margin:  -5px 0 10px;
    font-size: 15px;
    font-family: sans-serif, 'Poppins';
    padding: 10px 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
}
}

