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

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #fff;
    background: url('../Images/image.jpeg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

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

.title {
    text-align: center;
    font-size: 3rem;
    color: #fff;
}

.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;
}

.container {
    display: flex;
    height: calc(100vh - 5rem);
}

.left-panel,
.right-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.left-panel {
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    text-align: right;
}

.right-panel {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../Images/login.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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;
}


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

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

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

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

#confirmpassword, #password ,#phone,#email ,#text{
    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-right: -6rem;
    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-right: -2rem;
    margin-top: 50px;
}

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

.google-signup,
.facebook-signup {
    color: #fff;
    border: none;
    padding: 0.6rem 1rem;
    margin: 0;
    cursor: pointer;
    font-size: 0.9rem;
    width: 50%;
    height: 10%;
    display: flex;
    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;

}

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

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

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

.terms-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.terms-container input[type="checkbox"] {
    margin-right: 10px;

    cursor: pointer;
}

.terms-text {
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 5px;
}

.branding{
    margin-top: 60px;
}
