.crm-login-button-container .crm-login-button-img {
    width: 40px;
    height: 40px;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 5px;
    /*
    position: absolute;
    left: 2px;
    top: 2px;
    */
    border-radius: 2px;
}

.crm-login-button-container span {
    font-size: 16px;
    color: white;
    font-weight: 500;
    line-height: 1.5;
    align-self: center;
}

.crm-login-button-container {
    display: flex;
    box-shadow: 0 0 7px 0 rgba(46, 46, 46, 0.12);
    border: solid 1px #ededed;
    background-color: #4285f4;
    /*width: 228px;*/
    height: 46px;
    justify-content: flex-end;
    justify-items: center;
    padding-right: 13px;
    border-radius: 2px;
    position: relative;
}
