#Dokobit-identity-container{
    display: none;
    clear: both;
    padding-top: 20px;
}
#login-with-dokobit{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    position: relative;
    padding: 10px 10px 10px 90px;
    text-decoration: none;
    border-radius: 1px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    color: RGBA(0, 0, 0, 0.54);
    display: block;
}
#login-with-dokobit:before{
    content: '';
    background-image: url('../images/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
}