* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 10px;
}

.wrapper {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container {
    background: white;
    border: 1px solid #dbdbdb;
    padding: 40px 40px 20px 40px;
    text-align: center;
    border-radius: 1px;
    width: 100%;
}

.logo {
    width: 175px;
    margin-bottom: 30px;
}

.input-field {
    margin-bottom: 6px;
    width: 100%;
}

.input-field input {
    width: 100%;
    padding: 9px 8px;
    background: #fafafa;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-size: 12px;
}

.input-field input:focus {
    border-color: #a8a8a8;
    outline: none;
}

.login-btn {
    width: 100%;
    background-color: #0095f6;
    color: white;
    border: none;
    padding: 7px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}

.login-btn:hover {
    background-color: #1877f2;
}

.divider {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.line {
    flex: 1;
    height: 1px;
    background-color: #dbdbdb;
}

.or-text {
    margin: 0 18px;
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 600;
}

.fb-login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.fb-login a {
    color: #385185;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.forgot-pass {
    margin-top: 12px;
}

.forgot-pass a {
    color: #00376b;
    text-decoration: none;
    font-size: 12px;
}

.signup-box {
    background: white;
    border: 1px solid #dbdbdb;
    padding: 20px;
    text-align: center;
    border-radius: 1px;
    width: 100%;
}

.signup-box p {
    font-size: 14px;
    color: #262626;
}

.signup-box a {
    color: #0095f6;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 400px) {
    body {
        background-color: white;
        padding: 0;
    }
    .container {
        border: none;
        background: transparent;
        padding: 20px 20px;
    }
    .signup-box {
        border: none;
        background: transparent;
    }
}
px;
    }
    .signup-box {
        border: none;
        background: transparent;
    }
}
 #262626;
}

.signup-box a {
    text-decoration: none;
    font-weight: 600;
    color: #0095f6;
}
weight: 600;
    color: #0095f6;
}
