#logo {
    color: #0d6efd;
}

#accessBox {
    max-width: 520px;
    width: 100%;
    background-color: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(16, 24, 40, 4%);
}

#accessBox h1 {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 600;
}

.subtitle {
    color: #6B7280;
}

#formWrapper {
    margin-top: 32px;
}

.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.btn-google:hover {
    background-color: #f7f8f8;
    border-color: #c6c6c6;
    text-decoration: none;
}

.btn-google img {
    margin-right: 8px;
}