﻿body {
    font-family: 'Cairo', 'sans-serif';
}

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}
.header {
    background-color: #1C293E;
    border-bottom: 1px solid white;
    padding: 1rem 0;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.header-button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin: 0;
}

.QSound {
    color: #45E6D2;
}

.header-button:hover {
    text-decoration: underline;
}

.q-title {
    color: #45E6D2;
}

.social-login {
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.google-signup,
.facebook-signup {
    color: #fff;
    border: none;
    padding: 0.6rem 1rem;
    margin: 0;
    cursor: pointer;
    font-size: 0.9rem;
    width: 10%;
    height: 10%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(67, 101, 103, 0.7);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    text-decoration:none;
}

    .google-signup:hover {
        background: #db4437;
    }

    .facebook-signup:hover {
        background: #3b5998;
    }

    .google-signup i,
    .facebook-signup i {
        font-size: 1rem;
    }

h1,
h2 {
    margin: 0;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #45E6D2;
}


h2 {
    margin-top: 3rem;
    margin-bottom: -8rem;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
}

.input-group label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-align: right;
    display: block;
}

#confirmpassword, #password, #phone, #email {
    width: 100%;
    padding: 0.8rem;
    border: none;
    background: #2b2b2b;
    color: #fff;
    font-size: 1rem;
    text-align: end;
    background: rgba(67, 101, 103, 0.7);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}


input::placeholder {
    color: #aaa;
}

.forgot-password {
    display: block;
    margin-bottom: 3rem;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

.login-button {
    background: #45E6D2;
    color: #fff;
    border: none;
    padding: 0.8rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    margin-top: 50px;
}

p {
    margin: 1rem 0 2rem;
    font-size: 1.2rem;
    color: #ffffff;
}

form {
    max-width: 400px;
    margin: auto;
    text-align: right;
}

.input-group {
    margin-bottom: 1rem;
    width: 30rem;
}

.rightside {
    background-image: url('../Images/login.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.leftside {
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    color: white;
}
