.login-container {
    max-width: 700px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    margin-bottom: 7%;
    color: #333;
}


div.login-option {
    text-align: center;
    margin-bottom: 20px;
}

.pure-button {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.logo {
    margin-right: 10px;
    /* Add some space between the logo and the text */
    width: 24px;
    height: 24px;
}


.login-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}

.bottom-link {
    position: fixed;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}