#login {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#loginform {
    order: 1;
    width: 100%;
}

.ilterra-sso-providers {
    order: 2;
    margin-top: 1em;
    text-align: center;
    width: 100%;
}

#nav, #backtoblog {
    order: 3;
    width: 100%;
}

.ilterra-sso-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    padding: 0 12px;
    height: 40px;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-family: "Segoe UI", Arial, sans-serif;
    box-sizing: border-box;
    min-width: 240px;
}

.ilterra-sso-button:hover {
    background: #f5f5f5;
}

.ilterra-sso-button:active {
    background: #e5e5e5;
}

.ilterra-sso-button__icon {
    width: 21px;
    height: 21px;
}
