
/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('img/bg11.jpg') no-repeat center center/cover;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
}

.signup-box {
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 350px;
}

.signup-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: black;
}

.signup-box label {
    display: block;
    text-align: left;
    font-weight: 400;
    color: black;
    font-size: 14px;
    margin-bottom: 5px;
}

.signup-box input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(4, 4, 4, 0.2);
    font-size: 16px;
}

.signup-box input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.btn {
    width: 100%;
    padding: 10px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.social-login {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.google-btn,
.facebook-btn {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.google-btn {
    background: #db4437;
    color: white;
}

.facebook-btn {
    background: #4267B2;
    color: white;
}

.google-btn:hover {
    background: #c1351d;
}

.facebook-btn:hover {
    background: #365899;
}

.login-link {
    margin-top: 15px;
    font-size: 14px;
    color: white;
}

.login-link a {
    color: #f6f8d5;
    text-decoration: none;
}

.login-link a:hover {
    text-decoration: underline;
}

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('img/bg11.jpg') no-repeat center center/cover;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
}

.login-box {
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 350px;
}

.login-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: black;
}

.login-box label {
    display: block;
    text-align: left;
    font-weight: 400;
    color: black;
    font-size: 14px;
    margin-bottom: 5px;
}

.login-box input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.login-box input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.btn {
    width: 100%;
    padding: 10px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.social-login {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.google-btn,
.facebook-btn {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.google-btn {
    background: #db4437;
    color: white;
}

.facebook-btn {
    background: #4267B2;
    color: white;
}

.google-btn:hover {
    background: #c1351d;
}

.facebook-btn:hover {
    background: #365899;
}

.signup-link {
    margin-top: 15px;
    font-size: 14px;
    color: white;
}

.signup-link a {
    color: #f6f8d5;
    text-decoration: none;
}

.signup-link a:hover {
    text-decoration: underline;
}
