.mwpl-form-wrapper.mwpl-login-form .mwpl-google-login-button
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #e3e6ea;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 16px;
    color: #252424;
    outline: none;
    box-shadow: none;
}
.mwpl-form-wrapper.mwpl-login-form .mwpl-google-login-button .mwpl-google-icon
{
    display: flex;
    height: 35px;
}