.authentication-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-authentication-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    max-width: 100px;
    height: auto;
}

.logo {
    padding: 10px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.login-button {
    width: 100%;
    height: auto;
}
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-container form {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    height: auto;
    padding: 10px;
    width: 100%;
}
.login-button {
    max-width: 200px;
    height: auto;
    background-color: #775cdc;
    color: #fff;
    border-color: transparent;
    padding: 3px;
    border-radius: 4px;
    width: 100%;
}
