:root {
    --bg-dark: #1E1E1E;
    --text-main: #F0EFEF;
    --accent-cyan: #6DD4BE;
    --accent-blue: #383ABD;
    --deep-blue: #281697;
}

@font-face {
    font-family: 'SamiFont'; 
    src: url('typography/Garet-Book.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    margin: 0;
    font-family: 'SamiFont'; 
    overflow-x: hidden;
}

.login_register {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    z-index: -10;
}

.personal-info {
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-individual {
    width: 200px;
    height: 200px;
    clip-path: circle(50% at center);
    display: block;
    margin: 0 auto;
}


.team-content {
    
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.group-photo-preview{
    width: 1080px;
    height: 566px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;

    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.features-title-login {
    color: var(--accent-cyan);
    text-align: center;
    margin: 100px;
}

.restricted {
    box-shadow: 5px 0px 5px -4px #2b5e52;
}

.input-registe-tutors{
    border: 2px solid transparent;
    border-radius: 8px;
    width: 470px;
    height: -10px;
    font-size: 15px;
    padding: 12px;
    color: white;
    background-color: #383abdc2;
    opacity: 40%;   
}

.register-content {
    margin-top: -50px;
    color: white; text-align: center; margin-left: 50px; margin-right: 50px;
}

.register-tutor-quare-register {
    margin-top: -50px;
    background-image: linear-gradient(to bottom, #383abdc2, #86baf5bb);
   
    padding: 100px;
    align-content: center;
}

.register-tutor-quare {
    margin-right: 50px;
    margin-left: 10px;
    background-image: linear-gradient(to bottom, #383abdc2, #86baf5bb);
    border-radius: 20px;
    padding: 20px;
    align-content: center;
}

.register-tutor-quare h1 {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
}

.register-tutor-quare-register h1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.register-tutor-quare-register h3 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.team_member_hide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.team_member_visible {
    opacity: 1;
    transform: translateY(0);
}

.team-content div {
    text-align: center;
    margin-bottom: 70px;
    background-color: rgba(0, 0, 0, 0.1); 
    border-radius: 10px;        
    padding: 20px;              
    width: 200px;               
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.704); 
}

.team-departments {
    margin-top: 30px;
    display: flex;           
    flex-direction: column;  
    align-items: center;     
}

.form_inputs {
    align-self: center;
    display: flex;
    justify-content: center;
}

.extras {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.play_music {
    display: flex;
    align-content: center;
}

.play_music p {
    margin-top: 0;
    font-size: 1.5rem;
    color: var(--text-main);
}

.icon_lock {
    color: var(--accent-cyan);
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 10px;
    vertical-align: middle;
    flex-shrink: 0;
}

.icon_play, .icon_music {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
}


form input, form, .button-container  {
    margin-top: 30px;
}

.button-container-register {
    margin-top: 100px;
}

input::placeholder {
    color: var(--text-main);
}

.register {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.register a {
    color: var(--text-main);
}

.register a:hover {
    font-weight: bold;
}

#btn-container {
    margin-top: 0;
}