.login-btn-container {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.header-wrapper {
    width: 100%;
    background-color: white;
    box-shadow: 0px 8px 5px -2px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
}