.action-plugilo-login {
    padding-bottom: 20px
}
.action-plugilo-login.block .block-title {
    border-bottom: none;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
    width: 50%;
}
.action-plugilo-login.block .block-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}
.action-plugilo-login.block .block-title strong {
    font-weight: 400;
}
#button-plugilo-login.plugilo-button {
    display: flex;
    align-items: center;
    height: 36px;
    width: 215px;
    border-radius: 4px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #e8e5e5;
    background-color: #f0f0f0;
    color: #333;
    justify-content: center;
}
.plugilo-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 100%;
    position: relative;
    background-color: white;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #e0e0e0;
}
.plugilo-icon {
    height: 18px;
    padding: 0;
    background: transparent;
}
.plugilo-text {
    flex-grow: 1;
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.21px;
}