.widget_log_in_openid_title{
    padding-top: 0.5rem;
}
.ztm-button{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.ztm-button__link{
    display: inline-block;
    background: #54a9eb;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 1rem;
    font-size: 1.1rem;
    text-decoration: none !important;
    white-space: nowrap;
}
.ztm-button__link:hover{
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.ztm-button__link svg{
    font-size: 130%;
}
.ztm-button__text{
    font-size: 90%;
    padding-left: 1rem;
}
