.social-login-btns {
    text-align: center;
}

.social-login-btns a {
    display: inline-flex;
    text-decoration: none;
    margin: 1rem 0 0 0 !important;
    padding: 7px 12px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    font-family: "Arial", sans-serif;
    min-width: 240px;
    justify-content: center;
}

.social-login-btns a.lgn-seznam {
    color: #C00;
    border: 3px solid #C00;
}

.social-login-btns a.lgn-google {
    color: #000;
    border: 3px solid rgba(0, 0, 0, .1);
}

.social-login-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
}

.social-login-btns a img {
    margin-right: 12px;
    max-width: 24px;
    width: 24px;
}
